All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4FF57EA9.7060107@linaro.org>

diff --git a/a/1.txt b/N1/1.txt
index 2df93f9..43a5218 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -28,15 +28,15 @@ Okay, so currently we have something like this:
  * them all have correctly formed reg properties: 
  *   i.e. "reg = <0xa0411000 0x1000>" 
  */
-		intc: interrupt-controller at a0411000
+		intc: interrupt-controller@a0411000
 		L2: l2-cache
 		pmu
-		timer at a0410600
-		rtc at 80154000
-		gpio0: gpio at 8012e000
+		timer@a0410600
+		rtc@80154000
+		gpio0: gpio@8012e000
 		pinctrl
-		usb at a03e0000
-		dma-controller at 801C0000
+		usb@a03e0000
+		dma-controller@801C0000
 
 /* 
  * Then it becomes more interesting. We have the PRCMU
@@ -46,7 +46,7 @@ Okay, so currently we have something like this:
  * communicated with by i2c. So:
  */
 
-		prcmu at 80157000 {
+		prcmu@80157000 {
 			reg = <0x80157000 0x1000>;
 			#address-cells = <1>;
 			#size-cells = <1>;
@@ -54,7 +54,7 @@ Okay, so currently we have something like this:
 
 /* The timer has its own memory mapped address space. */
 
-			prcmu-timer-4 at 80157450
+			prcmu-timer-4@80157450
 
 /* Ignore the regulators, no one really cares about those ;) */
 
@@ -88,7 +88,7 @@ drivers/of/address.c:
  */
 
 
-			ab8500 at 5 {
+			ab8500@5 {
 				reg = <5>; /* mailbox 5 is i2c */
 
 				ab8500-rtc
@@ -103,11 +103,11 @@ drivers/of/address.c:
 			};
 		};
 
-		i2c at 80004000
-		ssp at 80002000
-		uart at 80120000
-		sdi at 80126000
-		external-bus at 50000000
+		i2c@80004000
+		ssp@80002000
+		uart@80120000
+		sdi@80126000
+		external-bus@50000000
 	};
 };
 
@@ -131,5 +131,5 @@ I'm not really sure what you mean by this.
 Lee Jones
 Linaro ST-Ericsson Landing Team Lead
 M: +44 77 88 633 515 
-Linaro.org ? Open source software for ARM SoCs
+Linaro.org │ Open source software for ARM SoCs
 Follow Linaro: Facebook | Twitter | Blog
diff --git a/a/content_digest b/N1/content_digest
index b929427..8e018d7 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -6,10 +6,15 @@
  "ref\020120703142123.GQ29030@opensource.wolfsonmicro.com\0"
  "ref\04FF54406.3000307@linaro.org\0"
  "ref\020120705094541.GK4111@opensource.wolfsonmicro.com\0"
- "From\0lee.jones@linaro.org (Lee Jones)\0"
- "Subject\0[PATCH 1/1] mfd: Fix runtime warning caused by duplicate device registration\0"
+ "From\0Lee Jones <lee.jones@linaro.org>\0"
+ "Subject\0Re: [PATCH 1/1] mfd: Fix runtime warning caused by duplicate device registration\0"
  "Date\0Thu, 05 Jul 2012 12:46:49 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Mark Brown <broonie@opensource.wolfsonmicro.com>\0"
+ "Cc\0linux-arm-kernel@lists.infradead.org"
+  linux-kernel@vger.kernel.org
+  linus.walleij@stericsson.com
+  arnd@arndb.de
+ " sameo@linux.intel.com\0"
  "\00:1\0"
  "b\0"
  "On 05/07/12 10:45, Mark Brown wrote:\n"
@@ -42,15 +47,15 @@
  " * them all have correctly formed reg properties: \n"
  " *   i.e. \"reg = <0xa0411000 0x1000>\" \n"
  " */\n"
- "\t\tintc: interrupt-controller at a0411000\n"
+ "\t\tintc: interrupt-controller@a0411000\n"
  "\t\tL2: l2-cache\n"
  "\t\tpmu\n"
- "\t\ttimer at a0410600\n"
- "\t\trtc at 80154000\n"
- "\t\tgpio0: gpio at 8012e000\n"
+ "\t\ttimer@a0410600\n"
+ "\t\trtc@80154000\n"
+ "\t\tgpio0: gpio@8012e000\n"
  "\t\tpinctrl\n"
- "\t\tusb at a03e0000\n"
- "\t\tdma-controller at 801C0000\n"
+ "\t\tusb@a03e0000\n"
+ "\t\tdma-controller@801C0000\n"
  "\n"
  "/* \n"
  " * Then it becomes more interesting. We have the PRCMU\n"
@@ -60,7 +65,7 @@
  " * communicated with by i2c. So:\n"
  " */\n"
  "\n"
- "\t\tprcmu at 80157000 {\n"
+ "\t\tprcmu@80157000 {\n"
  "\t\t\treg = <0x80157000 0x1000>;\n"
  "\t\t\t#address-cells = <1>;\n"
  "\t\t\t#size-cells = <1>;\n"
@@ -68,7 +73,7 @@
  "\n"
  "/* The timer has its own memory mapped address space. */\n"
  "\n"
- "\t\t\tprcmu-timer-4 at 80157450\n"
+ "\t\t\tprcmu-timer-4@80157450\n"
  "\n"
  "/* Ignore the regulators, no one really cares about those ;) */\n"
  "\n"
@@ -102,7 +107,7 @@
  " */\n"
  "\n"
  "\n"
- "\t\t\tab8500 at 5 {\n"
+ "\t\t\tab8500@5 {\n"
  "\t\t\t\treg = <5>; /* mailbox 5 is i2c */\n"
  "\n"
  "\t\t\t\tab8500-rtc\n"
@@ -117,11 +122,11 @@
  "\t\t\t};\n"
  "\t\t};\n"
  "\n"
- "\t\ti2c at 80004000\n"
- "\t\tssp at 80002000\n"
- "\t\tuart at 80120000\n"
- "\t\tsdi at 80126000\n"
- "\t\texternal-bus at 50000000\n"
+ "\t\ti2c@80004000\n"
+ "\t\tssp@80002000\n"
+ "\t\tuart@80120000\n"
+ "\t\tsdi@80126000\n"
+ "\t\texternal-bus@50000000\n"
  "\t};\n"
  "};\n"
  "\n"
@@ -145,7 +150,7 @@
  "Lee Jones\n"
  "Linaro ST-Ericsson Landing Team Lead\n"
  "M: +44 77 88 633 515 \n"
- "Linaro.org ? Open source software for ARM SoCs\n"
+ "Linaro.org \342\224\202 Open source software for ARM SoCs\n"
  Follow Linaro: Facebook | Twitter | Blog
 
-4d9a9a628103fe157e5f41242209e28a5e6bab0b16b2a7bdf4611d73b7d7234c
+bbd41d5b9ba686e687352c16d945c971a57e5386d4911d2b10b46444ab945317

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.