All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1369860607-25572-3-git-send-email-csd@broadcom.com>

diff --git a/a/1.txt b/N1/1.txt
index da9e94e..9cab6cc 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -25,7 +25,7 @@ index 0000000..094ae01
 +
 +Example:
 +
-+sdio2: sdio at 0x3f1a0000 {
++sdio2: sdio@0x3f1a0000 {
 +	compatible = "bcm,kona-sdhci";
 +	reg = <0x3f1a0000 0x10000>;
 +	interrupts = <0x0 74 0x4>;
@@ -39,18 +39,18 @@ index 248067c..9ae3404 100644
  		status = "okay";
  	};
  
-+	sdio0: sdio at 0x3f180000 {
++	sdio0: sdio@0x3f180000 {
 +		max-frequency = <48000000>;
 +		status = "okay";
 +	};
 +
-+	sdio1: sdio at 0x3f190000 {
++	sdio1: sdio@0x3f190000 {
 +		non-removable;
 +		max-frequency = <48000000>;
 +		status = "okay";
 +	};
 +
-+	sdio3: sdio at 0x3f1b0000 {
++	sdio3: sdio@0x3f1b0000 {
 +		max-frequency = <48000000>;
 +		status = "okay";
 +	};
@@ -65,28 +65,28 @@ index 41b2c6c..39de6e2 100644
  		clock-frequency = <32768>;
  	};
  
-+	sdio0: sdio at 0x3f180000 {
++	sdio0: sdio@0x3f180000 {
 +		compatible = "bcm,kona-sdhci";
 +		reg = <0x3f180000 0x10000>;
 +		interrupts = <0x0 77 0x4>;
 +		status = "disabled";
 +	};
 +
-+	sdio1: sdio at 0x3f190000 {
++	sdio1: sdio@0x3f190000 {
 +		compatible = "bcm,kona-sdhci";
 +		reg = <0x3f190000 0x10000>;
 +		interrupts = <0x0 76 0x4>;
 +		status = "disabled";
 +	};
 +
-+	sdio2: sdio at 0x3f1a0000 {
++	sdio2: sdio@0x3f1a0000 {
 +		compatible = "bcm,kona-sdhci";
 +		reg = <0x3f1a0000 0x10000>;
 +		interrupts = <0x0 74 0x4>;
 +		status = "disabled";
 +	};
 +
-+	sdio3: sdio at 0x3f1b0000 {
++	sdio3: sdio@0x3f1b0000 {
 +		compatible = "bcm,kona-sdhci";
 +		reg = <0x3f1b0000 0x10000>;
 +		interrupts = <0x0 73 0x4>;
diff --git a/a/content_digest b/N1/content_digest
index 07956ce..0f10d2d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,31 @@
  "ref\01369860607-25572-1-git-send-email-csd@broadcom.com\0"
- "From\0csd@broadcom.com (Christian Daudt)\0"
+ "From\0Christian Daudt <csd@broadcom.com>\0"
  "Subject\0[PATCH V4 3/3] ARM: mmc: bcm281xx SDHCI driver (dt mods)\0"
  "Date\0Wed, 29 May 2013 13:50:07 -0700\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Grant Likely <grant.likely@secretlab.ca>"
+  Rob Herring <rob.herring@calxeda.com>
+  Rob Landley <rob@landley.net>
+  Russell King <linux@arm.linux.org.uk>
+  Chris Ball <cjb@laptop.org>
+  Stephen Warren <swarren@nvidia.com>
+  Olof Johansson <olof@lixom.net>
+  Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+  Wei WANG <wei_wang@realsil.com.cn>
+  Anton Vorontsov <avorontsov@ru.mvista.com>
+  Lars-Peter Clausen <lars@metafoo.de>
+  Shawn Guo <shawn.guo@linaro.org>
+  Bill Pemberton <wfp5p@virginia.edu>
+  Guennadi Liakhovetski <g.liakhovetski@gmx.de>
+  Viresh Kumar <viresh.kumar@linaro.org>
+  Sascha Hauer <s.hauer@pengutronix.de>
+  Jerry Huang <Chang-Ming.Huang@freescale.com>
+  Kevin Liu <kliu5@marvell.com>
+  Haojian Zhuang <haojian.zhuang@gmail.com>
+  Ludovic Desroches <ludovic.desroches@atmel.com>
+  Arnd Bergmann <arnd@arndb.de>
+ " matt.porter@linaro.org\0"
+ "Cc\0csd_b@daudt.org"
+ " Christian Daudt <csd@broadcom.com>\0"
  "\00:1\0"
  "b\0"
  "Add SDHCI bindings for the Broadcom 281xx SoCs.\n"
@@ -32,7 +55,7 @@
  "+\n"
  "+Example:\n"
  "+\n"
- "+sdio2: sdio at 0x3f1a0000 {\n"
+ "+sdio2: sdio@0x3f1a0000 {\n"
  "+\tcompatible = \"bcm,kona-sdhci\";\n"
  "+\treg = <0x3f1a0000 0x10000>;\n"
  "+\tinterrupts = <0x0 74 0x4>;\n"
@@ -46,18 +69,18 @@
  " \t\tstatus = \"okay\";\n"
  " \t};\n"
  " \n"
- "+\tsdio0: sdio at 0x3f180000 {\n"
+ "+\tsdio0: sdio@0x3f180000 {\n"
  "+\t\tmax-frequency = <48000000>;\n"
  "+\t\tstatus = \"okay\";\n"
  "+\t};\n"
  "+\n"
- "+\tsdio1: sdio at 0x3f190000 {\n"
+ "+\tsdio1: sdio@0x3f190000 {\n"
  "+\t\tnon-removable;\n"
  "+\t\tmax-frequency = <48000000>;\n"
  "+\t\tstatus = \"okay\";\n"
  "+\t};\n"
  "+\n"
- "+\tsdio3: sdio at 0x3f1b0000 {\n"
+ "+\tsdio3: sdio@0x3f1b0000 {\n"
  "+\t\tmax-frequency = <48000000>;\n"
  "+\t\tstatus = \"okay\";\n"
  "+\t};\n"
@@ -72,28 +95,28 @@
  " \t\tclock-frequency = <32768>;\n"
  " \t};\n"
  " \n"
- "+\tsdio0: sdio at 0x3f180000 {\n"
+ "+\tsdio0: sdio@0x3f180000 {\n"
  "+\t\tcompatible = \"bcm,kona-sdhci\";\n"
  "+\t\treg = <0x3f180000 0x10000>;\n"
  "+\t\tinterrupts = <0x0 77 0x4>;\n"
  "+\t\tstatus = \"disabled\";\n"
  "+\t};\n"
  "+\n"
- "+\tsdio1: sdio at 0x3f190000 {\n"
+ "+\tsdio1: sdio@0x3f190000 {\n"
  "+\t\tcompatible = \"bcm,kona-sdhci\";\n"
  "+\t\treg = <0x3f190000 0x10000>;\n"
  "+\t\tinterrupts = <0x0 76 0x4>;\n"
  "+\t\tstatus = \"disabled\";\n"
  "+\t};\n"
  "+\n"
- "+\tsdio2: sdio at 0x3f1a0000 {\n"
+ "+\tsdio2: sdio@0x3f1a0000 {\n"
  "+\t\tcompatible = \"bcm,kona-sdhci\";\n"
  "+\t\treg = <0x3f1a0000 0x10000>;\n"
  "+\t\tinterrupts = <0x0 74 0x4>;\n"
  "+\t\tstatus = \"disabled\";\n"
  "+\t};\n"
  "+\n"
- "+\tsdio3: sdio at 0x3f1b0000 {\n"
+ "+\tsdio3: sdio@0x3f1b0000 {\n"
  "+\t\tcompatible = \"bcm,kona-sdhci\";\n"
  "+\t\treg = <0x3f1b0000 0x10000>;\n"
  "+\t\tinterrupts = <0x0 73 0x4>;\n"
@@ -104,4 +127,4 @@
  "-- \n"
  1.7.10.4
 
-169ae8b9734bde4832d0696e97371134ca68ffc3c5898a6fc8fc194d6bded7e7
+0027d111f0aeee149f2232f0fda1e128c35eb9e99d9b86baf4695449f3c291b0

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.