All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20130729144124.GC2417@localhost>

diff --git a/a/1.txt b/N1/1.txt
index 5a4f7fc..b0151d0 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,8 +10,8 @@ On Mon, Jul 29, 2013 at 02:31:53PM +0200, Sebastian Hesselbarth wrote:
 > Cc: Jason Cooper <jason@lakedaemon.net>
 > Cc: Andrew Lunn <andrew@lunn.ch>
 > Cc: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
-> Cc: linux-arm-kernel at lists.infradead.org
-> Cc: linux-kernel at vger.kernel.org
+> Cc: linux-arm-kernel@lists.infradead.org
+> Cc: linux-kernel@vger.kernel.org
 > ---
 >  arch/arm/boot/dts/dove.dtsi |  955 +++++++++++++++++++++----------------------
 >  1 file changed, 474 insertions(+), 481 deletions(-)
@@ -43,7 +43,7 @@ index db9ae00..0fbc30e 100644
 -	};
 +};
  
--	soc at f1000000 {
+-	soc@f1000000 {
 +mbus {
 +	internal-regs {
  		compatible = "simple-bus";
@@ -64,10 +64,10 @@ index db9ae00..0fbc30e 100644
 +			  0xffffe000 MBUS_ID(0x03, 0x01) 0 0x0000800   /* CESA SRAM  2k */
 +			  0xfffff000 MBUS_ID(0x0d, 0x00) 0 0x0000800>; /* PMU  SRAM  2k */
  
- 		mbusc: mbus-ctrl at 20000 {
+ 		mbusc: mbus-ctrl@20000 {
  			compatible = "marvell,mbus-controller";
 @@ -443,7 +439,7 @@
- 		crypto: crypto-engine at 30000 {
+ 		crypto: crypto-engine@30000 {
  			compatible = "marvell,orion-crypto";
  			reg = <0x30000 0x10000>,
 -			      <0xc8000000 0x800>;
@@ -104,6 +104,6 @@ other than the node-relocation.
 I've seen these kind of things in (e.g.) omap3-igep0020.dts, and it
 seems to me it could be a cleaner way of doing this relocation.
 -- 
-Ezequiel Garc?a, Free Electrons
+Ezequiel García, Free Electrons
 Embedded Linux, Kernel and Android Engineering
 http://free-electrons.com
diff --git a/a/content_digest b/N1/content_digest
index 025855e..2b36682 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,16 @@
  "ref\01375101114-28858-1-git-send-email-sebastian.hesselbarth@gmail.com\0"
  "ref\01375101114-28858-5-git-send-email-sebastian.hesselbarth@gmail.com\0"
- "From\0ezequiel.garcia@free-electrons.com (Ezequiel Garcia)\0"
- "Subject\0[PATCH 4/5] ARM: dove: relocate internal registers device nodes\0"
+ "From\0Ezequiel Garcia <ezequiel.garcia@free-electrons.com>\0"
+ "Subject\0Re: [PATCH 4/5] ARM: dove: relocate internal registers device nodes\0"
  "Date\0Mon, 29 Jul 2013 11:41:25 -0300\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0"
+ "Cc\0Russell King <linux@arm.linux.org.uk>"
+  Jason Cooper <jason@lakedaemon.net>
+  Andrew Lunn <andrew@lunn.ch>
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org
+  Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+ " Gregory Clement <gregory.clement@free-electrons.com>\0"
  "\00:1\0"
  "b\0"
  "Sebastian,\n"
@@ -18,8 +25,8 @@
  "> Cc: Jason Cooper <jason@lakedaemon.net>\n"
  "> Cc: Andrew Lunn <andrew@lunn.ch>\n"
  "> Cc: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>\n"
- "> Cc: linux-arm-kernel at lists.infradead.org\n"
- "> Cc: linux-kernel at vger.kernel.org\n"
+ "> Cc: linux-arm-kernel@lists.infradead.org\n"
+ "> Cc: linux-kernel@vger.kernel.org\n"
  "> ---\n"
  ">  arch/arm/boot/dts/dove.dtsi |  955 +++++++++++++++++++++----------------------\n"
  ">  1 file changed, 474 insertions(+), 481 deletions(-)\n"
@@ -51,7 +58,7 @@
  "-\t};\n"
  "+};\n"
  " \n"
- "-\tsoc at f1000000 {\n"
+ "-\tsoc@f1000000 {\n"
  "+mbus {\n"
  "+\tinternal-regs {\n"
  " \t\tcompatible = \"simple-bus\";\n"
@@ -72,10 +79,10 @@
  "+\t\t\t  0xffffe000 MBUS_ID(0x03, 0x01) 0 0x0000800   /* CESA SRAM  2k */\n"
  "+\t\t\t  0xfffff000 MBUS_ID(0x0d, 0x00) 0 0x0000800>; /* PMU  SRAM  2k */\n"
  " \n"
- " \t\tmbusc: mbus-ctrl at 20000 {\n"
+ " \t\tmbusc: mbus-ctrl@20000 {\n"
  " \t\t\tcompatible = \"marvell,mbus-controller\";\n"
  "@@ -443,7 +439,7 @@\n"
- " \t\tcrypto: crypto-engine at 30000 {\n"
+ " \t\tcrypto: crypto-engine@30000 {\n"
  " \t\t\tcompatible = \"marvell,orion-crypto\";\n"
  " \t\t\treg = <0x30000 0x10000>,\n"
  "-\t\t\t      <0xc8000000 0x800>;\n"
@@ -112,8 +119,8 @@
  "I've seen these kind of things in (e.g.) omap3-igep0020.dts, and it\n"
  "seems to me it could be a cleaner way of doing this relocation.\n"
  "-- \n"
- "Ezequiel Garc?a, Free Electrons\n"
+ "Ezequiel Garc\303\255a, Free Electrons\n"
  "Embedded Linux, Kernel and Android Engineering\n"
  http://free-electrons.com
 
-5dbece7042fe72fd1d33c38cb164672090d6d15438f39d530c78056f781f107f
+064b86f65fa67730f160ee405fd525029a757f18972a49b392513a70af1cf737

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.