All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <570DEE66.8030706@ti.com>

diff --git a/a/content_digest b/N1/content_digest
index 3a5d10c..a47ff75 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -6,13 +6,13 @@
  "Date\0Wed, 13 Apr 2016 09:59:50 +0300\0"
  "To\0Tony Lindgren <tony@atomide.com>"
  " Rob Herring <robh@kernel.org>\0"
- "Cc\0<linux-omap@vger.kernel.org>"
-  <paul@pwsan.com>
-  <mturquette@baylibre.com>
-  <sboyd@codeaurora.org>
-  <linux-arm-kernel@lists.infradead.org>
-  <devicetree@vger.kernel.org>
- " <linux-clk@vger.kernel.org>\0"
+ "Cc\0linux-omap@vger.kernel.org"
+  paul@pwsan.com
+  mturquette@baylibre.com
+  sboyd@codeaurora.org
+  linux-arm-kernel@lists.infradead.org
+  devicetree@vger.kernel.org
+ " linux-clk@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On 04/12/2016 06:58 PM, Tony Lindgren wrote:\n"
@@ -140,4 +140,4 @@
  "\n"
  -Tero
 
-362f003d290a534975d326eed4faca4289fdd7b5ba294ba84f464ca0a03ab2f8
+a6f458792c57327a4af33b8c0730f9f7871accf8b3ff1b2b8f27233e5458747f

diff --git a/a/1.txt b/N2/1.txt
index 4d62cd6..7121aad 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -26,19 +26,19 @@ On 04/12/2016 06:58 PM, Tony Lindgren wrote:
 > This from dts point of view modelling omap4 TRM "3.11.16.1 WKUP_CM
 > Register Summary":
 >
