[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251219143554.22793-1-antoniu.miclaus@analog.com>
Date: Fri, 19 Dec 2025 16:35:25 +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>,
Antoniu
Miclaus <antoniu.miclaus@...log.com>,
Greg Kroah-Hartman
<gregkh@...uxfoundation.org>,
Arnd Bergmann <arnd@...db.de>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH 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 | 77 ++++++++++++
drivers/mux/Kconfig | 12 ++
drivers/mux/Makefile | 2 +
drivers/mux/adg1736.c | 143 ++++++++++++++++++++++
4 files changed, 234 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mux/adi,adg1736.yaml
create mode 100644 drivers/mux/adg1736.c
--
2.34.1
Powered by blists - more mailing lists