]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iio: adc: Add driver for ADS7128 / ADS7138
authorTobias Sperling <tobias.sperling@softing.com>
Thu, 13 Feb 2025 15:58:58 +0000 (16:58 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 16 Feb 2025 15:52:22 +0000 (15:52 +0000)
commit024b08fee342843c30a0bf0f5109047f7f576422
tree413eff1cb23696ce9ae6751455f0276121d8f9db
parentf3255b0e1c0a8c9e6841781d7bac4599cc41d47f
iio: adc: Add driver for ADS7128 / ADS7138

Add driver for ADS7128 and ADS7138 12-bit, 8-channel analog-to-digital
converters. These ADCs have a wide operating range and a wide feature
set. Communication is based on the I2C interface.
ADS7128 differs in the addition of further hardware features, like a
root-mean-square (RMS) and a zero-crossing-detect (ZCD) module.

Signed-off-by: Tobias Sperling <tobias.sperling@softing.com>
Link: https://patch.msgid.link/20250213-adc_ml-v4-2-66b68f8fdb8c@softing.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/ti-ads7138.c [new file with mode: 0644]