]> asedeno.scripts.mit.edu Git - linux.git/commit
iio: adc: new driver to support Linear technology's ltc2496
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 9 Dec 2019 20:32:48 +0000 (21:32 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 15 Dec 2019 12:15:19 +0000 (12:15 +0000)
commite4c5c4dfaa88e49f33e8c11b52c65c630c0b12a7
treede460d283b9573d2c9a9865b142dbc864fb354e2
parent69548b7c2c4f1ab9a135f2050d9683c7691ef701
iio: adc: new driver to support Linear technology's ltc2496

This chip is similar to the LTC2497 ADC, it just uses SPI instead of I2C
and so has a slightly different protocol. Only the actual hardware
access is different. The spi protocol is different enough to not be able
to map the differences via a regmap.

Also generalize the entry in MAINTAINER to cover the newly introduced
file.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
MAINTAINERS
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/ltc2496.c [new file with mode: 0644]