All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for ADA4250 Programmable Instrumentation Amplifier
@ 2022-02-11  9:50 Antoniu Miclaus
  2022-02-11  9:50 ` [PATCH 1/3] iio:amplifiers:ada4250: add support for ADA4250 Antoniu Miclaus
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Antoniu Miclaus @ 2022-02-11  9:50 UTC (permalink / raw)
  To: jic23, robh+dt, linux-iio, devicetree, linux-kernel; +Cc: Antoniu Miclaus

The ADA4250 is an instrumentation amplifier with SPI/pin-strap
progammable gains that is optimized for ultra-low power systems.
With a minimum supply voltage of 1.7V, 26uA of quiescent current,
a shutdown mode, a sleep mode, and a fast wake up settling time,
ADA4250 can be power cycled on a battery powered system for even
futher savings.

Antoniu Miclaus (3):
  iio:amplifiers:ada4250: add support for ADA4250
  dt-bindings:iio:amplifiers: add ada4250 doc
  MAINTAINERS: add maintainer for ADA4250 driver

 .../bindings/iio/amplifiers/adi,ada4250.yaml  |  48 +++
 MAINTAINERS                                   |   8 +
 drivers/iio/amplifiers/Kconfig                |  11 +
 drivers/iio/amplifiers/Makefile               |   1 +
 drivers/iio/amplifiers/ada4250.c              | 367 ++++++++++++++++++
 5 files changed, 435 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/amplifiers/adi,ada4250.yaml
 create mode 100644 drivers/iio/amplifiers/ada4250.c

-- 
2.35.1


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

end of thread, other threads:[~2022-02-11 14:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-11  9:50 [PATCH 0/3] Add support for ADA4250 Programmable Instrumentation Amplifier Antoniu Miclaus
2022-02-11  9:50 ` [PATCH 1/3] iio:amplifiers:ada4250: add support for ADA4250 Antoniu Miclaus
2022-02-11 12:46   ` Jonathan Cameron
2022-02-11 13:41     ` Miclaus, Antoniu
2022-02-11 14:38       ` Jonathan Cameron
2022-02-11  9:50 ` [PATCH 2/3] dt-bindings:iio:amplifiers: add ada4250 doc Antoniu Miclaus
2022-02-11  9:50 ` [PATCH 3/3] MAINTAINERS: add maintainer for ADA4250 driver Antoniu Miclaus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.