-> cm_wkup: clock@1800 {	/* offset from prm_clocks at 0x4a306000 */
+> cm_wkup: clock at 1800 {	/* offset from prm_clocks at 0x4a306000 */
 > 	...
 > 	reg = <0x1800 0x100>;
 > 	ranges = <...>;
 > 	...
 >
-> 	gpio1_mod_ck: clock@38 {
+> 	gpio1_mod_ck: clock at 38 {
 > 		compatible = "ti,clock-abc";
 > 		reg = <0x38 0x10>;
 > 		clocks = <...>;
 > 		ranges = <...>;
 > 		...
-> 		gpio1_dbclk: clock@8 {
+> 		gpio1_dbclk: clock at 8 {
 > 			#address-cells = <1>;
 > 			#size-cells = <0>;
 > 			ranges = <...>;
@@ -48,7 +48,7 @@ On 04/12/2016 06:58 PM, Tony Lindgren wrote:
 > 		};
 > 	};
 >
-> 	counter_32k_mod_ck: clock@50 {
+> 	counter_32k_mod_ck: clock at 50 {
 > 		compatible = "ti,clock-xyz";
 > 		reg = <0x50 0x10>;
 > 		clocks = <...>;
@@ -88,7 +88,7 @@ _mod_ck nodes do not support this. So, what happens for example for
 omap4 is following:
 
 old:
-	dmt1_clk_mux: dmt1_clk_mux@1840 {
+	dmt1_clk_mux: dmt1_clk_mux at 1840 {
 		#clock-cells = <0>;
 		compatible = "ti,mux-clock";
 		clocks = <&sys_clkin_ck>, <&sys_32k_ck>;
@@ -99,7 +99,7 @@ old:
 	=> becomes a mux clock
 
 new:
-	timer1_mod_ck: timer1_mod_ck@1840 {
+	timer1_mod_ck: timer1_mod_ck at 1840 {
 		#clock-cells = <0>;
 		compatible = "ti,omap4-sw-mux-mod-clock";
 		reg = <0x1840>, <0x1840>;
diff --git a/a/content_digest b/N2/content_digest
index 3a5d10c..e03a672 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,18 +1,10 @@
  "ref\01460362761-4842-1-git-send-email-t-kristo@ti.com\0"
  "ref\020160412145819.GA25032@rob-hp-laptop\0"
  "ref\020160412155829.GM5995@atomide.com\0"
- "From\0Tero Kristo <t-kristo@ti.com>\0"
- "Subject\0Re: [PATCH 00/30] ARM: OMAP2+: hwmod module clock type support\0"
+ "From\0t-kristo@ti.com (Tero Kristo)\0"
+ "Subject\0[PATCH 00/30] ARM: OMAP2+: hwmod module clock type support\0"
  "Date\0Wed, 13 Apr 2016 09:59:50 +0300\0"
- "To\0Tony Lindgren <tony@atomide.com>"
- " Rob Herring <robh@kernel.org>\0"
- "Cc\0<linux-omap@vger.kernel.org>"
-  <paul@pwsan.com>
-  <mturquette@baylibre.com>
-  <sboyd@codeaurora.org>
-  <linux-arm-kernel@lists.infradead.org>
-  <devicetree@vger.kernel.org>
- " <linux-clk@vger.kernel.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 04/12/2016 06:58 PM, Tony Lindgren wrote:\n"
@@ -43,19 +35,19 @@
  "> This from dts point of view modelling omap4 TRM \"3.11.16.1 WKUP_CM\n"
  "> Register Summary\":\n"
  ">\n"
- "> cm_wkup: clock@1800 {\t/* offset from prm_clocks at 0x4a306000 */\n"
+ "> cm_wkup: clock at 1800 {\t/* offset from prm_clocks at 0x4a306000 */\n"
  "> \t...\n"
  "> \treg = <0x1800 0x100>;\n"
  "> \tranges = <...>;\n"
  "> \t...\n"
  ">\n"
- "> \tgpio1_mod_ck: clock@38 {\n"
+ "> \tgpio1_mod_ck: clock at 38 {\n"
  "> \t\tcompatible = \"ti,clock-abc\";\n"
  "> \t\treg = <0x38 0x10>;\n"
  "> \t\tclocks = <...>;\n"
  "> \t\tranges = <...>;\n"
  "> \t\t...\n"
- "> \t\tgpio1_dbclk: clock@8 {\n"
+ "> \t\tgpio1_dbclk: clock at 8 {\n"
  "> \t\t\t#address-cells = <1>;\n"
  "> \t\t\t#size-cells = <0>;\n"
  "> \t\t\tranges = <...>;\n"
@@ -65,7 +57,7 @@
  "> \t\t};\n"
  "> \t};\n"
  ">\n"
- "> \tcounter_32k_mod_ck: clock@50 {\n"
+ "> \tcounter_32k_mod_ck: clock at 50 {\n"
  "> \t\tcompatible = \"ti,clock-xyz\";\n"
  "> \t\treg = <0x50 0x10>;\n"
  "> \t\tclocks = <...>;\n"
@@ -105,7 +97,7 @@
  "omap4 is following:\n"
  "\n"
  "old:\n"
- "\tdmt1_clk_mux: dmt1_clk_mux@1840 {\n"
+ "\tdmt1_clk_mux: dmt1_clk_mux at 1840 {\n"
  "\t\t#clock-cells = <0>;\n"
  "\t\tcompatible = \"ti,mux-clock\";\n"
  "\t\tclocks = <&sys_clkin_ck>, <&sys_32k_ck>;\n"
@@ -116,7 +108,7 @@
  "\t=> becomes a mux clock\n"
  "\n"
  "new:\n"
- "\ttimer1_mod_ck: timer1_mod_ck@1840 {\n"
+ "\ttimer1_mod_ck: timer1_mod_ck at 1840 {\n"
  "\t\t#clock-cells = <0>;\n"
  "\t\tcompatible = \"ti,omap4-sw-mux-mod-clock\";\n"
  "\t\treg = <0x1840>, <0x1840>;\n"
@@ -140,4 +132,4 @@
  "\n"
  -Tero
 
-362f003d290a534975d326eed4faca4289fdd7b5ba294ba84f464ca0a03ab2f8
+3a6e47a1008952a801d73c22f9226d79d2cdfdd1a5d6f5791a182994aa5f5838

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.