iio: adc: Add the TI ads124s08 ADC code
authorDan Murphy <dmurphy@ti.com>
Fri, 11 Jan 2019 19:57:06 +0000 (13:57 -0600)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 12 Jan 2019 18:42:39 +0000 (18:42 +0000)
commite717f8c6dfec8f76be032fc2a7516de6e31a56a1
tree2196bfe722738fc48296c37528701843be63d255
parent49ad8171e56c5ef5422837fd6fe5b6eb5091d27f
iio: adc: Add the TI ads124s08 ADC code

Introduce the TI ADS124S08 and the ADS124S06 ADC
devices from TI.  The ADS124S08 is the 12 channel ADC
and the ADS124S06 is the 6 channel ADC device

These devices share a common datasheet:
http://www.ti.com/lit/gpn/ads124s08

Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/ti-ads124s08.c [new file with mode: 0644]