Message ID | 1526975559-18966-2-git-send-email-eugen.hristev@microchip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, 22 May 2018 10:52:31 +0300 Eugen Hristev <eugen.hristev@microchip.com> wrote: > Add MAINTAINERS entry for generic resistive touchscreen adc > > Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> Applied to the togreg branch of iio.git after a rebase brought in the missing fix that was stalling this. Note these are now going to be heading upstream at the next merge window, not the one currently open. Pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > --- > Changes in v3: > - Changed source file name > > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 3bdc260..ce9720f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -5943,6 +5943,12 @@ F: drivers/base/power/domain*.c > F: include/linux/pm_domain.h > F: Documentation/devicetree/bindings/power/power_domain.txt > > +GENERIC RESISTIVE TOUCHSCREEN ADC DRIVER > +M: Eugen Hristev <eugen.hristev@microchip.com> > +L: linux-input@vger.kernel.org > +S: Maintained > +F: drivers/input/touchscreen/resistive-adc-touch.c > + > GENERIC UIO DRIVER FOR PCI DEVICES > M: "Michael S. Tsirkin" <mst@redhat.com> > L: kvm@vger.kernel.org -- 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 3bdc260..ce9720f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5943,6 +5943,12 @@ F: drivers/base/power/domain*.c F: include/linux/pm_domain.h F: Documentation/devicetree/bindings/power/power_domain.txt +GENERIC RESISTIVE TOUCHSCREEN ADC DRIVER +M: Eugen Hristev <eugen.hristev@microchip.com> +L: linux-input@vger.kernel.org +S: Maintained +F: drivers/input/touchscreen/resistive-adc-touch.c + GENERIC UIO DRIVER FOR PCI DEVICES M: "Michael S. Tsirkin" <mst@redhat.com> L: kvm@vger.kernel.org
Add MAINTAINERS entry for generic resistive touchscreen adc Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> --- Changes in v3: - Changed source file name MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)