Message ID | 20191118073648.tk4otab6alsiuzt7@arbad (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | iio: add driver for ping))) and laserping sensors | expand |
On Mon, 18 Nov 2019 08:36:50 +0100 Andreas Klinger <ak@it-klinger.de> wrote: > Add a maintainer for the new parallax PING))) and LaserPING IIO sensors > > Signed-off-by: Andreas Klinger <ak@it-klinger.de> Applied, Thanks, Jonathan > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index c6c34d04ce95..ad469adffb99 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -12264,6 +12264,13 @@ L: platform-driver-x86@vger.kernel.org > S: Maintained > F: drivers/platform/x86/panasonic-laptop.c > > +PARALLAX PING IIO SENSOR DRIVER > +M: Andreas Klinger <ak@it-klinger.de> > +L: linux-iio@vger.kernel.org > +S: Maintained > +F: Documentation/devicetree/bindings/iio/proximity/parallax-ping.yaml > +F: drivers/iio/proximity/ping.c > + > PARALLEL LCD/KEYPAD PANEL DRIVER > M: Willy Tarreau <willy@haproxy.com> > M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
diff --git a/MAINTAINERS b/MAINTAINERS index c6c34d04ce95..ad469adffb99 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12264,6 +12264,13 @@ L: platform-driver-x86@vger.kernel.org S: Maintained F: drivers/platform/x86/panasonic-laptop.c +PARALLAX PING IIO SENSOR DRIVER +M: Andreas Klinger <ak@it-klinger.de> +L: linux-iio@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/iio/proximity/parallax-ping.yaml +F: drivers/iio/proximity/ping.c + PARALLEL LCD/KEYPAD PANEL DRIVER M: Willy Tarreau <willy@haproxy.com> M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
Add a maintainer for the new parallax PING))) and LaserPING IIO sensors Signed-off-by: Andreas Klinger <ak@it-klinger.de> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)