summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorTomasz Duszynski <tomasz.duszynski@octakon.com>2021-05-03 08:00:13 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2021-05-17 13:49:10 +0100
commitb2e171f5a5c6003bd2e9a8f7dfd8acf714af429b (patch)
tree3a55fb7abd0a3e6b664ce503186271fc984afb9b /MAINTAINERS
parent8f3f130852785dac0759843835ca97c3bacc2b10 (diff)
downloadlinux-b2e171f5a5c6003bd2e9a8f7dfd8acf714af429b.tar.bz2
iio: sps30: add support for serial interface
Sensor has support for both i2c and serial communication interfaces. Both offer very similar set of features. Minor differences don't impact overall functionality like doing measurements, etc. Support for i2c have already been added, this patch adds support for the latter ie. serial interface. Signed-off-by: Tomasz Duszynski <tomasz.duszynski@octakon.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 642638d7aca0..4fd93da5b784 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16485,6 +16485,7 @@ S: Maintained
F: Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.yaml
F: drivers/iio/chemical/sps30.c
F: drivers/iio/chemical/sps30_i2c.c
+F: drivers/iio/chemical/sps30_serial.c
SERIAL DEVICE BUS
M: Rob Herring <robh@kernel.org>