summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorTomasz Duszynski <tomasz.duszynski@octakon.com>2021-05-03 08:00:12 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2021-05-17 13:49:10 +0100
commit8f3f130852785dac0759843835ca97c3bacc2b10 (patch)
tree5dbc663d2361b28d634268da30b9b11d7d62188a /MAINTAINERS
parent101af4c20c5a2d56b38d80743cc17d5691ef5506 (diff)
downloadlinux-8f3f130852785dac0759843835ca97c3bacc2b10.tar.bz2
iio: sps30: separate core and interface specific code
Move code responsible for handling i2c communication to a separate file. Rationale for this change is preparation for adding support for serial communication. 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 f6191b0e55b1..642638d7aca0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16484,6 +16484,7 @@ M: Tomasz Duszynski <tduszyns@gmail.com>
S: Maintained
F: Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.yaml
F: drivers/iio/chemical/sps30.c
+F: drivers/iio/chemical/sps30_i2c.c
SERIAL DEVICE BUS
M: Rob Herring <robh@kernel.org>