devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] iio: adc: add max11205 adc driver
@ 2022-08-24 12:52 Ramona Bolboaca
  2022-08-24 12:52 ` [PATCH 1/2] bindings: iio: adc: Add max11205 documentation file Ramona Bolboaca
  2022-08-24 12:52 ` [PATCH 2/2] iio: adc: add max11205 adc driver Ramona Bolboaca
  0 siblings, 2 replies; 7+ messages in thread
From: Ramona Bolboaca @ 2022-08-24 12:52 UTC (permalink / raw)
  To: jic23, robh+dt, krzysztof.kozlowski+dt, linux-iio, devicetree,
	linux-kernel
  Cc: Ramona Bolboaca

Adding support for max11205 16-bit single-channel ultra-low power
delta-sigma adc.
The MAX11205 is compatible with the 2-wire interface and uses
SCLK and RDY/DOUT for serial communica- tions. In this mode, all
controls are implemented by tim- ing the high or low phase of the SCLK.
The 2-wire serial interface only allows for data to be read out through the
RDY/DOUT output.

Ramona Bolboaca (2):
  bindings: iio: adc: Add max11205 documentation file
  iio: adc: add max11205 adc driver

 .../bindings/iio/adc/maxim,max11205.yaml      |  65 ++++++
 MAINTAINERS                                   |   8 +
 drivers/iio/adc/Kconfig                       |  14 ++
 drivers/iio/adc/Makefile                      |   1 +
 drivers/iio/adc/max11205.c                    | 192 ++++++++++++++++++
 5 files changed, 280 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/maxim,max11205.yaml
 create mode 100644 drivers/iio/adc/max11205.c

-- 
2.25.1


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

end of thread, other threads:[~2022-08-28 17:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-24 12:52 [PATCH 0/2] iio: adc: add max11205 adc driver Ramona Bolboaca
2022-08-24 12:52 ` [PATCH 1/2] bindings: iio: adc: Add max11205 documentation file Ramona Bolboaca
2022-08-24 13:07   ` Krzysztof Kozlowski
2022-08-28 16:48   ` Jonathan Cameron
2022-08-24 12:52 ` [PATCH 2/2] iio: adc: add max11205 adc driver Ramona Bolboaca
2022-08-25 20:11   ` Andy Shevchenko
2022-08-28 16:58   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).