linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] iio: adc: Add support for AD7292
@ 2019-11-08 13:55 Marcelo Schmitt
  2019-11-08 13:56 ` [PATCH v4 1/2] dt-bindings: iio: adc: Add dt-schema " Marcelo Schmitt
  2019-11-08 13:56 ` [PATCH v4 2/2] iio: adc: Add driver support " Marcelo Schmitt
  0 siblings, 2 replies; 9+ messages in thread
From: Marcelo Schmitt @ 2019-11-08 13:55 UTC (permalink / raw)
  To: jic23, robh
  Cc: dragos.bogdan, alexandru.ardelean, linux-kernel, linux-iio,
	devicetree, kernel-usp

This patchset adds a basic driver for the AD7292 ADC/DAC system along
with devicetree binding documentation.

Changelog V4:
- dt-binding: updated SPDX identifier to GPL-2.0-only
- dt-binding: changed maxitems constraint on channel property
- ad7292: added brackets to shield macro parameters

Marcelo Schmitt (2):
  dt-bindings: iio: adc: Add dt-schema for AD7292
  iio: adc: Add driver support for AD7292

 .../bindings/iio/adc/adi,ad7292.yaml          | 104 ++++++
 MAINTAINERS                                   |   8 +
 drivers/iio/adc/Kconfig                       |  10 +
 drivers/iio/adc/Makefile                      |   1 +
 drivers/iio/adc/ad7292.c                      | 350 ++++++++++++++++++
 5 files changed, 473 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml
 create mode 100644 drivers/iio/adc/ad7292.c

-- 
2.23.0


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

end of thread, other threads:[~2019-11-16 15:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-08 13:55 [PATCH v4 0/2] iio: adc: Add support for AD7292 Marcelo Schmitt
2019-11-08 13:56 ` [PATCH v4 1/2] dt-bindings: iio: adc: Add dt-schema " Marcelo Schmitt
2019-11-10 16:07   ` Jonathan Cameron
2019-11-12 19:39   ` Rob Herring
2019-11-13 14:52     ` Marcelo Schmitt
2019-11-13 17:06       ` Rob Herring
2019-11-16 15:22         ` Jonathan Cameron
2019-11-08 13:56 ` [PATCH v4 2/2] iio: adc: Add driver support " Marcelo Schmitt
2019-11-10 16:08   ` 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).