iio: adc: Add TI ADS1100 and ADS1000
authorMike Looijmans <mike.looijmans@topic.nl>
Tue, 7 Mar 2023 06:55:34 +0000 (07:55 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 12 Mar 2023 14:56:02 +0000 (14:56 +0000)
commit541880542f2baa7c485b40c1ecad1855315418f6
tree4530a2acd8508047565c19c22f6ca8515a00c549
parentf8c64b146c60d60d9d35c950a854c3975034af19
iio: adc: Add TI ADS1100 and ADS1000

The ADS1100 is a 16-bit ADC (at 8 samples per second).
The ADS1000 is similar, but has a fixed data rate.

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230307065535.7927-2-mike.looijmans@topic.nl
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/ti-ads1100.c [new file with mode: 0644]