diff for duplicates of <20160902140935.GA19453@rob-hp-laptop> diff --git a/a/1.txt b/N1/1.txt index 65fba84..b8bca30 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,13 +1,13 @@ On Sun, Aug 28, 2016 at 06:00:05PM +0200, Hans de Goede wrote: -> From: Siebren Vroegindeweij <siebren.vroegindeweij-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org> +> From: Siebren Vroegindeweij <siebren.vroegindeweij@hotmail.com> > > This adds a driver for the Elan eKTF2127 touchscreen controller, > which speaks an i2c protocol which is distinctly different from > the already supported eKTH controllers. > -> Signed-off-by: Michel Verlaan <michel.verl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> -> Signed-off-by: Siebren Vroegindeweij <siebren.vroegindeweij-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org> -> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> +> Signed-off-by: Michel Verlaan <michel.verl@gmail.com> +> Signed-off-by: Siebren Vroegindeweij <siebren.vroegindeweij@hotmail.com> +> Signed-off-by: Hans de Goede <hdegoede@redhat.com> > --- > Changes in v2: > -Improve devicetree bindings document @@ -19,7 +19,7 @@ On Sun, Aug 28, 2016 at 06:00:05PM +0200, Hans de Goede wrote: > --- > .../bindings/input/touchscreen/ektf2127.txt | 27 ++ -Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> +Acked-by: Rob Herring <robh@kernel.org> > drivers/input/touchscreen/Kconfig | 12 + > drivers/input/touchscreen/Makefile | 1 + @@ -27,7 +27,3 @@ Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> > 4 files changed, 373 insertions(+) > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/ektf2127.txt > create mode 100644 drivers/input/touchscreen/ektf2127.c --- -To unsubscribe from this list: send the line "unsubscribe devicetree" in -the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index c6679ca..dccf032 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,28 +1,20 @@ "ref\020160828160005.20415-1-hdegoede@redhat.com\0" - "ref\020160828160005.20415-1-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org\0" - "From\0Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" - "Subject\0Re: [PATCH v2] input: touchscreen: Add support for Elan eKTF2127 touchscreen controller\0" + "From\0robh@kernel.org (Rob Herring)\0" + "Subject\0[PATCH v2] input: touchscreen: Add support for Elan eKTF2127 touchscreen controller\0" "Date\0Fri, 2 Sep 2016 09:09:35 -0500\0" - "To\0Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0" - "Cc\0Dmitry Torokhov <dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>" - linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - Siebren Vroegindeweij <siebren.vroegindeweij-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Michel Verlaan <michel.verl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - " Siebren Vroegindeweij <siebren.vroegindeweij-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Sun, Aug 28, 2016 at 06:00:05PM +0200, Hans de Goede wrote:\n" - "> From: Siebren Vroegindeweij <siebren.vroegindeweij-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>\n" + "> From: Siebren Vroegindeweij <siebren.vroegindeweij@hotmail.com>\n" "> \n" "> This adds a driver for the Elan eKTF2127 touchscreen controller,\n" "> which speaks an i2c protocol which is distinctly different from\n" "> the already supported eKTH controllers.\n" "> \n" - "> Signed-off-by: Michel Verlaan <michel.verl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" - "> Signed-off-by: Siebren Vroegindeweij <siebren.vroegindeweij-PkbjNfxxIARBDgjK7y7TUQ@public.gmane.org>\n" - "> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" + "> Signed-off-by: Michel Verlaan <michel.verl@gmail.com>\n" + "> Signed-off-by: Siebren Vroegindeweij <siebren.vroegindeweij@hotmail.com>\n" + "> Signed-off-by: Hans de Goede <hdegoede@redhat.com>\n" "> ---\n" "> Changes in v2:\n" "> -Improve devicetree bindings document\n" @@ -34,17 +26,13 @@ "> ---\n" "> .../bindings/input/touchscreen/ektf2127.txt | 27 ++\n" "\n" - "Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n" + "Acked-by: Rob Herring <robh@kernel.org>\n" "\n" "> drivers/input/touchscreen/Kconfig | 12 +\n" "> drivers/input/touchscreen/Makefile | 1 +\n" "> drivers/input/touchscreen/ektf2127.c | 333 +++++++++++++++++++++\n" "> 4 files changed, 373 insertions(+)\n" "> create mode 100644 Documentation/devicetree/bindings/input/touchscreen/ektf2127.txt\n" - "> create mode 100644 drivers/input/touchscreen/ektf2127.c\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" - "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + > create mode 100644 drivers/input/touchscreen/ektf2127.c -6b69347e52c1424d49039250762e39b48cfc7a9d72de46fb4c7bfc0a04a87f14 +f6a922ba42d7eb63933a0a9949d6bc4a09e3c947fb47a581004bd0533123d733
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.