public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mux: adg2404: add support for ADG2404 multiplexer
@ 2026-01-05 12:00 Antoniu Miclaus
  2026-01-05 12:00 ` [PATCH v2 1/2] dt-bindings: mux: adg2404: add support Antoniu Miclaus
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Antoniu Miclaus @ 2026-01-05 12:00 UTC (permalink / raw)
  To: Peter Rosin, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Antoniu Miclaus, Greg Kroah-Hartman, Arnd Bergmann, devicetree,
	linux-kernel

This series adds support for the Analog Devices ADG2404, a 4:1 analog
multiplexer with low 0.62Ω on-resistance.

The ADG2404 features:
- Low RON of 0.62Ω
- Flat RON across signal range (0.003Ω)
- Dual supply operation (±15V, ±5V)
- Single supply operation (+12V)
- Asymmetric supply support (+5V/-12V)
- 1.8V/3.3V/5V logic compatibility
- Break-before-make switching

Applications include automatic test equipment, data acquisition,
instrumentation, audio/video switching, and communication systems.

Antoniu Miclaus (2):
  dt-bindings: mux: adg2404: add support
  mux: adg2404: add driver support

 .../devicetree/bindings/mux/adi,adg2404.yaml  |  66 +++++++++
 drivers/mux/Kconfig                           |  12 ++
 drivers/mux/Makefile                          |   2 +
 drivers/mux/adg2404.c                         | 130 ++++++++++++++++++
 4 files changed, 210 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mux/adi,adg2404.yaml
 create mode 100644 drivers/mux/adg2404.c

-- 
2.43.0


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

end of thread, other threads:[~2026-01-07  8:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-05 12:00 [PATCH v2 0/2] mux: adg2404: add support for ADG2404 multiplexer Antoniu Miclaus
2026-01-05 12:00 ` [PATCH v2 1/2] dt-bindings: mux: adg2404: add support Antoniu Miclaus
2026-01-05 12:00 ` [PATCH v2 2/2] mux: adg2404: add driver support Antoniu Miclaus
2026-01-06 19:05 ` [PATCH v2 0/2] mux: adg2404: add support for ADG2404 multiplexer Rob Herring
2026-01-07  8:33   ` Peter Rosin

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