All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for the TI ADS8344 A/DC chips
@ 2019-03-15 15:11 ` Gregory CLEMENT
  0 siblings, 0 replies; 21+ messages in thread
From: Gregory CLEMENT @ 2019-03-15 15:11 UTC (permalink / raw)
  To: Jonathan Cameron, Hartmut Knaack, Lars-Peter Clausen,
	Peter Meerwald-Stadler, linux-iio
  Cc: devicetree, Alexandre Belloni, Gregory CLEMENT, Rob Herring,
	Thomas Petazzoni, linux-arm-kernel

Hello,

this small series adds the support for the Texas Instruments ADS8344
ADC chip. This chip has a 16-bit 8-Channel ADC and is access directly
through SPI.

The first patch add the binding documentation and the second one, the
driver itself.

Gregory

Gregory CLEMENT (2):
  dt-bindings: iio: adc: Add bindings for TI ADS8344 A/DC chips
  iio: adc: Add driver for the TI ADS8344 A/DC chips

 .../bindings/iio/adc/ti-ads8344.txt           |  21 ++
 drivers/iio/adc/Kconfig                       |  10 +
 drivers/iio/adc/Makefile                      |   1 +
 drivers/iio/adc/ti-ads8344.c                  | 216 ++++++++++++++++++
 4 files changed, 248 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/ti-ads8344.txt
 create mode 100644 drivers/iio/adc/ti-ads8344.c

-- 
2.20.1

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

end of thread, other threads:[~2019-03-22 10:13 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-15 15:11 [PATCH 0/2] Add support for the TI ADS8344 A/DC chips Gregory CLEMENT
2019-03-15 15:11 ` Gregory CLEMENT
2019-03-15 15:11 ` Gregory CLEMENT
2019-03-15 15:11 ` [PATCH 1/2] dt-bindings: iio: adc: Add bindings for " Gregory CLEMENT
2019-03-15 15:11   ` Gregory CLEMENT
2019-03-15 15:11   ` Gregory CLEMENT
2019-03-16 17:07   ` Jonathan Cameron
2019-03-16 17:07     ` Jonathan Cameron
2019-03-16 17:07     ` Jonathan Cameron
2019-03-22  9:41     ` Gregory CLEMENT
2019-03-22  9:41       ` Gregory CLEMENT
2019-03-22  9:41       ` Gregory CLEMENT
2019-03-15 15:11 ` [PATCH 2/2] iio: adc: Add driver for the " Gregory CLEMENT
2019-03-15 15:11   ` Gregory CLEMENT
2019-03-15 15:11   ` Gregory CLEMENT
2019-03-16 17:06   ` Jonathan Cameron
2019-03-16 17:06     ` Jonathan Cameron
2019-03-16 17:06     ` Jonathan Cameron
2019-03-22 10:13     ` Gregory CLEMENT
2019-03-22 10:13       ` Gregory CLEMENT
2019-03-22 10:13       ` Gregory CLEMENT

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.