iio: adc: ti-ads7924: add Texas Instruments ADS7924 driver
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Sun, 15 Jan 2023 17:06:22 +0000 (12:06 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 21 Jan 2023 18:19:49 +0000 (18:19 +0000)
commit4d82b2f98a25882481a53faca0ca5a2169f9b563
tree108e8ca3ae60a05da713f406861170499def30ba
parentd354a2ee3915ada7a10a2c6634c78e9aadfb3db9
iio: adc: ti-ads7924: add Texas Instruments ADS7924 driver

The Texas Instruments ADS7924 is a 4 channels, 12-bit analog to
digital converter (ADC) with an I2C interface.

Datasheet: https://www.ti.com/lit/gpn/ads7924
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Link: https://lore.kernel.org/r/20230115170623.3680647-2-hugo@hugovil.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
MAINTAINERS
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/ti-ads7924.c [new file with mode: 0644]