mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v4 0/2] mux: gpio-mux: add enable GPIO support
@ 2026-01-16 15:26 Antoniu Miclaus
  2026-01-16 15:26 ` [PATCH v4 1/2] dt-bindings: mux: gpio-mux: add enable-gpios support Antoniu Miclaus
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Antoniu Miclaus @ 2026-01-16 15:26 UTC (permalink / raw)
  To: Peter Rosin, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Antoniu Miclaus, Srinivas Kandagatla, Linus Walleij,
	Johan Hovold, David Lechner, devicetree, linux-kernel

This series adds optional enable GPIO support to the gpio-mux driver.
The enable GPIO allows the multiplexer to be disabled before changing
address lines and re-enabled after, preventing glitches that could
briefly activate unintended channels during transitions.

This feature is useful for devices like the Analog Devices ADG2404
(4:1 mux) that require enable control for glitch-free operation. The
binding documentation now includes ADG2404 as a supported device with
a dedicated example.

Changes in v4:
 * Remove device-specific compatible (adi,adg2404) per reviewer feedback
 * Use generic gpio-mux compatible for all GPIO-based muxes
 * Add ADG2404 to binding description for discoverability
 * Add dedicated ADG2404 example in binding
 * Update commit messages to reference ADG2404 as a use case

Antoniu Miclaus (2):
  dt-bindings: mux: gpio-mux: add enable-gpios support
  mux: gpio-mux: add support for enable GPIO

 .../devicetree/bindings/mux/gpio-mux.yaml     | 25 +++++++++++++++
 drivers/mux/gpio.c                            | 32 ++++++++++++++++++-
 2 files changed, 56 insertions(+), 1 deletion(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-01-21 12:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-16 15:26 [PATCH v4 0/2] mux: gpio-mux: add enable GPIO support Antoniu Miclaus
2026-01-16 15:26 ` [PATCH v4 1/2] dt-bindings: mux: gpio-mux: add enable-gpios support Antoniu Miclaus
2026-01-16 16:04   ` Krzysztof Kozlowski
2026-01-16 15:26 ` [PATCH v4 2/2] mux: gpio-mux: add support for enable GPIO Antoniu Miclaus
2026-01-18 23:18 ` [PATCH v4 0/2] mux: gpio-mux: add enable GPIO support Linus Walleij
2026-01-20 14:28   ` Miclaus, Antoniu
2026-01-21 12:37     ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®