diff for duplicates of <20141110100619.GM21424@x1> diff --git a/a/1.txt b/N1/1.txt index fbbc50b..d677d15 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,7 +3,7 @@ On Fri, 07 Nov 2014, Peter Griffin wrote: > The stih410 has some additional usb controllers. This patch adds the > dt nodes which will enabled them to function correctly. > -> Signed-off-by: Peter Griffin <peter.griffin@linaro.org> +> Signed-off-by: Peter Griffin <peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> > --- > arch/arm/boot/dts/stih407.dtsi | 60 ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 60 insertions(+) @@ -17,14 +17,14 @@ On Fri, 07 Nov 2014, Peter Griffin wrote: > "port"; > }; > + -> + ohci0: usb at 9a03c00 { +> + ohci0: usb@9a03c00 { > + compatible = "st,st-ohci-300x"; > + status = "disabled"; Being picky, I like to see the node status at the bottom in clear view, but apart from that patch looks good: -Acked-by: Lee Jones <lee.jones@linaro.org> +Acked-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> > + reg = <0x9a03c00 0x100>; > + interrupts = <GIC_SPI 180 IRQ_TYPE_NONE>; @@ -37,7 +37,7 @@ Acked-by: Lee Jones <lee.jones@linaro.org> > + phy-names = "usb"; > + }; > + -> + ehci0: usb at 9a03e00 { +> + ehci0: usb@9a03e00 { > + compatible = "st,st-ehci-300x"; > + status = "disabled"; > + reg = <0x9a03e00 0x100>; @@ -53,7 +53,7 @@ Acked-by: Lee Jones <lee.jones@linaro.org> > + phy-names = "usb"; > + }; > + -> + ohci1: usb at 9a83c00 { +> + ohci1: usb@9a83c00 { > + compatible = "st,st-ohci-300x"; > + status = "disabled"; > + reg = <0x9a83c00 0x100>; @@ -67,7 +67,7 @@ Acked-by: Lee Jones <lee.jones@linaro.org> > + phy-names = "usb"; > + }; > + -> + ehci1: usb at 9a83e00 { +> + ehci1: usb@9a83e00 { > + compatible = "st,st-ehci-300x"; > + status = "disabled"; > + reg = <0x9a83e00 0x100>; @@ -88,5 +88,9 @@ Acked-by: Lee Jones <lee.jones@linaro.org> -- Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org ? Open source software for ARM SoCs +Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog +-- +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 bfa554d..fd181dd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,16 @@ "ref\01415361475-6218-1-git-send-email-peter.griffin@linaro.org\0" "ref\01415361475-6218-11-git-send-email-peter.griffin@linaro.org\0" - "From\0lee.jones@linaro.org (Lee Jones)\0" - "Subject\0[PATCH 10/13] ARM: STi: DT: STih410: Add dt nodes for the ehci / ohci usb controllers.\0" + "ref\01415361475-6218-11-git-send-email-peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org\0" + "From\0Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "Subject\0Re: [PATCH 10/13] ARM: STi: DT: STih410: Add dt nodes for the ehci / ohci usb controllers.\0" "Date\0Mon, 10 Nov 2014 10:06:19 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Peter Griffin <peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + srinivas.kandagatla-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org + maxime.coquelin-qxv4g6HH51o@public.gmane.org + patrice.chotard-qxv4g6HH51o@public.gmane.org + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On Fri, 07 Nov 2014, Peter Griffin wrote:\n" @@ -11,7 +18,7 @@ "> The stih410 has some additional usb controllers. This patch adds the\n" "> dt nodes which will enabled them to function correctly.\n" "> \n" - "> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>\n" + "> Signed-off-by: Peter Griffin <peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" "> ---\n" "> arch/arm/boot/dts/stih407.dtsi | 60 ++++++++++++++++++++++++++++++++++++++++++\n" "> 1 file changed, 60 insertions(+)\n" @@ -25,14 +32,14 @@ "> \t\t\t\t \"port\";\n" "> \t\t};\n" "> +\n" - "> +\t\tohci0: usb at 9a03c00 {\n" + "> +\t\tohci0: usb@9a03c00 {\n" "> +\t\t\tcompatible = \"st,st-ohci-300x\";\n" "> +\t\t\tstatus = \"disabled\";\n" "\n" "Being picky, I like to see the node status at the bottom in clear\n" "view, but apart from that patch looks good:\n" "\n" - "Acked-by: Lee Jones <lee.jones@linaro.org>\n" + "Acked-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" "\n" "> +\t\t\treg = <0x9a03c00 0x100>;\n" "> +\t\t\tinterrupts = <GIC_SPI 180 IRQ_TYPE_NONE>;\n" @@ -45,7 +52,7 @@ "> +\t\t\tphy-names = \"usb\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tehci0: usb at 9a03e00 {\n" + "> +\t\tehci0: usb@9a03e00 {\n" "> +\t\t\tcompatible = \"st,st-ehci-300x\";\n" "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t\treg = <0x9a03e00 0x100>;\n" @@ -61,7 +68,7 @@ "> +\t\t\tphy-names = \"usb\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tohci1: usb at 9a83c00 {\n" + "> +\t\tohci1: usb@9a83c00 {\n" "> +\t\t\tcompatible = \"st,st-ohci-300x\";\n" "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t\treg = <0x9a83c00 0x100>;\n" @@ -75,7 +82,7 @@ "> +\t\t\tphy-names = \"usb\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tehci1: usb at 9a83e00 {\n" + "> +\t\tehci1: usb@9a83e00 {\n" "> +\t\t\tcompatible = \"st,st-ehci-300x\";\n" "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t\treg = <0x9a83e00 0x100>;\n" @@ -96,7 +103,11 @@ "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org ? Open source software for ARM SoCs\n" - Follow Linaro: Facebook | Twitter | Blog + "Linaro.org \342\224\202 Open source software for ARM SoCs\n" + "Follow Linaro: Facebook | Twitter | Blog\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 -34b85fb78c3904288f904672af9a21b69ceecc58a3526e6e4b2b12ec8a9ce0ad +ba4cee5a126923f9293dc6d6b06f28c3b3920ceccc4d6b64cdcb47ac91d6bbe1
diff --git a/a/1.txt b/N2/1.txt index fbbc50b..206d6f8 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -17,7 +17,7 @@ On Fri, 07 Nov 2014, Peter Griffin wrote: > "port"; > }; > + -> + ohci0: usb at 9a03c00 { +> + ohci0: usb@9a03c00 { > + compatible = "st,st-ohci-300x"; > + status = "disabled"; @@ -37,7 +37,7 @@ Acked-by: Lee Jones <lee.jones@linaro.org> > + phy-names = "usb"; > + }; > + -> + ehci0: usb at 9a03e00 { +> + ehci0: usb@9a03e00 { > + compatible = "st,st-ehci-300x"; > + status = "disabled"; > + reg = <0x9a03e00 0x100>; @@ -53,7 +53,7 @@ Acked-by: Lee Jones <lee.jones@linaro.org> > + phy-names = "usb"; > + }; > + -> + ohci1: usb at 9a83c00 { +> + ohci1: usb@9a83c00 { > + compatible = "st,st-ohci-300x"; > + status = "disabled"; > + reg = <0x9a83c00 0x100>; @@ -67,7 +67,7 @@ Acked-by: Lee Jones <lee.jones@linaro.org> > + phy-names = "usb"; > + }; > + -> + ehci1: usb at 9a83e00 { +> + ehci1: usb@9a83e00 { > + compatible = "st,st-ehci-300x"; > + status = "disabled"; > + reg = <0x9a83e00 0x100>; @@ -88,5 +88,5 @@ Acked-by: Lee Jones <lee.jones@linaro.org> -- Lee Jones Linaro STMicroelectronics Landing Team Lead -Linaro.org ? Open source software for ARM SoCs +Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog diff --git a/a/content_digest b/N2/content_digest index bfa554d..b010578 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,15 @@ "ref\01415361475-6218-1-git-send-email-peter.griffin@linaro.org\0" "ref\01415361475-6218-11-git-send-email-peter.griffin@linaro.org\0" - "From\0lee.jones@linaro.org (Lee Jones)\0" - "Subject\0[PATCH 10/13] ARM: STi: DT: STih410: Add dt nodes for the ehci / ohci usb controllers.\0" + "From\0Lee Jones <lee.jones@linaro.org>\0" + "Subject\0Re: [PATCH 10/13] ARM: STi: DT: STih410: Add dt nodes for the ehci / ohci usb controllers.\0" "Date\0Mon, 10 Nov 2014 10:06:19 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Peter Griffin <peter.griffin@linaro.org>\0" + "Cc\0linux-arm-kernel@lists.infradead.org" + linux-kernel@vger.kernel.org + srinivas.kandagatla@gmail.com + maxime.coquelin@st.com + patrice.chotard@st.com + " devicetree@vger.kernel.org\0" "\00:1\0" "b\0" "On Fri, 07 Nov 2014, Peter Griffin wrote:\n" @@ -25,7 +31,7 @@ "> \t\t\t\t \"port\";\n" "> \t\t};\n" "> +\n" - "> +\t\tohci0: usb at 9a03c00 {\n" + "> +\t\tohci0: usb@9a03c00 {\n" "> +\t\t\tcompatible = \"st,st-ohci-300x\";\n" "> +\t\t\tstatus = \"disabled\";\n" "\n" @@ -45,7 +51,7 @@ "> +\t\t\tphy-names = \"usb\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tehci0: usb at 9a03e00 {\n" + "> +\t\tehci0: usb@9a03e00 {\n" "> +\t\t\tcompatible = \"st,st-ehci-300x\";\n" "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t\treg = <0x9a03e00 0x100>;\n" @@ -61,7 +67,7 @@ "> +\t\t\tphy-names = \"usb\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tohci1: usb at 9a83c00 {\n" + "> +\t\tohci1: usb@9a83c00 {\n" "> +\t\t\tcompatible = \"st,st-ohci-300x\";\n" "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t\treg = <0x9a83c00 0x100>;\n" @@ -75,7 +81,7 @@ "> +\t\t\tphy-names = \"usb\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tehci1: usb at 9a83e00 {\n" + "> +\t\tehci1: usb@9a83e00 {\n" "> +\t\t\tcompatible = \"st,st-ehci-300x\";\n" "> +\t\t\tstatus = \"disabled\";\n" "> +\t\t\treg = <0x9a83e00 0x100>;\n" @@ -96,7 +102,7 @@ "-- \n" "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" - "Linaro.org ? Open source software for ARM SoCs\n" + "Linaro.org \342\224\202 Open source software for ARM SoCs\n" Follow Linaro: Facebook | Twitter | Blog -34b85fb78c3904288f904672af9a21b69ceecc58a3526e6e4b2b12ec8a9ce0ad +4e6734171b82c563ea88b39d96641ab531630d201e533b23c8667c8830246017
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.