[PATCH v2 0/2] Add support for ADG1736 Dual 2:1 Multiplexer

Antoniu Miclaus posted 2 patches 1 month ago
.../devicetree/bindings/mux/adi,adg1736.yaml  |  75 ++++++++++
drivers/mux/Kconfig                           |  12 ++
drivers/mux/Makefile                          |   2 +
drivers/mux/adg1736.c                         | 140 ++++++++++++++++++
4 files changed, 229 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mux/adi,adg1736.yaml
create mode 100644 drivers/mux/adg1736.c
[PATCH v2 0/2] Add support for ADG1736 Dual 2:1 Multiplexer
Posted by Antoniu Miclaus 1 month ago
This series adds support for the Analog Devices ADG1736, an analog
multiplexer containing two independent 2:1 switches.

Each multiplexer can connect its common output to one of two input
channels, controlled by individual GPIO pins. The device supports
per-multiplexer idle-state configuration and has a shared enable pin
for disabling all multiplexers simultaneously.

Datasheet: https://www.analog.com/en/products/adg1736.html

Antoniu Miclaus (2):
  dt-bindings: mux: adg1736: add support
  mux: adg1736: add driver support

 .../devicetree/bindings/mux/adi,adg1736.yaml  |  75 ++++++++++
 drivers/mux/Kconfig                           |  12 ++
 drivers/mux/Makefile                          |   2 +
 drivers/mux/adg1736.c                         | 140 ++++++++++++++++++
 4 files changed, 229 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mux/adi,adg1736.yaml
 create mode 100644 drivers/mux/adg1736.c

-- 
2.43.0