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

diff --git a/a/1.txt b/N1/1.txt
index d4e3877..925ffd3 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -22,7 +22,7 @@ index 0000000..ad1c4bd
 +
 +Example:
 +
-+sdio2: sdio@0x3f1a0000 {
++sdio2: sdio at 0x3f1a0000 {
 +	compatible = "bcm,kona-sdhci";
 +	reg = <0x3f1a0000 0x10000>;
 +	interrupts = <0x0 74 0x4>;
@@ -36,18 +36,18 @@ index 248067c..9ae3404 100644
  		status = "okay";
  	};
  
-+	sdio0: sdio@0x3f180000 {
++	sdio0: sdio at 0x3f180000 {
 +		max-frequency = <48000000>;
 +		status = "okay";
 +	};
 +
-+	sdio1: sdio@0x3f190000 {
++	sdio1: sdio at 0x3f190000 {
 +		non-removable;
 +		max-frequency = <48000000>;
 +		status = "okay";
 +	};
 +
-+	sdio3: sdio@0x3f1b0000 {
++	sdio3: sdio at 0x3f1b0000 {
 +		max-frequency = <48000000>;
 +		status = "okay";
 +	};
@@ -63,28 +63,28 @@ index ad13588..6606b41 100644
  		    cache-level = <2>;
  	};
 +
-+	sdio0: sdio@0x3f180000 {
++	sdio0: sdio at 0x3f180000 {
 +		compatible = "bcm,kona-sdhci";
 +		reg = <0x3f180000 0x10000>;
 +		interrupts = <0x0 77 0x4>;
 +		status = "disabled";
 +	};
 +
-+	sdio1: sdio@0x3f190000 {
++	sdio1: sdio at 0x3f190000 {
 +		compatible = "bcm,kona-sdhci";
 +		reg = <0x3f190000 0x10000>;
 +		interrupts = <0x0 76 0x4>;
 +		status = "disabled";
 +	};
 +
-+	sdio2: sdio@0x3f1a0000 {
++	sdio2: sdio at 0x3f1a0000 {
 +		compatible = "bcm,kona-sdhci";
 +		reg = <0x3f1a0000 0x10000>;
 +		interrupts = <0x0 74 0x4>;
 +		status = "disabled";
 +	};
 +
-+	sdio3: sdio@0x3f1b0000 {
++	sdio3: sdio at 0x3f1b0000 {
 +		compatible = "bcm,kona-sdhci";
 +		reg = <0x3f1b0000 0x10000>;
 +		interrupts = <0x0 73 0x4>;
diff --git a/a/content_digest b/N1/content_digest
index 8d61cc0..0283e7c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,25 +1,8 @@
  "ref\01368200883-15668-1-git-send-email-csd@broadcom.com\0"
- "From\0Christian Daudt <csd@broadcom.com>\0"
+ "From\0csd@broadcom.com (Christian Daudt)\0"
  "Subject\0[PATCH V2 2/2] ARM: mmc: bcm281xx SDHCI driver (dt mods)\0"
  "Date\0Fri, 10 May 2013 08:48:03 -0700\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>
-  Ludovic Desroches <ludovic.desroches@atmel.com>
-  Arnd Bergmann <arnd@arndb.de>
-  devicetree-discuss@lists.ozlabs.org
-  linux-doc@vger.kernel.org
-  linux-kernel@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
- " linux-mmc@vger.kernel.org\0"
- "Cc\0csd_b@daudt.org"
- " Christian Daudt <csd@broadcom.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Add SDHCI driver for the Broadcom 281xx SoCs. Also\n"
@@ -46,7 +29,7 @@
  "+\n"
  "+Example:\n"
  "+\n"
- "+sdio2: sdio@0x3f1a0000 {\n"
+ "+sdio2: sdio at 0x3f1a0000 {\n"
  "+\tcompatible = \"bcm,kona-sdhci\";\n"
  "+\treg = <0x3f1a0000 0x10000>;\n"
  "+\tinterrupts = <0x0 74 0x4>;\n"
@@ -60,18 +43,18 @@
  " \t\tstatus = \"okay\";\n"
  " \t};\n"
  " \n"
- "+\tsdio0: sdio@0x3f180000 {\n"
+ "+\tsdio0: sdio at 0x3f180000 {\n"
  "+\t\tmax-frequency = <48000000>;\n"
  "+\t\tstatus = \"okay\";\n"
  "+\t};\n"
  "+\n"
- "+\tsdio1: sdio@0x3f190000 {\n"
+ "+\tsdio1: sdio at 0x3f190000 {\n"
  "+\t\tnon-removable;\n"
  "+\t\tmax-frequency = <48000000>;\n"
  "+\t\tstatus = \"okay\";\n"
  "+\t};\n"
  "+\n"
- "+\tsdio3: sdio@0x3f1b0000 {\n"
+ "+\tsdio3: sdio at 0x3f1b0000 {\n"
  "+\t\tmax-frequency = <48000000>;\n"
  "+\t\tstatus = \"okay\";\n"
  "+\t};\n"
@@ -87,28 +70,28 @@
  " \t\t    cache-level = <2>;\n"
  " \t};\n"
  "+\n"
- "+\tsdio0: sdio@0x3f180000 {\n"
+ "+\tsdio0: sdio at 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@0x3f190000 {\n"
+ "+\tsdio1: sdio at 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@0x3f1a0000 {\n"
+ "+\tsdio2: sdio at 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@0x3f1b0000 {\n"
+ "+\tsdio3: sdio at 0x3f1b0000 {\n"
  "+\t\tcompatible = \"bcm,kona-sdhci\";\n"
  "+\t\treg = <0x3f1b0000 0x10000>;\n"
  "+\t\tinterrupts = <0x0 73 0x4>;\n"
@@ -119,4 +102,4 @@
  "-- \n"
  1.7.10.4
 
-4ba5aaaa79b94141abc90eeb7b87fdb22b69d73b5e0fd7d54ccccc7f50aa041b
+fc9da6e5b9623e3b2c0f6daf9fa0ea580fe8c7893dedd0ff164092b83d58fa82

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.