[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251031160710.13343-1-antoniu.miclaus@analog.com>
Date: Fri, 31 Oct 2025 16:07:03 +0000
From: Antoniu Miclaus <antoniu.miclaus@...log.com>
To: Linus Walleij <linus.walleij@...aro.org>,
Bartosz Golaszewski
<brgl@...ev.pl>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski
<krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, <linux-gpio@...r.kernel.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: Antoniu Miclaus <antoniu.miclaus@...log.com>
Subject: [PATCH 0/2] gpio: Add support for ADG1712 quad SPST switch
This patch series adds support for the Analog Devices ADG1712 quad
single-pole/single-throw (SPST) switch GPIO driver.
The ADG1712 contains four independent SPST switches and operates with a
low-voltage single supply range from +1.08V to +5.5V or a low-voltage
dual supply range from ±1.08V to ±2.75V. Each switch is controlled by
a dedicated GPIO input pin.
The driver provides a GPIO controller interface where each GPIO line
controls one of the four independent analog switches on the ADG1712.
This allows software to dynamically control signal routing through
the analog switches.
Patch 1 adds the device tree bindings documentation.
Patch 2 adds the GPIO driver implementation.
Antoniu Miclaus (2):
dt-bindings: gpio: adg1712: add adg1712 support
gpio: adg1712: add driver support
.../devicetree/bindings/gpio/adi,adg1712.yaml | 75 +++++++++
drivers/gpio/Kconfig | 9 ++
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-adg1712.c | 146 ++++++++++++++++++
4 files changed, 231 insertions(+)
create mode 100644 Documentation/devicetree/bindings/gpio/adi,adg1712.yaml
create mode 100644 drivers/gpio/gpio-adg1712.c
--
2.43.0
Powered by blists - more mailing lists