All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <50A678E9.3090904@free-electrons.com>

diff --git a/a/1.txt b/N1/1.txt
index 329cd34..5ca593d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -4,7 +4,7 @@ On 11/15/2012 10:28 PM, Andrew Lunn wrote:
 > probing, some devices still don't know about DT. Therefore, some clkdev
 > aliases are created until these devices also move to DT.
 > 
-> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
+> Signed-off-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
 > ---
 >  arch/arm/boot/dts/kirkwood.dtsi           |   22 +++++++++
 >  arch/arm/mach-kirkwood/Kconfig            |    2 +
@@ -20,13 +20,13 @@ On 11/15/2012 10:28 PM, Andrew Lunn wrote:
 >  		#address-cells = <1>;
 >  		#size-cells = <1>;
 >  
-> +		core_clk: core-clocks at 10030 {
+> +		core_clk: core-clocks@10030 {
 > +                	compatible = "marvell,kirkwood-core-clocks";
 > +			reg = <0x10030 0x4>;
 > +	        	#clock-cells = <1>;
 > +		};
 > +
->  		gpio0: gpio at 10100 {
+>  		gpio0: gpio@10100 {
 >  			compatible = "marvell,orion-gpio";
 >  			#gpio-cells = <2>;
 > @@ -42,6 +48,7 @@
@@ -53,14 +53,14 @@ On 11/15/2012 10:28 PM, Andrew Lunn wrote:
 >  			status = "disabled";
 >  		};
 >  
-> +		clk_gate: clock-gating-control at 2011c {
+> +		clk_gate: clock-gating-control@2011c {
 > +			compatible = "marvell,kirkwood-clock-gating";
 > +			reg = <0x2011c 0x4>;
 > +			clocks = <&core_clk 0>;
 > +			#clock-cells = <1>;
 > +		};
 > +
->  		wdt at 20300 {
+>  		wdt@20300 {
 >  			compatible = "marvell,orion-wdt";
 >  			reg = <0x20300 0x28>;
 > +			clocks = <&clk_gate 7>;
diff --git a/a/content_digest b/N1/content_digest
index 6a9c1c6..194bcff 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,15 @@
  "ref\01353014906-31566-1-git-send-email-andrew@lunn.ch\0"
  "ref\01353014906-31566-8-git-send-email-andrew@lunn.ch\0"
- "From\0gregory.clement@free-electrons.com (Gregory CLEMENT)\0"
- "Subject\0[PATCH 7/7] ARM: Kirkwood: switch to DT clock providers\0"
+ "ref\01353014906-31566-8-git-send-email-andrew-g2DYL2Zd6BY@public.gmane.org\0"
+ "From\0Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 7/7] ARM: Kirkwood: switch to DT clock providers\0"
  "Date\0Fri, 16 Nov 2012 18:33:29 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\0"
+ "Cc\0Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>"
+  devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
+  mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
+  Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
+ " linux ARM <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On 11/15/2012 10:28 PM, Andrew Lunn wrote:\n"
@@ -12,7 +18,7 @@
  "> probing, some devices still don't know about DT. Therefore, some clkdev\n"
  "> aliases are created until these devices also move to DT.\n"
  "> \n"
- "> Signed-off-by: Andrew Lunn <andrew@lunn.ch>\n"
+ "> Signed-off-by: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\n"
  "> ---\n"
  ">  arch/arm/boot/dts/kirkwood.dtsi           |   22 +++++++++\n"
  ">  arch/arm/mach-kirkwood/Kconfig            |    2 +\n"
@@ -28,13 +34,13 @@
  ">  \t\t#address-cells = <1>;\n"
  ">  \t\t#size-cells = <1>;\n"
  ">  \n"
- "> +\t\tcore_clk: core-clocks at 10030 {\n"
+ "> +\t\tcore_clk: core-clocks@10030 {\n"
  "> +                \tcompatible = \"marvell,kirkwood-core-clocks\";\n"
  "> +\t\t\treg = <0x10030 0x4>;\n"
  "> +\t        \t#clock-cells = <1>;\n"
  "> +\t\t};\n"
  "> +\n"
- ">  \t\tgpio0: gpio at 10100 {\n"
+ ">  \t\tgpio0: gpio@10100 {\n"
  ">  \t\t\tcompatible = \"marvell,orion-gpio\";\n"
  ">  \t\t\t#gpio-cells = <2>;\n"
  "> @@ -42,6 +48,7 @@\n"
@@ -61,14 +67,14 @@
  ">  \t\t\tstatus = \"disabled\";\n"
  ">  \t\t};\n"
  ">  \n"
- "> +\t\tclk_gate: clock-gating-control at 2011c {\n"
+ "> +\t\tclk_gate: clock-gating-control@2011c {\n"
  "> +\t\t\tcompatible = \"marvell,kirkwood-clock-gating\";\n"
  "> +\t\t\treg = <0x2011c 0x4>;\n"
  "> +\t\t\tclocks = <&core_clk 0>;\n"
  "> +\t\t\t#clock-cells = <1>;\n"
  "> +\t\t};\n"
  "> +\n"
- ">  \t\twdt at 20300 {\n"
+ ">  \t\twdt@20300 {\n"
  ">  \t\t\tcompatible = \"marvell,orion-wdt\";\n"
  ">  \t\t\treg = <0x20300 0x28>;\n"
  "> +\t\t\tclocks = <&clk_gate 7>;\n"
@@ -256,4 +262,4 @@
  "development, consulting, training and support.\n"
  http://free-electrons.com
 
-b562fd8ceb24697750159f39b66a7e23437f4016c5185f36e23fdb131096e11c
+9c2f4a1e773ee2c5926b05b02d8c59f55288d9deb981c668c8f25610838449be

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.