diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2019-12-09 21:32:48 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-12-15 13:15:19 +0100 |
commit | e4c5c4dfaa88e49f33e8c11b52c65c630c0b12a7 (patch) | |
tree | de460d283b9573d2c9a9865b142dbc864fb354e2 /MAINTAINERS | |
parent | iio: adc: ltc2497: split protocol independent part in a separate module (diff) | |
download | linux-e4c5c4dfaa88e49f33e8c11b52c65c630c0b12a7.tar.xz linux-e4c5c4dfaa88e49f33e8c11b52c65c630c0b12a7.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 01212ae1a2d4..896951d11e50 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1045,7 +1045,7 @@ S: Supported F: Documentation/ABI/testing/sysfs-bus-iio-frequency-ad9523 F: Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4350 F: drivers/iio/*/ad* -F: drivers/iio/adc/ltc2497* +F: drivers/iio/adc/ltc249* X: drivers/iio/*/adjd* F: drivers/staging/iio/*/ad* |