diff for duplicates of <20161011174046.GA27925@dtor-ws> diff --git a/a/1.txt b/N1/1.txt index 5581efd..51e2a3b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,7 +11,7 @@ On Tue, Oct 11, 2016 at 08:33:57AM +0800, Icenowy Zheng wrote: > It supports device tree enumeration, with screen resolution and axis > quirks configurable. > -> Signed-off-by: Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org> +> Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> Please extend ili210x.c instead of adding brand new driver, they look very similar. @@ -69,11 +69,11 @@ Thanks. > +++ b/drivers/input/touchscreen/ili2139.c > @@ -0,0 +1,320 @@ > +/* ------------------------------------------------------------------------- -> + * Copyright (C) 2016, Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org> +> + * Copyright (C) 2016, Icenowy Zheng <icenowy@aosc.xyz> > + * > + * Derived from: > + * ili210x.c -> + * Copyright (C) Olivier Sobrie <olivier-Ui3EtX6WB9GzQB+pC5nmwQ@public.gmane.org> +> + * Copyright (C) Olivier Sobrie <olivier@sobrie.be> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by @@ -385,7 +385,7 @@ Thanks. > + > +module_i2c_driver(ili2139_ts_driver); > + -> +MODULE_AUTHOR("Olivier Sobrie <olivier-Ui3EtX6WB9GzQB+pC5nmwQ@public.gmane.org>"); +> +MODULE_AUTHOR("Olivier Sobrie <olivier@sobrie.be>"); > +MODULE_DESCRIPTION("ILI2139 I2C Touchscreen Driver"); > +MODULE_LICENSE("GPL"); > -- diff --git a/a/content_digest b/N1/content_digest index 458d30e..6fa149a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,32 +1,9 @@ "ref\020161011003359.26079-1-icenowy@aosc.xyz\0" "ref\020161011003359.26079-3-icenowy@aosc.xyz\0" - "ref\020161011003359.26079-3-icenowy-ymACFijhrKM@public.gmane.org\0" - "From\0Dmitry Torokhov <dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Subject\0Re: [PATCH 3/5] Input: add driver for Ilitek ili2139 touch IC\0" + "From\0dmitry.torokhov@gmail.com (Dmitry Torokhov)\0" + "Subject\0[PATCH 3/5] Input: add driver for Ilitek ili2139 touch IC\0" "Date\0Tue, 11 Oct 2016 10:40:46 -0700\0" - "To\0Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>\0" - "Cc\0Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>" - Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> - Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org> - Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> - Henrik Rydberg <rydberg-FFUHeuDi6mxAfugRpC6u6w@public.gmane.org> - Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> - Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org> - Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> - Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Jarkko Sakkinen <jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> - Marek Vasut <marex-ynQEQJNshbs@public.gmane.org> - Rask Ingemann Lambertsen <ccc94453-1EA3ORoCGBhoJ7GROcy7lA@public.gmane.org> - Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> - Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> - Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org> - Michael Welling <mwelling-EkmVulN54Sk@public.gmane.org> - Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> - Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> - Damien Riegel <damien.riegel-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org> - Benjamin Tissoires <benjamin.tissoires-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> - Jeffrey Lin <jeffrey.lin-s3Ivl27awEzQT0dZR+AlfA@public.gmane.org> - " Javier\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Icenowy,\n" @@ -42,7 +19,7 @@ "> It supports device tree enumeration, with screen resolution and axis\n" "> quirks configurable.\n" "> \n" - "> Signed-off-by: Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>\n" + "> Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>\n" "\n" "Please extend ili210x.c instead of adding brand new driver, they look\n" "very similar.\n" @@ -100,11 +77,11 @@ "> +++ b/drivers/input/touchscreen/ili2139.c\n" "> @@ -0,0 +1,320 @@\n" "> +/* -------------------------------------------------------------------------\n" - "> + * Copyright (C) 2016, Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>\n" + "> + * Copyright (C) 2016, Icenowy Zheng <icenowy@aosc.xyz>\n" "> + *\n" "> + * Derived from:\n" "> + * ili210x.c\n" - "> + * Copyright (C) Olivier Sobrie <olivier-Ui3EtX6WB9GzQB+pC5nmwQ@public.gmane.org>\n" + "> + * Copyright (C) Olivier Sobrie <olivier@sobrie.be>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License as published by\n" @@ -416,7 +393,7 @@ "> +\n" "> +module_i2c_driver(ili2139_ts_driver);\n" "> +\n" - "> +MODULE_AUTHOR(\"Olivier Sobrie <olivier-Ui3EtX6WB9GzQB+pC5nmwQ@public.gmane.org>\");\n" + "> +MODULE_AUTHOR(\"Olivier Sobrie <olivier@sobrie.be>\");\n" "> +MODULE_DESCRIPTION(\"ILI2139 I2C Touchscreen Driver\");\n" "> +MODULE_LICENSE(\"GPL\");\n" "> -- \n" @@ -426,4 +403,4 @@ "-- \n" Dmitry -96bb5175919cfcd418db08c48884c7a664af7aed58f8964a698f2b3f598f282b +6d0eeb61a027f9144e648ec621cdc52f9348df001c13199bb20fff16727abf3f
diff --git a/a/1.txt b/N2/1.txt index 5581efd..51e2a3b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -11,7 +11,7 @@ On Tue, Oct 11, 2016 at 08:33:57AM +0800, Icenowy Zheng wrote: > It supports device tree enumeration, with screen resolution and axis > quirks configurable. > -> Signed-off-by: Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org> +> Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> Please extend ili210x.c instead of adding brand new driver, they look very similar. @@ -69,11 +69,11 @@ Thanks. > +++ b/drivers/input/touchscreen/ili2139.c > @@ -0,0 +1,320 @@ > +/* ------------------------------------------------------------------------- -> + * Copyright (C) 2016, Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org> +> + * Copyright (C) 2016, Icenowy Zheng <icenowy@aosc.xyz> > + * > + * Derived from: > + * ili210x.c -> + * Copyright (C) Olivier Sobrie <olivier-Ui3EtX6WB9GzQB+pC5nmwQ@public.gmane.org> +> + * Copyright (C) Olivier Sobrie <olivier@sobrie.be> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by @@ -385,7 +385,7 @@ Thanks. > + > +module_i2c_driver(ili2139_ts_driver); > + -> +MODULE_AUTHOR("Olivier Sobrie <olivier-Ui3EtX6WB9GzQB+pC5nmwQ@public.gmane.org>"); +> +MODULE_AUTHOR("Olivier Sobrie <olivier@sobrie.be>"); > +MODULE_DESCRIPTION("ILI2139 I2C Touchscreen Driver"); > +MODULE_LICENSE("GPL"); > -- diff --git a/a/content_digest b/N2/content_digest index 458d30e..e8b276d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,32 +1,38 @@ "ref\020161011003359.26079-1-icenowy@aosc.xyz\0" "ref\020161011003359.26079-3-icenowy@aosc.xyz\0" - "ref\020161011003359.26079-3-icenowy-ymACFijhrKM@public.gmane.org\0" - "From\0Dmitry Torokhov <dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "From\0Dmitry Torokhov <dmitry.torokhov@gmail.com>\0" "Subject\0Re: [PATCH 3/5] Input: add driver for Ilitek ili2139 touch IC\0" "Date\0Tue, 11 Oct 2016 10:40:46 -0700\0" - "To\0Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>\0" - "Cc\0Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>" - Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> - Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org> - Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> - Henrik Rydberg <rydberg-FFUHeuDi6mxAfugRpC6u6w@public.gmane.org> - Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> - Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org> - Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> - Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Jarkko Sakkinen <jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> - Marek Vasut <marex-ynQEQJNshbs@public.gmane.org> - Rask Ingemann Lambertsen <ccc94453-1EA3ORoCGBhoJ7GROcy7lA@public.gmane.org> - Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> - Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> - Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org> - Michael Welling <mwelling-EkmVulN54Sk@public.gmane.org> - Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> - Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> - Damien Riegel <damien.riegel-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org> - Benjamin Tissoires <benjamin.tissoires-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> - Jeffrey Lin <jeffrey.lin-s3Ivl27awEzQT0dZR+AlfA@public.gmane.org> - " Javier\0" + "To\0Icenowy Zheng <icenowy@aosc.xyz>\0" + "Cc\0Rob Herring <robh+dt@kernel.org>" + Maxime Ripard <maxime.ripard@free-electrons.com> + Chen-Yu Tsai <wens@csie.org> + Hans de Goede <hdegoede@redhat.com> + Henrik Rydberg <rydberg@bitmath.org> + Mark Rutland <mark.rutland@arm.com> + Russell King <linux@armlinux.org.uk> + Thierry Reding <treding@nvidia.com> + Shawn Guo <shawnguo@kernel.org> + Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> + Marek Vasut <marex@denx.de> + Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk> + Greg Kroah-Hartman <gregkh@linuxfoundation.org> + Geert Uytterhoeven <geert+renesas@glider.be> + Andrew Morton <akpm@linux-foundation.org> + Michael Welling <mwelling@ieee.org> + Arnd Bergmann <arnd@arndb.de> + Markus Pargmann <mpa@pengutronix.de> + Damien Riegel <damien.riegel@savoirfairelinux.com> + Benjamin Tissoires <benjamin.tissoires@redhat.com> + Jeffrey Lin <jeffrey.lin@rad-ic.com> + Javier Martinez Canillas <javier@osg.samsung.com> + Sangwon Jee <jeesw@melfas.com> + Siebren Vroegindeweij <siebren.vroegindeweij@hotmail.com> + linux-input@vger.kernel.org + devicetree@vger.kernel.org + linux-kernel@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-sunxi@googlegroups.com\0" "\00:1\0" "b\0" "Hi Icenowy,\n" @@ -42,7 +48,7 @@ "> It supports device tree enumeration, with screen resolution and axis\n" "> quirks configurable.\n" "> \n" - "> Signed-off-by: Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>\n" + "> Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>\n" "\n" "Please extend ili210x.c instead of adding brand new driver, they look\n" "very similar.\n" @@ -100,11 +106,11 @@ "> +++ b/drivers/input/touchscreen/ili2139.c\n" "> @@ -0,0 +1,320 @@\n" "> +/* -------------------------------------------------------------------------\n" - "> + * Copyright (C) 2016, Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>\n" + "> + * Copyright (C) 2016, Icenowy Zheng <icenowy@aosc.xyz>\n" "> + *\n" "> + * Derived from:\n" "> + * ili210x.c\n" - "> + * Copyright (C) Olivier Sobrie <olivier-Ui3EtX6WB9GzQB+pC5nmwQ@public.gmane.org>\n" + "> + * Copyright (C) Olivier Sobrie <olivier@sobrie.be>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License as published by\n" @@ -416,7 +422,7 @@ "> +\n" "> +module_i2c_driver(ili2139_ts_driver);\n" "> +\n" - "> +MODULE_AUTHOR(\"Olivier Sobrie <olivier-Ui3EtX6WB9GzQB+pC5nmwQ@public.gmane.org>\");\n" + "> +MODULE_AUTHOR(\"Olivier Sobrie <olivier@sobrie.be>\");\n" "> +MODULE_DESCRIPTION(\"ILI2139 I2C Touchscreen Driver\");\n" "> +MODULE_LICENSE(\"GPL\");\n" "> -- \n" @@ -426,4 +432,4 @@ "-- \n" Dmitry -96bb5175919cfcd418db08c48884c7a664af7aed58f8964a698f2b3f598f282b +6d4308a319dcd199dee5ede9783963fef3d20a887d52554e19483202513cc82c
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.