summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorSong Qiang <songqiang1304521@gmail.com>2018-11-08 17:27:49 +0800
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2018-11-16 18:32:31 +0000
commit121354b2eceb2669ebdffa76b105ad6c03413966 (patch)
tree7db7ed0542f64298ff6d0ee04e543de636f8ba32 /MAINTAINERS
parent9a8d64fa97206eb68ec741b5c52436f32286b7fd (diff)
downloadlinux-121354b2eceb2669ebdffa76b105ad6c03413966.tar.gz
linux-121354b2eceb2669ebdffa76b105ad6c03413966.tar.bz2
linux-121354b2eceb2669ebdffa76b105ad6c03413966.zip
iio: magnetometer: Add driver support for PNI RM3100
PNI RM3100 is a high resolution, large signal immunity magnetometer, composed of 3 single sensors and a processing chip with a MagI2C interface. Following functions are available: - Single-shot measurement from /sys/bus/iio/devices/iio:deviceX/in_magn_{axis}_raw - Triggerd buffer measurement. - DRDY pin for data ready trigger. - Both i2c and spi interface are supported. - Both interrupt and polling measurement is supported, depends on if the 'interrupts' in DT is declared. Signed-off-by: Song Qiang <songqiang1304521@gmail.com> 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 f642044ada6c..c0951c9dc3c3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11607,6 +11607,13 @@ M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
S: Maintained
F: drivers/pnp/
+PNI RM3100 IIO DRIVER
+M: Song Qiang <songqiang1304521@gmail.com>
+L: linux-iio@vger.kernel.org
+S: Maintained
+F: drivers/iio/magnetometer/rm3100*
+F: Documentation/devicetree/bindings/iio/magnetometer/pni,rm3100.txt
+
POSIX CLOCKS and TIMERS
M: Thomas Gleixner <tglx@linutronix.de>
L: linux-kernel@vger.kernel.org