diff for duplicates of <5584630F.2070402@cogentembedded.com> diff --git a/a/1.txt b/N1/1.txt index 0f37492..17d8bc7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,7 +4,7 @@ On 06/19/2015 09:38 PM, Robert Jarzmik wrote: > Add the usb host controller to pxa27x and pxa3xx. -> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> +> Signed-off-by: Robert Jarzmik <robert.jarzmik-GANU6spQydw@public.gmane.org> > --- > arch/arm/boot/dts/pxa27x.dtsi | 8 ++++++++ > arch/arm/boot/dts/pxa3xx.dtsi | 8 ++++++++ @@ -18,7 +18,7 @@ On 06/19/2015 09:38 PM, Robert Jarzmik wrote: > clocks = <&clks CLK_NONE>; > }; > -> + pxa27x_ohci: ohci at 4c000000 { +> + pxa27x_ohci: ohci@4c000000 { Sigh. ePAPR standardizes the "usb" name for such nodes. [...] @@ -31,10 +31,13 @@ On 06/19/2015 09:38 PM, Robert Jarzmik wrote: > status = "disabled"; > }; > + -> + pxa3xx_ohci: ohci at 4c000000 { +> + pxa3xx_ohci: ohci@4c000000 { Ditto. [...] WBR, Sergei + +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in diff --git a/a/content_digest b/N1/content_digest index 1461b5e..c2193f3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,18 @@ "ref\01434739102-26217-1-git-send-email-robert.jarzmik@free.fr\0" "ref\01434739102-26217-6-git-send-email-robert.jarzmik@free.fr\0" - "From\0sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)\0" - "Subject\0[PATCH v2 6/6] ARM: dts: pxa: add the usb host controller\0" + "ref\01434739102-26217-6-git-send-email-robert.jarzmik-GANU6spQydw@public.gmane.org\0" + "From\0Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>\0" + "Subject\0Re: [PATCH v2 6/6] ARM: dts: pxa: add the usb host controller\0" "Date\0Fri, 19 Jun 2015 21:44:31 +0300\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Robert Jarzmik <robert.jarzmik-GANU6spQydw@public.gmane.org>" + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> + " Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0" + "Cc\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "Hello.\n" @@ -12,7 +21,7 @@ "\n" "> Add the usb host controller to pxa27x and pxa3xx.\n" "\n" - "> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>\n" + "> Signed-off-by: Robert Jarzmik <robert.jarzmik-GANU6spQydw@public.gmane.org>\n" "> ---\n" "> arch/arm/boot/dts/pxa27x.dtsi | 8 ++++++++\n" "> arch/arm/boot/dts/pxa3xx.dtsi | 8 ++++++++\n" @@ -26,7 +35,7 @@ "> \t\t\tclocks = <&clks CLK_NONE>;\n" "> \t\t};\n" ">\n" - "> +\t\tpxa27x_ohci: ohci at 4c000000 {\n" + "> +\t\tpxa27x_ohci: ohci@4c000000 {\n" "\n" " Sigh. ePAPR standardizes the \"usb\" name for such nodes.\n" "[...]\n" @@ -39,12 +48,15 @@ "> \t\t\tstatus = \"disabled\";\n" "> \t\t};\n" "> +\n" - "> +\t\tpxa3xx_ohci: ohci at 4c000000 {\n" + "> +\t\tpxa3xx_ohci: ohci@4c000000 {\n" "\n" " Ditto.\n" "\n" "[...]\n" "\n" - WBR, Sergei + "WBR, Sergei\n" + "\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in" -cafd24edcc7edab5b608b24459e15c08018ed8f04c994511cc0a30ca8ec28fd4 +48a172e409842d7f01619bd9c15365c48018f8fe5bbd78d2f422485b5efe1160
diff --git a/a/1.txt b/N2/1.txt index 0f37492..019e5df 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -18,7 +18,7 @@ On 06/19/2015 09:38 PM, Robert Jarzmik wrote: > clocks = <&clks CLK_NONE>; > }; > -> + pxa27x_ohci: ohci at 4c000000 { +> + pxa27x_ohci: ohci@4c000000 { Sigh. ePAPR standardizes the "usb" name for such nodes. [...] @@ -31,10 +31,14 @@ On 06/19/2015 09:38 PM, Robert Jarzmik wrote: > status = "disabled"; > }; > + -> + pxa3xx_ohci: ohci at 4c000000 { +> + pxa3xx_ohci: ohci@4c000000 { Ditto. [...] WBR, Sergei + +-- +To unsubscribe from this list: send the line "unsubscribe linux-kernel" in +Please read the FAQ at http://www.tux.org/lkml/ diff --git a/a/content_digest b/N2/content_digest index 1461b5e..5cdcc67 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,17 @@ "ref\01434739102-26217-1-git-send-email-robert.jarzmik@free.fr\0" "ref\01434739102-26217-6-git-send-email-robert.jarzmik@free.fr\0" - "From\0sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)\0" - "Subject\0[PATCH v2 6/6] ARM: dts: pxa: add the usb host controller\0" + "From\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0" + "Subject\0Re: [PATCH v2 6/6] ARM: dts: pxa: add the usb host controller\0" "Date\0Fri, 19 Jun 2015 21:44:31 +0300\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Robert Jarzmik <robert.jarzmik@free.fr>" + Rob Herring <robh+dt@kernel.org> + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + " Kumar Gala <galak@codeaurora.org>\0" + "Cc\0devicetree@vger.kernel.org" + linux-arm-kernel@lists.infradead.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "Hello.\n" @@ -26,7 +34,7 @@ "> \t\t\tclocks = <&clks CLK_NONE>;\n" "> \t\t};\n" ">\n" - "> +\t\tpxa27x_ohci: ohci at 4c000000 {\n" + "> +\t\tpxa27x_ohci: ohci@4c000000 {\n" "\n" " Sigh. ePAPR standardizes the \"usb\" name for such nodes.\n" "[...]\n" @@ -39,12 +47,16 @@ "> \t\t\tstatus = \"disabled\";\n" "> \t\t};\n" "> +\n" - "> +\t\tpxa3xx_ohci: ohci at 4c000000 {\n" + "> +\t\tpxa3xx_ohci: ohci@4c000000 {\n" "\n" " Ditto.\n" "\n" "[...]\n" "\n" - WBR, Sergei + "WBR, Sergei\n" + "\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-kernel\" in\n" + Please read the FAQ at http://www.tux.org/lkml/ -cafd24edcc7edab5b608b24459e15c08018ed8f04c994511cc0a30ca8ec28fd4 +f7cc4f3024a4ae5f3a3f2326b765cbab509bfad20cdee91da1b4c8f29632e28a
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.