iio: adc: Add driver for the TI ADS8344 A/DC chips
authorGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 12 Apr 2019 09:15:37 +0000 (11:15 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 22 Apr 2019 10:34:13 +0000 (11:34 +0100)
commit8dd2d7c0fed7783c35a21c1c533216a18d98cd7b
tree689172abe63ebc4ea4a11db43b4107ad1d17b501
parent65c7a3d2cf0bcd528df88033580039b32db04a40
iio: adc: Add driver for the TI ADS8344 A/DC chips

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

Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/ti-ads8344.c [new file with mode: 0644]