[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260105115825.57032-1-antoniu.miclaus@analog.com>
Date: Mon, 5 Jan 2026 13:57:55 +0200
From: Antoniu Miclaus <antoniu.miclaus@...log.com>
To: Peter Rosin <peda@...ntia.se>, Rob Herring <robh@...nel.org>,
"Krzysztof
Kozlowski" <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
"Greg
Kroah-Hartman" <gregkh@...uxfoundation.org>,
Antoniu Miclaus
<antoniu.miclaus@...log.com>,
Arnd Bergmann <arnd@...db.de>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH v2 0/2] Add support for ADG1736 Dual 2:1 Multiplexer
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
Powered by blists - more mailing lists