All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4E00E3D2.6050602@firmworks.com>

diff --git a/a/1.txt b/N1/1.txt
index 9a1edfb..0b9f682 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -65,8 +65,8 @@ On 6/21/2011 3:55 AM, Shawn Guo wrote:
 >   			reg =<0x70000000 0x40000>;
 >   			ranges;
 > 
-> -			uart at 7000c000 {
-> +			uart2: uart at 7000c000 {
+> -			uart@7000c000 {
+> +			uart2: uart@7000c000 {
 >   				compatible = "fsl,imx51-uart", "fsl,imx21-uart";
 >   				reg =<0x7000c000 0x4000>;
 >   				interrupts =<33>;
@@ -76,8 +76,8 @@ On 6/21/2011 3:55 AM, Shawn Guo wrote:
 >   			};
 >   		};
 > 
-> -		uart at 73fbc000 {
-> +		uart0: uart at 73fbc000 {
+> -		uart@73fbc000 {
+> +		uart0: uart@73fbc000 {
 >   			compatible = "fsl,imx51-uart", "fsl,imx21-uart";
 >   			reg =<0x73fbc000 0x4000>;
 >   			interrupts =<31>;
@@ -86,8 +86,8 @@ On 6/21/2011 3:55 AM, Shawn Guo wrote:
 > +			fsl,uart-has-rtscts;
 >   		};
 > 
-> -		uart at 73fc0000 {
-> +		uart1: uart at 73fc0000 {
+> -		uart@73fc0000 {
+> +		uart1: uart@73fc0000 {
 >   			compatible = "fsl,imx51-uart", "fsl,imx21-uart";
 >   			reg =<0x73fc0000 0x4000>;
 >   			interrupts =<32>;
diff --git a/a/content_digest b/N1/content_digest
index 65736fb..43a49cc 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,10 +3,19 @@
  "ref\020110618161934.GH8195@ponder.secretlab.ca\0"
  "ref\020110619073000.GA23171@S2100-06.ap.freescale.net\0"
  "ref\020110621135558.GB9228@S2101-09.ap.freescale.net\0"
- "From\0wmb@firmworks.com (Mitch Bradley)\0"
- "Subject\0[PATCH 1/3] serial/imx: add device tree support\0"
+ "From\0Mitch Bradley <wmb@firmworks.com>\0"
+ "Subject\0Re: [PATCH 1/3] serial/imx: add device tree support\0"
  "Date\0Tue, 21 Jun 2011 08:32:50 -1000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Shawn Guo <shawn.guo@freescale.com>\0"
+ "Cc\0Grant Likely <grant.likely@secretlab.ca>"
+  patches@linaro.org
+  netdev@vger.kernel.org
+  devicetree-discuss@lists.ozlabs.org
+  Jason Liu <jason.hui@linaro.org>
+  linux-kernel@vger.kernel.org
+  Jeremy Kerr <jeremy.kerr@canonical.com>
+  Sascha Hauer <s.hauer@pengutronix.de>
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "I wonder if it makes sense to create a new device node \"/linux-devices\" to express a desired mapping from device nodes to /dev entries?  The properties could be the names of device special files and the values the corresponding node phandles.\n"
@@ -76,8 +85,8 @@
  ">   \t\t\treg =<0x70000000 0x40000>;\n"
  ">   \t\t\tranges;\n"
  "> \n"
- "> -\t\t\tuart at 7000c000 {\n"
- "> +\t\t\tuart2: uart at 7000c000 {\n"
+ "> -\t\t\tuart@7000c000 {\n"
+ "> +\t\t\tuart2: uart@7000c000 {\n"
  ">   \t\t\t\tcompatible = \"fsl,imx51-uart\", \"fsl,imx21-uart\";\n"
  ">   \t\t\t\treg =<0x7000c000 0x4000>;\n"
  ">   \t\t\t\tinterrupts =<33>;\n"
@@ -87,8 +96,8 @@
  ">   \t\t\t};\n"
  ">   \t\t};\n"
  "> \n"
- "> -\t\tuart at 73fbc000 {\n"
- "> +\t\tuart0: uart at 73fbc000 {\n"
+ "> -\t\tuart@73fbc000 {\n"
+ "> +\t\tuart0: uart@73fbc000 {\n"
  ">   \t\t\tcompatible = \"fsl,imx51-uart\", \"fsl,imx21-uart\";\n"
  ">   \t\t\treg =<0x73fbc000 0x4000>;\n"
  ">   \t\t\tinterrupts =<31>;\n"
@@ -97,8 +106,8 @@
  "> +\t\t\tfsl,uart-has-rtscts;\n"
  ">   \t\t};\n"
  "> \n"
- "> -\t\tuart at 73fc0000 {\n"
- "> +\t\tuart1: uart at 73fc0000 {\n"
+ "> -\t\tuart@73fc0000 {\n"
+ "> +\t\tuart1: uart@73fc0000 {\n"
  ">   \t\t\tcompatible = \"fsl,imx51-uart\", \"fsl,imx21-uart\";\n"
  ">   \t\t\treg =<0x73fc0000 0x4000>;\n"
  ">   \t\t\tinterrupts =<32>;\n"
@@ -193,4 +202,4 @@
  ">   extern int prom_add_property(struct device_node* np, struct property* prop);\n"
  >
 
-1c5bf50cd61a8d2d198e848ab9498066ecd606e7db540bde31e56291dc4475f8
+482326a891be88b7080b7ab939249ebd44a5fb52f0c31443beabf4e4e7591d7e

diff --git a/a/1.txt b/N2/1.txt
index 9a1edfb..0b9f682 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -65,8 +65,8 @@ On 6/21/2011 3:55 AM, Shawn Guo wrote:
 >   			reg =<0x70000000 0x40000>;
 >   			ranges;
 > 
-> -			uart at 7000c000 {
-> +			uart2: uart at 7000c000 {
+> -			uart@7000c000 {
+> +			uart2: uart@7000c000 {
 >   				compatible = "fsl,imx51-uart", "fsl,imx21-uart";
 >   				reg =<0x7000c000 0x4000>;
 >   				interrupts =<33>;
@@ -76,8 +76,8 @@ On 6/21/2011 3:55 AM, Shawn Guo wrote:
 >   			};
 >   		};
 > 
-> -		uart at 73fbc000 {
-> +		uart0: uart at 73fbc000 {
+> -		uart@73fbc000 {
+> +		uart0: uart@73fbc000 {
 >   			compatible = "fsl,imx51-uart", "fsl,imx21-uart";
 >   			reg =<0x73fbc000 0x4000>;
 >   			interrupts =<31>;
@@ -86,8 +86,8 @@ On 6/21/2011 3:55 AM, Shawn Guo wrote:
 > +			fsl,uart-has-rtscts;
 >   		};
 > 
-> -		uart at 73fc0000 {
-> +		uart1: uart at 73fc0000 {
+> -		uart@73fc0000 {
+> +		uart1: uart@73fc0000 {
 >   			compatible = "fsl,imx51-uart", "fsl,imx21-uart";
 >   			reg =<0x73fc0000 0x4000>;
 >   			interrupts =<32>;
diff --git a/a/content_digest b/N2/content_digest
index 65736fb..de45a3d 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,10 +3,19 @@
  "ref\020110618161934.GH8195@ponder.secretlab.ca\0"
  "ref\020110619073000.GA23171@S2100-06.ap.freescale.net\0"
  "ref\020110621135558.GB9228@S2101-09.ap.freescale.net\0"
- "From\0wmb@firmworks.com (Mitch Bradley)\0"
- "Subject\0[PATCH 1/3] serial/imx: add device tree support\0"
+ "From\0Mitch Bradley <wmb@firmworks.com>\0"
+ "Subject\0Re: [PATCH 1/3] serial/imx: add device tree support\0"
  "Date\0Tue, 21 Jun 2011 08:32:50 -1000\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Shawn Guo <shawn.guo@freescale.com>\0"
+ "Cc\0patches@linaro.org"
+  netdev@vger.kernel.org
+  devicetree-discuss@lists.ozlabs.org
+  Jason Liu <jason.hui@linaro.org>
+  linux-kernel@vger.kernel.org
+  Grant Likely <grant.likely@secretlab.ca>
+  Jeremy Kerr <jeremy.kerr@canonical.com>
+  Sascha Hauer <s.hauer@pengutronix.de>
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "I wonder if it makes sense to create a new device node \"/linux-devices\" to express a desired mapping from device nodes to /dev entries?  The properties could be the names of device special files and the values the corresponding node phandles.\n"
@@ -76,8 +85,8 @@
  ">   \t\t\treg =<0x70000000 0x40000>;\n"
  ">   \t\t\tranges;\n"
  "> \n"
- "> -\t\t\tuart at 7000c000 {\n"
- "> +\t\t\tuart2: uart at 7000c000 {\n"
+ "> -\t\t\tuart@7000c000 {\n"
+ "> +\t\t\tuart2: uart@7000c000 {\n"
  ">   \t\t\t\tcompatible = \"fsl,imx51-uart\", \"fsl,imx21-uart\";\n"
  ">   \t\t\t\treg =<0x7000c000 0x4000>;\n"
  ">   \t\t\t\tinterrupts =<33>;\n"
@@ -87,8 +96,8 @@
  ">   \t\t\t};\n"
  ">   \t\t};\n"
  "> \n"
- "> -\t\tuart at 73fbc000 {\n"
- "> +\t\tuart0: uart at 73fbc000 {\n"
+ "> -\t\tuart@73fbc000 {\n"
+ "> +\t\tuart0: uart@73fbc000 {\n"
  ">   \t\t\tcompatible = \"fsl,imx51-uart\", \"fsl,imx21-uart\";\n"
  ">   \t\t\treg =<0x73fbc000 0x4000>;\n"
  ">   \t\t\tinterrupts =<31>;\n"
@@ -97,8 +106,8 @@
  "> +\t\t\tfsl,uart-has-rtscts;\n"
  ">   \t\t};\n"
  "> \n"
- "> -\t\tuart at 73fc0000 {\n"
- "> +\t\tuart1: uart at 73fc0000 {\n"
+ "> -\t\tuart@73fc0000 {\n"
+ "> +\t\tuart1: uart@73fc0000 {\n"
  ">   \t\t\tcompatible = \"fsl,imx51-uart\", \"fsl,imx21-uart\";\n"
  ">   \t\t\treg =<0x73fc0000 0x4000>;\n"
  ">   \t\t\tinterrupts =<32>;\n"
@@ -193,4 +202,4 @@
  ">   extern int prom_add_property(struct device_node* np, struct property* prop);\n"
  >
 
-1c5bf50cd61a8d2d198e848ab9498066ecd606e7db540bde31e56291dc4475f8
+15e0e73f5736971d6db33e5e9c8408247d74c822013509a3480b4039eb70879a

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.