Message ID | 20170421083924.15096-4-ludovic.desroches@microchip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Apr 21, 2017 at 10:39:22AM +0200, Ludovic Desroches wrote: > Add entries for the Atmel PTC Subsystem. > > Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com> > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 860dacb..e1b8b0e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2323,6 +2323,13 @@ F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt > F: drivers/input/touchscreen/atmel_mxt_ts.c > F: include/linux/platform_data/atmel_mxt_ts.h > > +ATMEL PTC SUBSYSTEM DRIVER > +M: Ludovic Desroches <ludovic.desroches@microchip.com> > +L: linux-input@vger.kernel.org > +S: Supported > +F: drivers/input/misc/atmel_ptc.c > +F: include/uapi/linux/atmel_ptc.h I'll remove it in v3. > + > ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER > M: Bradley Grove <linuxdrivers@attotech.com> > L: linux-scsi@vger.kernel.org > -- > 2.9.0 > -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/MAINTAINERS b/MAINTAINERS index 860dacb..e1b8b0e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2323,6 +2323,13 @@ F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt F: drivers/input/touchscreen/atmel_mxt_ts.c F: include/linux/platform_data/atmel_mxt_ts.h +ATMEL PTC SUBSYSTEM DRIVER +M: Ludovic Desroches <ludovic.desroches@microchip.com> +L: linux-input@vger.kernel.org +S: Supported +F: drivers/input/misc/atmel_ptc.c +F: include/uapi/linux/atmel_ptc.h + ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER M: Bradley Grove <linuxdrivers@attotech.com> L: linux-scsi@vger.kernel.org
Add entries for the Atmel PTC Subsystem. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)