All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4FDBA429.4090302@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 7d1d949..6987169 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -39,7 +39,7 @@ On 06/15/2012 03:39 AM, Shawn Guo wrote:
 > would expect having "clock-names" absent should just work with all
 > those 3 clk_get calls to get <&clks 2>.
 > 
-> 	usdhc at 02190000 {
+> 	usdhc@02190000 {
 > 		...
 > 		clocks = <&clks 2>;
 > 	};
@@ -47,7 +47,7 @@ On 06/15/2012 03:39 AM, Shawn Guo wrote:
 > But with the current of_clk implementation, we will have to have
 > something like below to keep the usdhc behavior same as non-DT lookup.
 > 
-> 	usdhc at 02190000 {
+> 	usdhc@02190000 {
 > 		...
 > 		clocks = <&clks 2>, <&clks 2>, <&clks 2>;
 > 		clock-names = "ipg", "ahb", "per";
@@ -145,7 +145,7 @@ Rob
 > +
 > +Examples:
 > +
-> +clks: ccm at 020c4000 {
+> +clks: ccm@020c4000 {
 > +	compatible = "fsl,imx6q-ccm";
 > +	reg = <0x020c4000 0x4000>;
 > +	interrupts = <0 87 0x04 0 88 0x04>;
@@ -174,8 +174,8 @@ Rob
 >  				status = "disabled";
 >  			};
 >  
-> -			ccm at 020c4000 {
-> +			clks: ccm at 020c4000 {
+> -			ccm@020c4000 {
+> +			clks: ccm@020c4000 {
 >  				compatible = "fsl,imx6q-ccm";
 >  				reg = <0x020c4000 0x4000>;
 >  				interrupts = <0 87 0x04 0 88 0x04>;
@@ -188,7 +188,7 @@ Rob
 > +						     "usdhc4";
 >  			};
 >  
->  			anatop at 020c8000 {
+>  			anatop@020c8000 {
 > @@ -589,6 +598,8 @@
 >  				compatible = "fsl,imx6q-usdhc";
 >  				reg = <0x02190000 0x4000>;
diff --git a/a/content_digest b/N1/content_digest
index ef73609..ac7df31 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,17 @@
  "ref\01339512111-11172-1-git-send-email-robherring2@gmail.com\0"
  "ref\020120615083937.GH31565@S2101-09.ap.freescale.net\0"
- "From\0robherring2@gmail.com (Rob Herring)\0"
- "Subject\0[PATCH v3 0/4] DT clock bindings\0"
+ "From\0Rob Herring <robherring2@gmail.com>\0"
+ "Subject\0Re: [PATCH v3 0/4] DT clock bindings\0"
  "Date\0Fri, 15 Jun 2012 16:07:53 -0500\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Shawn Guo <shawn.guo@linaro.org>\0"
+ "Cc\0linux-arm-kernel@lists.infradead.org"
+ " linux-kernel@vger.kernel.org >> \\linux-kernel@vger.kernel.org\\ <linux-kernel@vger.kernel.org>"
+  devicetree-discuss@lists.ozlabs.org
+  Grant Likely <grant.likely@secretlab.ca>
+  mturquette@linaro.org
+  sboyd@codeaurora.org >> Stephen Boyd <sboyd@codeaurora.org>
+  skannan@codeaurora.org
+ " s.hauer@pengutronix.de\0"
  "\00:1\0"
  "b\0"
  "On 06/15/2012 03:39 AM, Shawn Guo wrote:\n"
@@ -47,7 +55,7 @@
  "> would expect having \"clock-names\" absent should just work with all\n"
  "> those 3 clk_get calls to get <&clks 2>.\n"
  "> \n"
- "> \tusdhc at 02190000 {\n"
+ "> \tusdhc@02190000 {\n"
  "> \t\t...\n"
  "> \t\tclocks = <&clks 2>;\n"
  "> \t};\n"
@@ -55,7 +63,7 @@
  "> But with the current of_clk implementation, we will have to have\n"
  "> something like below to keep the usdhc behavior same as non-DT lookup.\n"
  "> \n"
- "> \tusdhc at 02190000 {\n"
+ "> \tusdhc@02190000 {\n"
  "> \t\t...\n"
  "> \t\tclocks = <&clks 2>, <&clks 2>, <&clks 2>;\n"
  "> \t\tclock-names = \"ipg\", \"ahb\", \"per\";\n"
@@ -153,7 +161,7 @@
  "> +\n"
  "> +Examples:\n"
  "> +\n"
- "> +clks: ccm at 020c4000 {\n"
+ "> +clks: ccm@020c4000 {\n"
  "> +\tcompatible = \"fsl,imx6q-ccm\";\n"
  "> +\treg = <0x020c4000 0x4000>;\n"
  "> +\tinterrupts = <0 87 0x04 0 88 0x04>;\n"
@@ -182,8 +190,8 @@
  ">  \t\t\t\tstatus = \"disabled\";\n"
  ">  \t\t\t};\n"
  ">  \n"
- "> -\t\t\tccm at 020c4000 {\n"
- "> +\t\t\tclks: ccm at 020c4000 {\n"
+ "> -\t\t\tccm@020c4000 {\n"
+ "> +\t\t\tclks: ccm@020c4000 {\n"
  ">  \t\t\t\tcompatible = \"fsl,imx6q-ccm\";\n"
  ">  \t\t\t\treg = <0x020c4000 0x4000>;\n"
  ">  \t\t\t\tinterrupts = <0 87 0x04 0 88 0x04>;\n"
@@ -196,7 +204,7 @@
  "> +\t\t\t\t\t\t     \"usdhc4\";\n"
  ">  \t\t\t};\n"
  ">  \n"
- ">  \t\t\tanatop at 020c8000 {\n"
+ ">  \t\t\tanatop@020c8000 {\n"
  "> @@ -589,6 +598,8 @@\n"
  ">  \t\t\t\tcompatible = \"fsl,imx6q-usdhc\";\n"
  ">  \t\t\t\treg = <0x02190000 0x4000>;\n"
@@ -327,4 +335,4 @@
  ">  \t\tclk_prepare_enable(clk[clks_init_on[i]]);\n"
  >
 
-4f20481948a25269fd7da8a61a3dc50e6976e6fdeda9c9d6607582c8c5178710
+e2b677614ddb1c18ab73de82fffbbad3296f5c6e3b686e9f1d6477ac3bd46717

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.