diff for duplicates of <20141111141228.GB2704@dragon> diff --git a/a/1.txt b/N1/1.txt index adb1fee..c7c9ddf 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,7 +2,7 @@ On Tue, Nov 04, 2014 at 02:07:10PM +0100, Stefan Agner wrote: > Add structure of USB supply logic. Especially, the USB hosts power > enable regulator is needed to control VBUS supply. > -> Signed-off-by: Stefan Agner <stefan@agner.ch> +> Signed-off-by: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org> > --- > arch/arm/boot/dts/vf-colibri-eval-v3.dtsi | 45 ++++++++++++++++++++++++++++++- > arch/arm/boot/dts/vf-colibri.dtsi | 12 +++++++++ @@ -22,7 +22,7 @@ On Tue, Nov 04, 2014 at 02:07:10PM +0100, Stefan Agner wrote: > + #address-cells = <1>; > + #size-cells = <0>; > + -> + sys_5v0_reg: regulator at 1 { +> + sys_5v0_reg: regulator@1 { > + compatible = "regulator-fixed"; > + reg = <1>; @@ -34,7 +34,7 @@ The numbering generally starts from 0 instead of 1. > + regulator-always-on; > + }; > + -> + usbc_vbus_reg: regulator at 2 { +> + usbc_vbus_reg: regulator@2 { > + compatible = "regulator-fixed"; > + reg = <2>; > + regulator-name = "usbc_vbus"; @@ -44,7 +44,7 @@ The numbering generally starts from 0 instead of 1. > + }; > + > + /* USBH_PEN */ -> + usbh_vbus_reg: regulator at 3 { +> + usbh_vbus_reg: regulator@3 { > + compatible = "regulator-fixed"; > + reg = <3>; > + regulator-name = "usbh_vbus"; @@ -108,4 +108,8 @@ Shawn > }; > -- > 2.1.3 -> +> +-- +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 a31d9c6..cca586c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,16 +1,22 @@ "ref\01415106430-6271-1-git-send-email-stefan@agner.ch\0" "ref\01415106430-6271-4-git-send-email-stefan@agner.ch\0" - "From\0shawn.guo@linaro.org (Shawn Guo)\0" - "Subject\0[PATCH 3/3] ARM: dts: vf-colibri: add USB regulators\0" + "ref\01415106430-6271-4-git-send-email-stefan-XLVq0VzYD2Y@public.gmane.org\0" + "From\0Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "Subject\0Re: [PATCH 3/3] ARM: dts: vf-colibri: add USB regulators\0" "Date\0Tue, 11 Nov 2014 22:12:30 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>\0" + "Cc\0kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org" + linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On Tue, Nov 04, 2014 at 02:07:10PM +0100, Stefan Agner wrote:\n" "> Add structure of USB supply logic. Especially, the USB hosts power\n" "> enable regulator is needed to control VBUS supply.\n" "> \n" - "> Signed-off-by: Stefan Agner <stefan@agner.ch>\n" + "> Signed-off-by: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>\n" "> ---\n" "> arch/arm/boot/dts/vf-colibri-eval-v3.dtsi | 45 ++++++++++++++++++++++++++++++-\n" "> arch/arm/boot/dts/vf-colibri.dtsi | 12 +++++++++\n" @@ -30,7 +36,7 @@ "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\tsys_5v0_reg: regulator at 1 {\n" + "> +\t\tsys_5v0_reg: regulator@1 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <1>;\n" "\n" @@ -42,7 +48,7 @@ "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\tusbc_vbus_reg: regulator at 2 {\n" + "> +\t\tusbc_vbus_reg: regulator@2 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <2>;\n" "> +\t\t\tregulator-name = \"usbc_vbus\";\n" @@ -52,7 +58,7 @@ "> +\t\t};\n" "> +\n" "> +\t\t/* USBH_PEN */\n" - "> +\t\tusbh_vbus_reg: regulator at 3 {\n" + "> +\t\tusbh_vbus_reg: regulator@3 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <3>;\n" "> +\t\t\tregulator-name = \"usbh_vbus\";\n" @@ -116,6 +122,10 @@ "> };\n" "> -- \n" "> 2.1.3\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 -144be01c30a81ea1746c29bae4d1aaff573110d8ed877dfda86fa27a0fdf4f6f +3b085ec97d7f1b302a3119e4f63d0a4ef195ad2126a3a3aad14cc1b5674d3ab5
diff --git a/a/1.txt b/N2/1.txt index adb1fee..eaefa7b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -22,7 +22,7 @@ On Tue, Nov 04, 2014 at 02:07:10PM +0100, Stefan Agner wrote: > + #address-cells = <1>; > + #size-cells = <0>; > + -> + sys_5v0_reg: regulator at 1 { +> + sys_5v0_reg: regulator@1 { > + compatible = "regulator-fixed"; > + reg = <1>; @@ -34,7 +34,7 @@ The numbering generally starts from 0 instead of 1. > + regulator-always-on; > + }; > + -> + usbc_vbus_reg: regulator at 2 { +> + usbc_vbus_reg: regulator@2 { > + compatible = "regulator-fixed"; > + reg = <2>; > + regulator-name = "usbc_vbus"; @@ -44,7 +44,7 @@ The numbering generally starts from 0 instead of 1. > + }; > + > + /* USBH_PEN */ -> + usbh_vbus_reg: regulator at 3 { +> + usbh_vbus_reg: regulator@3 { > + compatible = "regulator-fixed"; > + reg = <3>; > + regulator-name = "usbh_vbus"; diff --git a/a/content_digest b/N2/content_digest index a31d9c6..1066395 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,14 @@ "ref\01415106430-6271-1-git-send-email-stefan@agner.ch\0" "ref\01415106430-6271-4-git-send-email-stefan@agner.ch\0" - "From\0shawn.guo@linaro.org (Shawn Guo)\0" - "Subject\0[PATCH 3/3] ARM: dts: vf-colibri: add USB regulators\0" + "From\0Shawn Guo <shawn.guo@linaro.org>\0" + "Subject\0Re: [PATCH 3/3] ARM: dts: vf-colibri: add USB regulators\0" "Date\0Tue, 11 Nov 2014 22:12:30 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Stefan Agner <stefan@agner.ch>\0" + "Cc\0kernel@pengutronix.de" + linus.walleij@linaro.org + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On Tue, Nov 04, 2014 at 02:07:10PM +0100, Stefan Agner wrote:\n" @@ -30,7 +35,7 @@ "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <0>;\n" "> +\n" - "> +\t\tsys_5v0_reg: regulator at 1 {\n" + "> +\t\tsys_5v0_reg: regulator@1 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <1>;\n" "\n" @@ -42,7 +47,7 @@ "> +\t\t\tregulator-always-on;\n" "> +\t\t};\n" "> +\n" - "> +\t\tusbc_vbus_reg: regulator at 2 {\n" + "> +\t\tusbc_vbus_reg: regulator@2 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <2>;\n" "> +\t\t\tregulator-name = \"usbc_vbus\";\n" @@ -52,7 +57,7 @@ "> +\t\t};\n" "> +\n" "> +\t\t/* USBH_PEN */\n" - "> +\t\tusbh_vbus_reg: regulator at 3 {\n" + "> +\t\tusbh_vbus_reg: regulator@3 {\n" "> +\t\t\tcompatible = \"regulator-fixed\";\n" "> +\t\t\treg = <3>;\n" "> +\t\t\tregulator-name = \"usbh_vbus\";\n" @@ -118,4 +123,4 @@ "> 2.1.3\n" > -144be01c30a81ea1746c29bae4d1aaff573110d8ed877dfda86fa27a0fdf4f6f +b1f2f52ec2b9a56690438b3509a542c95b0ba0560e452c6d0981ac3a1b88d19e
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.