devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] iio: adc: ad4695: new driver for AD4695 and similar ADCs
@ 2024-06-12 19:20 David Lechner
  2024-06-12 19:20 ` [PATCH 1/3] dt-bindings: iio: adc: add " David Lechner
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: David Lechner @ 2024-06-12 19:20 UTC (permalink / raw)
  To: Jonathan Cameron, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: David Lechner, Michael Hennerich, Nuno Sá, Jonathan Corbet,
	linux-iio, devicetree, linux-kernel, linux-doc, Ramona Gradinariu

This is adding DT bindings and a new driver for the AD4695 and similar
devices. The plan is to implement quite a few more features, but this
is a complex chip so we're spreading out the work. To start with, we
have a reasonably complete DT binding and a very basic driver.

This work is being done in collaboration with Analog Devices Inc.,
hence they listed as maintainers rather than me. The code has been
tested on a Zedboard with an EVAL-AD4696FMCZ using the internal LDO,
an external reference and a variety of input channel configurations.

---
David Lechner (3):
      dt-bindings: iio: adc: add AD4695 and similar ADCs
      iio: adc: ad4695: Add driver for AD4695 and similar ADCs
      Documentation: iio: Document ad4695 driver

 .../devicetree/bindings/iio/adc/adi,ad4695.yaml    | 297 ++++++++
 Documentation/iio/ad4695.rst                       | 145 ++++
 Documentation/iio/index.rst                        |   1 +
 MAINTAINERS                                        |  11 +
 drivers/iio/adc/Kconfig                            |  11 +
 drivers/iio/adc/Makefile                           |   1 +
 drivers/iio/adc/ad4695.c                           | 804 +++++++++++++++++++++
 7 files changed, 1270 insertions(+)
---
base-commit: cc1ce839526a65620778617da0b022bd88e8a139
change-id: 20240517-iio-adc-ad4695-ef72b2a2cf88

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

end of thread, other threads:[~2024-06-15 17:55 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-12 19:20 [PATCH 0/3] iio: adc: ad4695: new driver for AD4695 and similar ADCs David Lechner
2024-06-12 19:20 ` [PATCH 1/3] dt-bindings: iio: adc: add " David Lechner
2024-06-13  7:11   ` Krzysztof Kozlowski
2024-06-13 13:57     ` David Lechner
2024-06-13 14:18       ` Krzysztof Kozlowski
2024-06-13 14:39         ` David Lechner
2024-06-13 15:11           ` Nuno Sá
2024-06-13 19:43             ` Rob Herring
2024-06-13 20:09               ` David Lechner
2024-06-15 12:25                 ` Jonathan Cameron
2024-06-15 12:41   ` Jonathan Cameron
2024-06-15 15:23     ` David Lechner
2024-06-15 17:55       ` Jonathan Cameron
2024-06-12 19:20 ` [PATCH 2/3] iio: adc: ad4695: Add driver for " David Lechner
2024-06-12 19:40   ` David Lechner
2024-06-15 13:10   ` Jonathan Cameron
2024-06-12 19:20 ` [PATCH 3/3] Documentation: iio: Document ad4695 driver David Lechner
2024-06-15 13:12   ` 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).