All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <201203281227.32299.arnd@arndb.de>

diff --git a/a/1.txt b/N1/1.txt
index 8e76e2d..baca68f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -49,7 +49,7 @@ if you leave them the way they are now.
 > +		ranges = <0x60000000 0x60000000 0x50000000
 > +			  0xd0000000 0xd0000000 0x30000000>;
 > +
-> +		clcd at 60000000 {
+> +		clcd@60000000 {
 > +			compatible = "arm,clcd-pl110", "arm,primecell";
 > +			reg = <0x60000000 0x1000>;
 > +			interrupt-parent = <&vic>;
@@ -62,27 +62,27 @@ root node to define vic as the default parent so you don't have to
 list it individually in all the nodes using it.
 
 > +
-> +			serial at d0000000 {
+> +			serial@d0000000 {
 > +			       status = "okay";
 > +			};
 > +
-> +			serial at b2000000 {
+> +			serial@b2000000 {
 > +			       status = "okay";
 > +			};
 > +
-> +			serial at b2080000 {
+> +			serial@b2080000 {
 > +			       status = "okay";
 > +			};
 > +
-> +			serial at b2100000 {
+> +			serial@b2100000 {
 > +			       status = "okay";
 > +			};
 > +
-> +			serial at b2180000 {
+> +			serial@b2180000 {
 > +			       status = "okay";
 > +			};
 > +
-> +			serial at b2200000 {
+> +			serial@b2200000 {
 > +			       status = "okay";
 > +			};
 
diff --git a/a/content_digest b/N1/content_digest
index 626cb12..e59967f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,15 @@
  "ref\0cover.1332926608.git.viresh.kumar@st.com\0"
  "ref\0f4ad79023c6155d4de7e87c3cd798aadd493454e.1332926608.git.viresh.kumar@st.com\0"
- "From\0arnd@arndb.de (Arnd Bergmann)\0"
- "Subject\0[PATCH V2 5/7] ARM: SPEAr3xx: Add device-tree support to SPEAr3xx architecture\0"
+ "ref\0f4ad79023c6155d4de7e87c3cd798aadd493454e.1332926608.git.viresh.kumar-qxv4g6HH51o@public.gmane.org\0"
+ "From\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0"
+ "Subject\0Re: [PATCH V2 5/7] ARM: SPEAr3xx: Add device-tree support to SPEAr3xx architecture\0"
  "Date\0Wed, 28 Mar 2012 12:27:31 +0000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Viresh Kumar <viresh.kumar-qxv4g6HH51o@public.gmane.org>\0"
+ "Cc\0devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org"
+  spear-devel-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org
+  viresh.linux-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
+  sr-ynQEQJNshbs@public.gmane.org
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On Wednesday 28 March 2012, Viresh Kumar wrote:\n"
@@ -57,7 +63,7 @@
  "> +\t\tranges = <0x60000000 0x60000000 0x50000000\n"
  "> +\t\t\t  0xd0000000 0xd0000000 0x30000000>;\n"
  "> +\n"
- "> +\t\tclcd at 60000000 {\n"
+ "> +\t\tclcd@60000000 {\n"
  "> +\t\t\tcompatible = \"arm,clcd-pl110\", \"arm,primecell\";\n"
  "> +\t\t\treg = <0x60000000 0x1000>;\n"
  "> +\t\t\tinterrupt-parent = <&vic>;\n"
@@ -70,27 +76,27 @@
  "list it individually in all the nodes using it.\n"
  "\n"
  "> +\n"
- "> +\t\t\tserial at d0000000 {\n"
+ "> +\t\t\tserial@d0000000 {\n"
  "> +\t\t\t       status = \"okay\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tserial at b2000000 {\n"
+ "> +\t\t\tserial@b2000000 {\n"
  "> +\t\t\t       status = \"okay\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tserial at b2080000 {\n"
+ "> +\t\t\tserial@b2080000 {\n"
  "> +\t\t\t       status = \"okay\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tserial at b2100000 {\n"
+ "> +\t\t\tserial@b2100000 {\n"
  "> +\t\t\t       status = \"okay\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tserial at b2180000 {\n"
+ "> +\t\t\tserial@b2180000 {\n"
  "> +\t\t\t       status = \"okay\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tserial at b2200000 {\n"
+ "> +\t\t\tserial@b2200000 {\n"
  "> +\t\t\t       status = \"okay\";\n"
  "> +\t\t\t};\n"
  "\n"
@@ -182,4 +188,4 @@
  "\n"
  "\tArnd"
 
-25ad5c75d600bf6484cf4aeb673f97fe47465a7cc9488f1ff7a12f84fa1c442f
+1ebd5afdbb5564332b07c045d3e62d96073c014dd19d7eb1e8812a9c9fe88155

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.