diff options
author | Stefan Popa <stefan.popa@analog.com> | 2018-09-04 10:12:32 -0400 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-09-08 10:54:38 -0400 |
commit | 94dbb46c7a8f0ee27394bc81f34b666dc4a14b71 (patch) | |
tree | 627eb6a74b0f0e026e1b2639d3900256ebb5f603 /MAINTAINERS | |
parent | d9e8fd0421c2047ac233141612a433490963d211 (diff) |
iio: adxl372: Add support for I2C communication
The adxl372 is designed to communicate in either SPI or I2C protocol. It
autodetects the format being used, requiring no configuration control to
select the format.
Signed-off-by: Stefan Popa <stefan.popa@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 293863299b50..2b9a364b043d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -549,6 +549,7 @@ W: http://ez.analog.com/community/linux-device-drivers | |||
549 | S: Supported | 549 | S: Supported |
550 | F: drivers/iio/accel/adxl372.c | 550 | F: drivers/iio/accel/adxl372.c |
551 | F: drivers/iio/accel/adxl372_spi.c | 551 | F: drivers/iio/accel/adxl372_spi.c |
552 | F: drivers/iio/accel/adxl372_i2c.c | ||
552 | F: Documentation/devicetree/bindings/iio/accel/adxl372.txt | 553 | F: Documentation/devicetree/bindings/iio/accel/adxl372.txt |
553 | 554 | ||
554 | AF9013 MEDIA DRIVER | 555 | AF9013 MEDIA DRIVER |