diff for duplicates of <54EB4B43.7000100@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 92f2c43..b2ed56d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,7 +4,7 @@ On 23-02-15 16:28, Hans de Goede wrote: > The ChipOne icn8318 is an i2c capacitive touchscreen controller typically > used in cheap android tablets, this commit adds a driver for it. > -> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> +> Signed-off-by: Hans de Goede <hdegoede@redhat.com> And just when I think I'm done I discover there are spurious evdev events being send after a close + open of the evdev node. I'll send a v2 of this set fixing this @@ -59,10 +59,10 @@ Hans > + > +Example: > + -> +i2c@00000000 { +> +i2c at 00000000 { > + /* ... */ > + -> + chipone_icn8318@40 { +> + chipone_icn8318 at 40 { > + compatible = "chipone,icn8318"; > + reg = <0x40>; > + interrupt-parent = <&pio>; @@ -94,19 +94,19 @@ Hans > index ddc5a8c..d39304c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS -> @@ -2512,6 +2512,13 @@ L: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +> @@ -2512,6 +2512,13 @@ L: linux-usb at vger.kernel.org > S: Maintained > F: drivers/usb/chipidea/ > > +CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER -> +M: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> -> +L: linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +> +M: Hans de Goede <hdegoede@redhat.com> +> +L: linux-input at vger.kernel.org > +S: Maintained > +F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt > +F: drivers/input/touchscreen/chipone_icn8318.c > + > CHROME HARDWARE PLATFORM SUPPORT -> M: Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org> +> M: Olof Johansson <olof@lixom.net> > S: Maintained > diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig > index 5891752..19ca23e 100644 @@ -161,7 +161,7 @@ Hans > + * (at your option) any later version. > + * > + * Red Hat authors: -> + * Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> +> + * Hans de Goede <hdegoede@redhat.com> > + */ > + > +#include <linux/gpio/consumer.h> @@ -455,6 +455,6 @@ Hans > +module_i2c_driver(icn8318_driver); > + > +MODULE_DESCRIPTION("ChipOne icn8318 I2C Touchscreen Driver"); -> +MODULE_AUTHOR("Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>"); +> +MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>"); > +MODULE_LICENSE("GPL"); > diff --git a/a/content_digest b/N1/content_digest index 364cba5..acfda55 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,9 @@ "ref\01424705290-19172-1-git-send-email-hdegoede@redhat.com\0" "ref\01424705290-19172-2-git-send-email-hdegoede@redhat.com\0" - "ref\01424705290-19172-2-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org\0" - "From\0Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0" - "Subject\0Re: [PATCH 2/2] input: Add support for ChipOne icn8318 based touchscreens\0" + "From\0hdegoede@redhat.com (Hans de Goede)\0" + "Subject\0[PATCH 2/2] input: Add support for ChipOne icn8318 based touchscreens\0" "Date\0Mon, 23 Feb 2015 16:46:11 +0100\0" - "To\0Dmitry Torokhov <dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Cc\0Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>" - linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - " linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi,\n" @@ -18,7 +12,7 @@ "> The ChipOne icn8318 is an i2c capacitive touchscreen controller typically\n" "> used in cheap android tablets, this commit adds a driver for it.\n" ">\n" - "> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" + "> Signed-off-by: Hans de Goede <hdegoede@redhat.com>\n" "\n" "And just when I think I'm done I discover there are spurious evdev events being\n" "send after a close + open of the evdev node. I'll send a v2 of this set fixing this\n" @@ -73,10 +67,10 @@ "> +\n" "> +Example:\n" "> +\n" - "> +i2c@00000000 {\n" + "> +i2c at 00000000 {\n" "> +\t/* ... */\n" "> +\n" - "> +\tchipone_icn8318@40 {\n" + "> +\tchipone_icn8318 at 40 {\n" "> +\t\tcompatible = \"chipone,icn8318\";\n" "> +\t\treg = <0x40>;\n" "> +\t\tinterrupt-parent = <&pio>;\n" @@ -108,19 +102,19 @@ "> index ddc5a8c..d39304c 100644\n" "> --- a/MAINTAINERS\n" "> +++ b/MAINTAINERS\n" - "> @@ -2512,6 +2512,13 @@ L:\tlinux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + "> @@ -2512,6 +2512,13 @@ L:\tlinux-usb at vger.kernel.org\n" "> S:\tMaintained\n" "> F:\tdrivers/usb/chipidea/\n" ">\n" "> +CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER\n" - "> +M:\tHans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" - "> +L:\tlinux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + "> +M:\tHans de Goede <hdegoede@redhat.com>\n" + "> +L:\tlinux-input at vger.kernel.org\n" "> +S:\tMaintained\n" "> +F:\tDocumentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt\n" "> +F:\tdrivers/input/touchscreen/chipone_icn8318.c\n" "> +\n" "> CHROME HARDWARE PLATFORM SUPPORT\n" - "> M:\tOlof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>\n" + "> M:\tOlof Johansson <olof@lixom.net>\n" "> S:\tMaintained\n" "> diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig\n" "> index 5891752..19ca23e 100644\n" @@ -175,7 +169,7 @@ "> + * (at your option) any later version.\n" "> + *\n" "> + * Red Hat authors:\n" - "> + * Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" + "> + * Hans de Goede <hdegoede@redhat.com>\n" "> + */\n" "> +\n" "> +#include <linux/gpio/consumer.h>\n" @@ -469,8 +463,8 @@ "> +module_i2c_driver(icn8318_driver);\n" "> +\n" "> +MODULE_DESCRIPTION(\"ChipOne icn8318 I2C Touchscreen Driver\");\n" - "> +MODULE_AUTHOR(\"Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\");\n" + "> +MODULE_AUTHOR(\"Hans de Goede <hdegoede@redhat.com>\");\n" "> +MODULE_LICENSE(\"GPL\");\n" > -d87c4ef71b88bd10b36e0fca1c48627b4f65b63c7f52e518ffa97e28fd49141c +b66b01c002dddb9d8872c47ac5047958bc2b798d30ac4b0a9b69836dc721ce5c
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.