iio: adc: ti-ads1298: Add driver
authorMike Looijmans <mike.looijmans@topic.nl>
Fri, 16 Feb 2024 15:30:20 +0000 (16:30 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 19 Feb 2024 19:34:38 +0000 (19:34 +0000)
commit00ef7708fa6073a84f6898fdcdfe965d903b0378
tree01dc56fedd8a542647176864f1e11d70227d5aba
parentbc4d251ee8442fa23758bf13de0bda603da01e22
iio: adc: ti-ads1298: Add driver

Skeleton driver for the TI ADS1298 medical ADC. This device is
typically used for ECG and similar measurements. Supports data
acquisition at configurable scale and sampling frequency.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Link: https://lore.kernel.org/r/20240216153020.485201-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-ads1298.c [new file with mode: 0644]