[PATCH v3 0/4] mux: gpio-mux: add enable GPIO support and ADG2404
From: Antoniu Miclaus
Date: Thu Jan 15 2026 - 07:32:25 EST
This series extends the gpio-mux driver with optional enable GPIO support
to prevent glitches during channel transitions, then adds support for the
Analog Devices ADG2404 multiplexer as the first user of this feature.
The enable GPIO allows the multiplexer to be disabled before changing
address lines and re-enabled after, preventing brief activation of
unintended channels during transitions. This is particularly important
for precision analog applications.
The ADG2404 is a 4:1 analog multiplexer with low 0.62Ω on-resistance
that requires this enable GPIO functionality for glitch-free operation.
Changes in v3:
* Extend gpio-mux driver instead of creating standalone adg2404 driver
* Make enable GPIO optional for backward compatibility
* Add MUX_IDLE_DISCONNECT support via enable GPIO
Antoniu Miclaus (4):
dt-bindings: mux: gpio-mux: add enable-gpios support
mux: gpio-mux: add support for enable GPIO
dt-bindings: mux: gpio-mux: add adi,adg2404 support
mux: gpio-mux: add adi,adg2404 support
.../devicetree/bindings/mux/gpio-mux.yaml | 26 ++++++++++++++-
drivers/mux/gpio.c | 33 ++++++++++++++++++-
2 files changed, 57 insertions(+), 2 deletions(-)
--
2.43.0