All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20121019135147.GF25164@beef>

diff --git a/a/1.txt b/N1/1.txt
index d049c27..af2bc1f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -26,13 +26,13 @@ say, mmc1 and uart1 on am33xx (oh yes, we must fix the numbering that
 doesn't match the TRM) only. In that case, I develop a board.dts
 with:
 
-	uart2: serial@foo {
+	uart2: serial at foo {
 		status = "disabled";
 	};
 	.
 	.
 	.
-	uart6: serial@bar {
+	uart6: serial at bar {
 		status = "disabled";
 	};
 
@@ -50,7 +50,7 @@ with:
 
 In the "positive logic" case I would have a board.dts with:
 
-	uart1: serial@foo {
+	uart1: serial at foo {
 		status = "okay";
 	};
 
@@ -123,7 +123,7 @@ negative logic approach.
 > >>>  			interrupts = <91>;
 > >>>  		};
 > >>> +
-> >>> +		spi0: spi@48030000 {
+> >>> +		spi0: spi at 48030000 {
 > >>> +			compatible = "ti,omap4-mcspi";
 > >>> +			#address-cells = <1>;
 > >>> +			#size-cells = <0>;
@@ -136,7 +136,7 @@ negative logic approach.
 > >>> +
 > >>> +		};
 > >>> +
-> >>> +		spi1: spi@481a0000 {
+> >>> +		spi1: spi at 481a0000 {
 > >>> +			compatible = "ti,omap4-mcspi";
 > >>> +			#address-cells = <1>;
 > >>> +			#size-cells = <0>;
@@ -153,11 +153,11 @@ negative logic approach.
 > >>
 > >> --
 > >> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
-> >> the body of a message to majordomo@vger.kernel.org
+> >> the body of a message to majordomo at vger.kernel.org
 > >> More majordomo info at  http://vger.kernel.org/majordomo-info.html
 > >> Please read the FAQ at  http://www.tux.org/lkml/
 > 
 > --
 > To unsubscribe from this list: send the line "unsubscribe linux-omap" in
-> the body of a message to majordomo@vger.kernel.org
+> the body of a message to majordomo at vger.kernel.org
 > More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 8910a31..ff12ada 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,19 +2,10 @@
  "ref\050810E2F.5@ti.com\0"
  "ref\020121019113016.GE25164@beef\0"
  "ref\050814A5A.8070206@ti.com\0"
- "From\0Matt Porter <mporter@ti.com>\0"
- "Subject\0Re: [PATCH v2] arm/dts: AM33XX: Add SPI device tree data\0"
+ "From\0mporter@ti.com (Matt Porter)\0"
+ "Subject\0[PATCH v2] arm/dts: AM33XX: Add SPI device tree data\0"
  "Date\0Fri, 19 Oct 2012 09:51:47 -0400\0"
- "To\0Benoit Cousson <b-cousson@ti.com>\0"
- "Cc\0Philip"
-  Avinash <avinashphilip@ti.com>
-  linux@arm.linux.org.uk
-  tony@atomide.com
-  linux-arm-kernel@lists.infradead.org
-  linux-kernel@vger.kernel.org
-  linux-omap@vger.kernel.org
-  nsekhar@ti.com
- " gururaja.hebbar@ti.com\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, Oct 19, 2012 at 02:40:58PM +0200, Benoit Cousson wrote:\n"
@@ -45,13 +36,13 @@
  "doesn't match the TRM) only. In that case, I develop a board.dts\n"
  "with:\n"
  "\n"
- "\tuart2: serial@foo {\n"
+ "\tuart2: serial at foo {\n"
  "\t\tstatus = \"disabled\";\n"
  "\t};\n"
  "\t.\n"
  "\t.\n"
  "\t.\n"
- "\tuart6: serial@bar {\n"
+ "\tuart6: serial at bar {\n"
  "\t\tstatus = \"disabled\";\n"
  "\t};\n"
  "\n"
@@ -69,7 +60,7 @@
  "\n"
  "In the \"positive logic\" case I would have a board.dts with:\n"
  "\n"
- "\tuart1: serial@foo {\n"
+ "\tuart1: serial at foo {\n"
  "\t\tstatus = \"okay\";\n"
  "\t};\n"
  "\n"
@@ -142,7 +133,7 @@
  "> >>>  \t\t\tinterrupts = <91>;\n"
  "> >>>  \t\t};\n"
  "> >>> +\n"
- "> >>> +\t\tspi0: spi@48030000 {\n"
+ "> >>> +\t\tspi0: spi at 48030000 {\n"
  "> >>> +\t\t\tcompatible = \"ti,omap4-mcspi\";\n"
  "> >>> +\t\t\t#address-cells = <1>;\n"
  "> >>> +\t\t\t#size-cells = <0>;\n"
@@ -155,7 +146,7 @@
  "> >>> +\n"
  "> >>> +\t\t};\n"
  "> >>> +\n"
- "> >>> +\t\tspi1: spi@481a0000 {\n"
+ "> >>> +\t\tspi1: spi at 481a0000 {\n"
  "> >>> +\t\t\tcompatible = \"ti,omap4-mcspi\";\n"
  "> >>> +\t\t\t#address-cells = <1>;\n"
  "> >>> +\t\t\t#size-cells = <0>;\n"
@@ -172,13 +163,13 @@
  "> >>\n"
  "> >> --\n"
  "> >> To unsubscribe from this list: send the line \"unsubscribe linux-kernel\" in\n"
- "> >> the body of a message to majordomo@vger.kernel.org\n"
+ "> >> the body of a message to majordomo at vger.kernel.org\n"
  "> >> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  "> >> Please read the FAQ at  http://www.tux.org/lkml/\n"
  "> \n"
  "> --\n"
  "> To unsubscribe from this list: send the line \"unsubscribe linux-omap\" in\n"
- "> the body of a message to majordomo@vger.kernel.org\n"
+ "> the body of a message to majordomo at vger.kernel.org\n"
  > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-f82a5a14ebd6a9a2b17a69b8b35165eade52ec1ff5a5f2b756bd190b983c3462
+c925d0334a91c6371f870a94e4acb1901ca66090fbb5dfbe2ddcd24a35f06a54

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.