diff for duplicates of <54407454.50903@samsung.com> diff --git a/a/1.txt b/N1/1.txt index 6b9ff17..f490df1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ Hi, Dinh. -On 10/17/2014 06:03 AM, dinguyen at opensource.altera.com wrote: -> From: Dinh Nguyen <dinguyen@opensource.altera.com> +On 10/17/2014 06:03 AM, dinguyen-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx@public.gmane.org wrote: +> From: Dinh Nguyen <dinguyen-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx@public.gmane.org> > > Without the 3.3V regulator node, the SDMMC driver will give these warnings: > @@ -10,7 +10,7 @@ On 10/17/2014 06:03 AM, dinguyen at opensource.altera.com wrote: > > This patch adds the regulator node, and points the SD/MMC to the regulator. > -> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com> +> Signed-off-by: Dinh Nguyen <dinguyen-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx@public.gmane.org> > --- > arch/arm/boot/dts/socfpga_arria5.dtsi | 11 ++++++++++- > arch/arm/boot/dts/socfpga_arria5_socdk.dts | 5 +++++ @@ -27,8 +27,8 @@ On 10/17/2014 06:03 AM, dinguyen at opensource.altera.com wrote: > }; > }; > -> - dwmmc0 at ff704000 { -> + mmc0: dwmmc0 at ff704000 { +> - dwmmc0@ff704000 { +> + mmc0: dwmmc0@ff704000 { > num-slots = <1>; > broken-cd; > bus-width = <4>; @@ -37,7 +37,7 @@ On 10/17/2014 06:03 AM, dinguyen at opensource.altera.com wrote: > }; > }; > + -> + regulator_3_3v_hps: fixed_3_3v_hps_regulator at 0 { +> + regulator_3_3v_hps: fixed_3_3v_hps_regulator@0 { > + compatible = "regulator-fixed"; > + regulator-name = "HPS 3.3V"; > + regulator-min-microvolt = <3300000>; @@ -74,7 +74,7 @@ Always-on is right? > }; > }; > + -> + regulator_3_3v_hps: fixed_3_3v_hps_regulator at 0 { +> + regulator_3_3v_hps: fixed_3_3v_hps_regulator@0 { > + compatible = "regulator-fixed"; > + regulator-name = "HPS 3.3V"; > + regulator-min-microvolt = <3300000>; @@ -118,4 +118,9 @@ Jaehoon Chung > &usb1 { > status = "okay"; > }; -> +> + +-- +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 0f282ba..b421275 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,27 @@ "ref\01413493413-8041-1-git-send-email-dinguyen@opensource.altera.com\0" "ref\01413493413-8041-3-git-send-email-dinguyen@opensource.altera.com\0" - "From\0jh80.chung@samsung.com (Jaehoon Chung)\0" - "Subject\0[PATCH 2/2] ARM: dts: socfpga: Add a 3.3V fixed regulator node\0" + "ref\01413493413-8041-3-git-send-email-dinguyen-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx@public.gmane.org\0" + "From\0Jaehoon Chung <jh80.chung-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0" + "Subject\0Re: [PATCH 2/2] ARM: dts: socfpga: Add a 3.3V fixed regulator node\0" "Date\0Fri, 17 Oct 2014 10:43:48 +0900\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0dinguyen-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx@public.gmane.org" + robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org + ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org + galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org + mark.rutland-5wv7dgnIgG8@public.gmane.org + pawel.moll-5wv7dgnIgG8@public.gmane.org + " dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org\0" + "Cc\0dinh.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + atull-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx@public.gmane.org + " s.trumtrar-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\0" "\00:1\0" "b\0" "Hi, Dinh.\n" "\n" - "On 10/17/2014 06:03 AM, dinguyen at opensource.altera.com wrote:\n" - "> From: Dinh Nguyen <dinguyen@opensource.altera.com>\n" + "On 10/17/2014 06:03 AM, dinguyen-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx@public.gmane.org wrote:\n" + "> From: Dinh Nguyen <dinguyen-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx@public.gmane.org>\n" "> \n" "> Without the 3.3V regulator node, the SDMMC driver will give these warnings:\n" "> \n" @@ -18,7 +30,7 @@ "> \n" "> This patch adds the regulator node, and points the SD/MMC to the regulator.\n" "> \n" - "> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>\n" + "> Signed-off-by: Dinh Nguyen <dinguyen-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx@public.gmane.org>\n" "> ---\n" "> arch/arm/boot/dts/socfpga_arria5.dtsi | 11 ++++++++++-\n" "> arch/arm/boot/dts/socfpga_arria5_socdk.dts | 5 +++++\n" @@ -35,8 +47,8 @@ "> \t\t\t};\n" "> \t\t};\n" "> \n" - "> -\t\tdwmmc0 at ff704000 {\n" - "> +\t\tmmc0: dwmmc0 at ff704000 {\n" + "> -\t\tdwmmc0@ff704000 {\n" + "> +\t\tmmc0: dwmmc0@ff704000 {\n" "> \t\t\tnum-slots = <1>;\n" "> \t\t\tbroken-cd;\n" "> \t\t\tbus-width = <4>;\n" @@ -45,7 +57,7 @@ "> \t\t};\n" "> \t};\n" "> +\n" - "> +\tregulator_3_3v_hps: fixed_3_3v_hps_regulator at 0 {\n" + "> +\tregulator_3_3v_hps: fixed_3_3v_hps_regulator@0 {\n" "> +\t\tcompatible = \"regulator-fixed\";\n" "> +\t\tregulator-name = \"HPS 3.3V\";\n" "> +\t\tregulator-min-microvolt = <3300000>;\n" @@ -82,7 +94,7 @@ "> \t\t};\n" "> \t};\n" "> +\n" - "> +\tregulator_3_3v_hps: fixed_3_3v_hps_regulator at 0 {\n" + "> +\tregulator_3_3v_hps: fixed_3_3v_hps_regulator@0 {\n" "> +\t\tcompatible = \"regulator-fixed\";\n" "> +\t\tregulator-name = \"HPS 3.3V\";\n" "> +\t\tregulator-min-microvolt = <3300000>;\n" @@ -126,6 +138,11 @@ "> &usb1 {\n" "> \tstatus = \"okay\";\n" "> };\n" - > + "> \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 -ffea54578a4cfa2b1888828f7ef46967945ea87148e55857e59c36e8e8ea28e0 +caed5eef651491b4d3a1e4b2ec5b00f5cf74b46fc53f81ffcaa42f619cf45f93
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.