diff for duplicates of <20170322184749.GC2899@dtor-ws> diff --git a/a/1.txt b/N1/1.txt index abcd402..df951a5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,9 +1,9 @@ On Wed, Mar 22, 2017 at 11:44:21AM -0700, Dmitry Torokhov wrote: > On Thu, Mar 23, 2017 at 12:05:17AM +0530, Jagan Teki wrote: > > On Thu, Mar 23, 2017 at 12:00 AM, Dmitry Torokhov -> > <dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: +> > <dmitry.torokhov@gmail.com> wrote: > > > On Wed, Mar 22, 2017 at 04:36:46PM +0530, Jagan Teki wrote: -> > >> From: Jagan Teki <jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org> +> > >> From: Jagan Teki <jagan@amarulasolutions.com> > > >> > > >> Added missing of_match_table for max11801_ts driver with > > >> compatible as "maxim,max11801_ts" @@ -18,7 +18,7 @@ On Wed, Mar 22, 2017 at 11:44:21AM -0700, Dmitry Torokhov wrote: Now that I looked at your 2/3 and 3/3 patches you use: +&i2c1 { -+ max11801: touchscreen@48 { ++ max11801: touchscreen at 48 { + compatible = "maxim,max11801"; + reg = <0x48>; + interrupt-parent = <&gpio3>; @@ -35,7 +35,3 @@ Thanks. -- Dmitry --- -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 9370eea..b169d05 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,26 +2,18 @@ "ref\020170322183039.GA2899@dtor-ws\0" "ref\0CAMty3ZApz+GVkeoT4-75tiJcn6-CxkzdOrMcH7hjK1k2Ht=ZUQ@mail.gmail.com\0" "ref\020170322184421.GB2899@dtor-ws\0" - "From\0Dmitry Torokhov <dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Subject\0Re: [PATCH v7 1/3] Input: max11801_ts: Add missing of_match_table\0" + "From\0dmitry.torokhov@gmail.com (Dmitry Torokhov)\0" + "Subject\0[PATCH v7 1/3] Input: max11801_ts: Add missing of_match_table\0" "Date\0Wed, 22 Mar 2017 11:47:49 -0700\0" - "To\0Jagan Teki <jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>\0" - "Cc\0Jagan Teki <jagan-oRp2ZoJdM/RWk0Htik3J/w@public.gmane.org>" - linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Matteo Lisi <matteo.lisi-4s7YQHO/iPVBDgjK7y7TUQ@public.gmane.org> - " Michael Trimarchi <michael-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Wed, Mar 22, 2017 at 11:44:21AM -0700, Dmitry Torokhov wrote:\n" "> On Thu, Mar 23, 2017 at 12:05:17AM +0530, Jagan Teki wrote:\n" "> > On Thu, Mar 23, 2017 at 12:00 AM, Dmitry Torokhov\n" - "> > <dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:\n" + "> > <dmitry.torokhov@gmail.com> wrote:\n" "> > > On Wed, Mar 22, 2017 at 04:36:46PM +0530, Jagan Teki wrote:\n" - "> > >> From: Jagan Teki <jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>\n" + "> > >> From: Jagan Teki <jagan@amarulasolutions.com>\n" "> > >>\n" "> > >> Added missing of_match_table for max11801_ts driver with\n" "> > >> compatible as \"maxim,max11801_ts\"\n" @@ -36,7 +28,7 @@ "Now that I looked at your 2/3 and 3/3 patches you use:\n" "\n" "+&i2c1 {\n" - "+ max11801: touchscreen@48 {\n" + "+ max11801: touchscreen at 48 {\n" "+ compatible = \"maxim,max11801\";\n" "+ reg = <0x48>;\n" "+ interrupt-parent = <&gpio3>;\n" @@ -52,10 +44,6 @@ "Thanks.\n" "\n" "-- \n" - "Dmitry\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 + Dmitry -e2247d5f5675e1a51543e964e034daa3ca2c44360b1eb7bf9b4dfba3269ff386 +bbc7f393149e3847903e8eb693eb0a692367403fc11c1ebcceb7bee33684a8f2
diff --git a/a/1.txt b/N2/1.txt index abcd402..918602f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,9 +1,9 @@ On Wed, Mar 22, 2017 at 11:44:21AM -0700, Dmitry Torokhov wrote: > On Thu, Mar 23, 2017 at 12:05:17AM +0530, Jagan Teki wrote: > > On Thu, Mar 23, 2017 at 12:00 AM, Dmitry Torokhov -> > <dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: +> > <dmitry.torokhov@gmail.com> wrote: > > > On Wed, Mar 22, 2017 at 04:36:46PM +0530, Jagan Teki wrote: -> > >> From: Jagan Teki <jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org> +> > >> From: Jagan Teki <jagan@amarulasolutions.com> > > >> > > >> Added missing of_match_table for max11801_ts driver with > > >> compatible as "maxim,max11801_ts" @@ -35,7 +35,3 @@ Thanks. -- Dmitry --- -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/N2/content_digest index 9370eea..e62956a 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,26 +2,26 @@ "ref\020170322183039.GA2899@dtor-ws\0" "ref\0CAMty3ZApz+GVkeoT4-75tiJcn6-CxkzdOrMcH7hjK1k2Ht=ZUQ@mail.gmail.com\0" "ref\020170322184421.GB2899@dtor-ws\0" - "From\0Dmitry Torokhov <dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "From\0Dmitry Torokhov <dmitry.torokhov@gmail.com>\0" "Subject\0Re: [PATCH v7 1/3] Input: max11801_ts: Add missing of_match_table\0" "Date\0Wed, 22 Mar 2017 11:47:49 -0700\0" - "To\0Jagan Teki <jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>\0" - "Cc\0Jagan Teki <jagan-oRp2ZoJdM/RWk0Htik3J/w@public.gmane.org>" - linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Matteo Lisi <matteo.lisi-4s7YQHO/iPVBDgjK7y7TUQ@public.gmane.org> - " Michael Trimarchi <michael-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>\0" + "To\0Jagan Teki <jagan@amarulasolutions.com>\0" + "Cc\0Jagan Teki <jagan@openedev.com>" + linux-input@vger.kernel.org + linux-arm-kernel@lists.infradead.org + devicetree@vger.kernel.org + linux-kernel <linux-kernel@vger.kernel.org> + Shawn Guo <shawnguo@kernel.org> + Matteo Lisi <matteo.lisi@engicam.com> + " Michael Trimarchi <michael@amarulasolutions.com>\0" "\00:1\0" "b\0" "On Wed, Mar 22, 2017 at 11:44:21AM -0700, Dmitry Torokhov wrote:\n" "> On Thu, Mar 23, 2017 at 12:05:17AM +0530, Jagan Teki wrote:\n" "> > On Thu, Mar 23, 2017 at 12:00 AM, Dmitry Torokhov\n" - "> > <dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:\n" + "> > <dmitry.torokhov@gmail.com> wrote:\n" "> > > On Wed, Mar 22, 2017 at 04:36:46PM +0530, Jagan Teki wrote:\n" - "> > >> From: Jagan Teki <jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>\n" + "> > >> From: Jagan Teki <jagan@amarulasolutions.com>\n" "> > >>\n" "> > >> Added missing of_match_table for max11801_ts driver with\n" "> > >> compatible as \"maxim,max11801_ts\"\n" @@ -52,10 +52,6 @@ "Thanks.\n" "\n" "-- \n" - "Dmitry\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 + Dmitry -e2247d5f5675e1a51543e964e034daa3ca2c44360b1eb7bf9b4dfba3269ff386 +abb05ed3799b3d38de6ce9608770c8fab94e7c876aa94587d15102bd9a1052ff
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.