summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorSong Qiang <songqiang1304521@gmail.com>2018-09-18 04:24:21 -0400
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2018-09-22 11:42:56 -0400
commit6eb17c6c8aee233e27339bcefe4bf9bef6d94c6c (patch)
treec5f5c98a80e5b619966f8d08ec0b278c73718bf8 /MAINTAINERS
parent7c2d53700c7e0ca4b7d1bfd59971248625e9f70c (diff)
iio: proximity: Add driver support for ST's VL53L0X ToF ranging sensor.
This driver was originally written by ST in 2016 as a misc input device driver, and hasn't been maintained for a long time. I grabbed some code from it's API and reformed it into an iio proximity device driver. This version of driver uses i2c bus to talk to the sensor and polling for measuring completes, so no irq line is needed. It can be tested with reading from /sys/bus/iio/devices/iio:deviceX/in_distance_input Signed-off-by: Song Qiang <songqiang1304521@gmail.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 1e3e0dfe448a..5570477fb22b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13755,6 +13755,13 @@ L: linux-i2c@vger.kernel.org
13755S: Maintained 13755S: Maintained
13756F: drivers/i2c/busses/i2c-stm32* 13756F: drivers/i2c/busses/i2c-stm32*
13757 13757
13758ST VL53L0X ToF RANGER(I2C) IIO DRIVER
13759M: Song Qiang <songqiang1304521@gmail.com>
13760L: linux-iio@vger.kernel.org
13761S: Maintained
13762F: drivers/iio/proximity/vl53l0x-i2c.c
13763F: Documentation/devicetree/bindings/iio/proximity/vl53l0x.txt
13764
13758STABLE BRANCH 13765STABLE BRANCH
13759M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 13766M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13760L: stable@vger.kernel.org 13767L: stable@vger.kernel.org