Linux IIO development
 help / color / mirror / Atom feed
* [PATCH v5 0/2] iio: amplifiers: add support for ADL8113 Low Noise Amplifier
@ 2025-11-28 14:44 Antoniu Miclaus
  2025-11-28 14:44 ` [PATCH v5 1/2] dt-bindings: iio: amplifiers: add adl8113 Antoniu Miclaus
  2025-11-28 14:44 ` [PATCH v5 2/2] iio: amplifiers: adl8113: add driver support Antoniu Miclaus
  0 siblings, 2 replies; 7+ messages in thread
From: Antoniu Miclaus @ 2025-11-28 14:44 UTC (permalink / raw)
  To: Lars-Peter Clausen, Michael Hennerich, Jonathan Cameron,
	David Lechner, Nuno Sá, Andy Shevchenko, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-iio, devicetree,
	linux-kernel
  Cc: Antoniu Miclaus

This patch series adds support for the Analog Devices ADL8113, a 10MHz to 12GHz
Low Noise Amplifier with integrated bypass switches.

The ADL8113 provides four operation modes controlled by two GPIO pins:
- Internal Amplifier (14dB gain)
- Internal Bypass (0dB gain)
- External Bypass A (0dB gain) - Signal routes from RFIN to OUT_A and from IN_A to RFOUT
- External Bypass B (0dB gain) - Signal routes from RFIN to OUT_B and from IN_B to RFOUT

Antoniu Miclaus (2):
  dt-bindings: iio: amplifiers: add adl8113
  iio: amplifiers: adl8113: add driver support

 .../bindings/iio/amplifiers/adi,adl8113.yaml  |  89 ++++++
 drivers/iio/amplifiers/Kconfig                |  12 +
 drivers/iio/amplifiers/Makefile               |   1 +
 drivers/iio/amplifiers/adl8113.c              | 290 ++++++++++++++++++
 4 files changed, 392 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/amplifiers/adi,adl8113.yaml
 create mode 100644 drivers/iio/amplifiers/adl8113.c

-- 
2.43.0


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

end of thread, other threads:[~2025-12-04 13:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-28 14:44 [PATCH v5 0/2] iio: amplifiers: add support for ADL8113 Low Noise Amplifier Antoniu Miclaus
2025-11-28 14:44 ` [PATCH v5 1/2] dt-bindings: iio: amplifiers: add adl8113 Antoniu Miclaus
2025-11-28 18:19   ` Rob Herring (Arm)
2025-11-28 18:55   ` Conor Dooley
2025-11-28 14:44 ` [PATCH v5 2/2] iio: amplifiers: adl8113: add driver support Antoniu Miclaus
2025-12-04 12:47   ` Andy Shevchenko
2025-12-04 12:59     ` Andy Shevchenko

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