diff for duplicates of <20170805014749.GL31819@dragon> diff --git a/a/1.txt b/N1/1.txt index 6ac7bd0..c96bde4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -66,9 +66,9 @@ On Fri, Jul 14, 2017 at 04:32:12PM -0400, Sebastien Bourdelin wrote: > + > + compatible = "technologic,imx28-ts4600", "fsl,imx28"; > + -> + apb@80000000 { -> + apbh@80000000 { -> + ssp0: ssp@80010000 { +> + apb at 80000000 { +> + apbh at 80000000 { +> + ssp0: ssp at 80010000 { > + compatible = "fsl,imx28-mmc"; > + pinctrl-names = "default"; > + pinctrl-0 = <&mmc0_4bit_pins_a @@ -80,7 +80,7 @@ On Fri, Jul 14, 2017 at 04:32:12PM -0400, Sebastien Bourdelin wrote: > + status = "okay"; > + }; > + -> + pinctrl@80018000 { +> + pinctrl at 80018000 { > + pinctrl-names = "default"; This line shouldn't be needed here. @@ -105,14 +105,14 @@ Also, we prefer to use hyphen than underscore in node name. > + }; > + }; > + -> + apbx@80040000 { -> + pwm: pwm@80064000 { +> + apbx at 80040000 { +> + pwm: pwm at 80064000 { > + pinctrl-names = "default"; > + pinctrl-0 = <&pwm2_pins_a>; > + status = "okay"; > + }; > + -> + duart: serial@80074000 { +> + duart: serial at 80074000 { > + pinctrl-names = "default"; > + pinctrl-0 = <&duart_pins_a>; > + status = "okay"; diff --git a/a/content_digest b/N1/content_digest index 3f9fbda..3bc8314 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,20 +1,9 @@ "ref\020170714203218.14409-1-sebastien.bourdelin@savoirfairelinux.com\0" "ref\020170714203218.14409-3-sebastien.bourdelin@savoirfairelinux.com\0" - "From\0Shawn Guo <shawnguo@kernel.org>\0" - "Subject\0Re: [PATCH v5 2/8] ARM: dts: TS-4600: add basic device tree\0" + "From\0shawnguo@kernel.org (Shawn Guo)\0" + "Subject\0[PATCH v5 2/8] ARM: dts: TS-4600: add basic device tree\0" "Date\0Sat, 5 Aug 2017 09:47:55 +0800\0" - "To\0Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>\0" - "Cc\0linux-kernel@vger.kernel.org" - linux-watchdog@vger.kernel.org - linux-arm-kernel@lists.infradead.org - devicetree@vger.kernel.org - kernel@savoirfairelinux.com - robh@kernel.org - linux@roeck-us.net - linus.walleij@linaro.org - fabio.estevam@nxp.com - mark@embeddedarm.com - " kris@embeddedarm.com\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Fri, Jul 14, 2017 at 04:32:12PM -0400, Sebastien Bourdelin wrote:\n" @@ -85,9 +74,9 @@ "> +\n" "> +\tcompatible = \"technologic,imx28-ts4600\", \"fsl,imx28\";\n" "> +\n" - "> +\tapb@80000000 {\n" - "> +\t\tapbh@80000000 {\n" - "> +\t\t\tssp0: ssp@80010000 {\n" + "> +\tapb at 80000000 {\n" + "> +\t\tapbh at 80000000 {\n" + "> +\t\t\tssp0: ssp at 80010000 {\n" "> +\t\t\t\tcompatible = \"fsl,imx28-mmc\";\n" "> +\t\t\t\tpinctrl-names = \"default\";\n" "> +\t\t\t\tpinctrl-0 = <&mmc0_4bit_pins_a\n" @@ -99,7 +88,7 @@ "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tpinctrl@80018000 {\n" + "> +\t\t\tpinctrl at 80018000 {\n" "> +\t\t\t\tpinctrl-names = \"default\";\n" "\n" "This line shouldn't be needed here.\n" @@ -124,14 +113,14 @@ "> +\t\t\t};\n" "> +\t\t};\n" "> +\n" - "> +\t\tapbx@80040000 {\n" - "> +\t\t\tpwm: pwm@80064000 {\n" + "> +\t\tapbx at 80040000 {\n" + "> +\t\t\tpwm: pwm at 80064000 {\n" "> +\t\t\t\tpinctrl-names = \"default\";\n" "> +\t\t\t\tpinctrl-0 = <&pwm2_pins_a>;\n" "> +\t\t\t\tstatus = \"okay\";\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tduart: serial@80074000 {\n" + "> +\t\t\tduart: serial at 80074000 {\n" "> +\t\t\t\tpinctrl-names = \"default\";\n" "> +\t\t\t\tpinctrl-0 = <&duart_pins_a>;\n" "> +\t\t\t\tstatus = \"okay\";\n" @@ -228,4 +217,4 @@ "> 2.13.0\n" > -2c96627b03279c005bd12216298e7ecc2d7d0da0674063f4fe4835677dd29d42 +93fe819c5f0548b57e854f662fb124c76749bffa37c03c7583569009150e45ba
diff --git a/a/1.txt b/N2/1.txt index 6ac7bd0..f27482f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -4,7 +4,7 @@ On Fri, Jul 14, 2017 at 04:32:12PM -0400, Sebastien Bourdelin wrote: > More details here: > http://wiki.embeddedarm.com/wiki/TS-4600 > -> Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> +> Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org> > --- > Changes v4 -> v5: > - fix missing signed off @@ -48,7 +48,7 @@ On Fri, Jul 14, 2017 at 04:32:12PM -0400, Sebastien Bourdelin wrote: > @@ -0,0 +1,78 @@ > +/* > + * Copyright (C) 2016 Savoir-Faire Linux -> + * Author: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> +> + * Author: Sebastien Bourdelin <sebastien.bourdelin-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org> > + * > + * The code contained herein is licensed under the GNU General Public > + * License. You may obtain a copy of the GNU General Public License @@ -157,7 +157,7 @@ Shawn > @@ -0,0 +1,22 @@ > +/* > + * Copyright (C) 2016 Savoir-Faire Linux -> + * Author: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> +> + * Author: Sebastien Bourdelin <sebastien.bourdelin-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org> > + * > + * The code contained herein is licensed under the GNU General Public > + * License. You may obtain a copy of the GNU General Public License @@ -185,7 +185,7 @@ Shawn > @@ -0,0 +1,22 @@ > +/* > + * Copyright (C) 2016 Savoir-Faire Linux -> + * Author: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> +> + * Author: Sebastien Bourdelin <sebastien.bourdelin-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org> > + * > + * The code contained herein is licensed under the GNU General Public > + * License. You may obtain a copy of the GNU General Public License @@ -207,4 +207,8 @@ Shawn > +}; > -- > 2.13.0 -> +> +-- +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 3f9fbda..a10e711 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,20 +1,21 @@ "ref\020170714203218.14409-1-sebastien.bourdelin@savoirfairelinux.com\0" "ref\020170714203218.14409-3-sebastien.bourdelin@savoirfairelinux.com\0" - "From\0Shawn Guo <shawnguo@kernel.org>\0" + "ref\020170714203218.14409-3-sebastien.bourdelin-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org\0" + "From\0Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" "Subject\0Re: [PATCH v5 2/8] ARM: dts: TS-4600: add basic device tree\0" "Date\0Sat, 5 Aug 2017 09:47:55 +0800\0" - "To\0Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>\0" - "Cc\0linux-kernel@vger.kernel.org" - linux-watchdog@vger.kernel.org - linux-arm-kernel@lists.infradead.org - devicetree@vger.kernel.org - kernel@savoirfairelinux.com - robh@kernel.org - linux@roeck-us.net - linus.walleij@linaro.org - fabio.estevam@nxp.com - mark@embeddedarm.com - " kris@embeddedarm.com\0" + "To\0Sebastien Bourdelin <sebastien.bourdelin-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org>\0" + "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" + linux-watchdog-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + kernel-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org + robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org + linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org + linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org + fabio.estevam-3arQi8VN3Tc@public.gmane.org + mark-L1vi/lXTdtvnC/t2CciAbw@public.gmane.org + " kris-L1vi/lXTdtvnC/t2CciAbw@public.gmane.org\0" "\00:1\0" "b\0" "On Fri, Jul 14, 2017 at 04:32:12PM -0400, Sebastien Bourdelin wrote:\n" @@ -23,7 +24,7 @@ "> More details here:\n" "> http://wiki.embeddedarm.com/wiki/TS-4600\n" "> \n" - "> Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>\n" + "> Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org>\n" "> ---\n" "> Changes v4 -> v5:\n" "> - fix missing signed off\n" @@ -67,7 +68,7 @@ "> @@ -0,0 +1,78 @@\n" "> +/*\n" "> + * Copyright (C) 2016 Savoir-Faire Linux\n" - "> + * Author: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>\n" + "> + * Author: Sebastien Bourdelin <sebastien.bourdelin-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org>\n" "> + *\n" "> + * The code contained herein is licensed under the GNU General Public\n" "> + * License. You may obtain a copy of the GNU General Public License\n" @@ -176,7 +177,7 @@ "> @@ -0,0 +1,22 @@\n" "> +/*\n" "> + * Copyright (C) 2016 Savoir-Faire Linux\n" - "> + * Author: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>\n" + "> + * Author: Sebastien Bourdelin <sebastien.bourdelin-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org>\n" "> + *\n" "> + * The code contained herein is licensed under the GNU General Public\n" "> + * License. You may obtain a copy of the GNU General Public License\n" @@ -204,7 +205,7 @@ "> @@ -0,0 +1,22 @@\n" "> +/*\n" "> + * Copyright (C) 2016 Savoir-Faire Linux\n" - "> + * Author: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>\n" + "> + * Author: Sebastien Bourdelin <sebastien.bourdelin-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org>\n" "> + *\n" "> + * The code contained herein is licensed under the GNU General Public\n" "> + * License. You may obtain a copy of the GNU General Public License\n" @@ -226,6 +227,10 @@ "> +};\n" "> -- \n" "> 2.13.0\n" - > + "> \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 -2c96627b03279c005bd12216298e7ecc2d7d0da0674063f4fe4835677dd29d42 +8ec939de641a108f4c2fe60b52d0132d9fecf08ce042883558252d8029d5c0f1
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.