All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140910012831.GB2341@dragon>

diff --git a/a/1.txt b/N1/1.txt
index 92e2fd5..1afe2e2 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -43,41 +43,41 @@ Shawn
 >     On i.MX6, there should be four ports (port@[0-3]) that correspond
 >     to the four LVDS multiplexer inputs.
 >  
-> @@ -78,6 +81,8 @@ ldb: ldb at 53fa8008 {
+> @@ -78,6 +81,8 @@ ldb: ldb@53fa8008 {
 >  		      "di0", "di1";
 >  
->  	lvds-channel at 0 {
+>  	lvds-channel@0 {
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 >  		reg = <0>;
 >  		fsl,data-mapping = "spwg";
 >  		fsl,data-width = <24>;
-> @@ -86,7 +91,9 @@ ldb: ldb at 53fa8008 {
+> @@ -86,7 +91,9 @@ ldb: ldb@53fa8008 {
 >  			/* ... */
 >  		};
 >  
 > -		port {
-> +		port at 0 {
+> +		port@0 {
 > +			reg = <0>;
 > +
 >  			lvds0_in: endpoint {
 >  				remote-endpoint = <&ipu_di0_lvds0>;
 >  			};
-> @@ -94,6 +101,8 @@ ldb: ldb at 53fa8008 {
+> @@ -94,6 +101,8 @@ ldb: ldb@53fa8008 {
 >  	};
 >  
->  	lvds-channel at 1 {
+>  	lvds-channel@1 {
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 >  		reg = <1>;
 >  		fsl,data-mapping = "spwg";
 >  		fsl,data-width = <24>;
-> @@ -102,7 +111,9 @@ ldb: ldb at 53fa8008 {
+> @@ -102,7 +111,9 @@ ldb: ldb@53fa8008 {
 >  			/* ... */
 >  		};
 >  
 > -		port {
-> +		port at 1 {
+> +		port@1 {
 > +			reg = <1>;
 > +
 >  			lvds1_in: endpoint {
@@ -90,14 +90,14 @@ Shawn
 > @@ -419,10 +419,14 @@
 >  				status = "disabled";
 >  
->  				lvds-channel at 0 {
+>  				lvds-channel@0 {
 > +					#address-cells = <1>;
 > +					#size-cells = <0>;
 >  					reg = <0>;
 >  					status = "disabled";
 >  
 > -					port {
-> +					port at 0 {
+> +					port@0 {
 > +						reg = <0>;
 > +
 >  						lvds0_in: endpoint {
@@ -106,14 +106,14 @@ Shawn
 > @@ -430,10 +434,14 @@
 >  				};
 >  
->  				lvds-channel at 1 {
+>  				lvds-channel@1 {
 > +					#address-cells = <1>;
 > +					#size-cells = <0>;
 >  					reg = <1>;
 >  					status = "disabled";
 >  
 > -					port {
-> +					port at 1 {
+> +					port@1 {
 > +						reg = <1>;
 > +
 >  						lvds1_in: endpoint {
diff --git a/a/content_digest b/N1/content_digest
index 1ebda83..fe5e2da 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,13 @@
  "ref\01409848985-16140-1-git-send-email-list-09_linux_arm@tqsc.de\0"
- "From\0shawn.guo@freescale.com (Shawn Guo)\0"
- "Subject\0[PATCH] ARM: DT: imx53: fix lvds channel 1 port\0"
+ "From\0Shawn Guo <shawn.guo@freescale.com>\0"
+ "Subject\0Re: [PATCH] ARM: DT: imx53: fix lvds channel 1 port\0"
  "Date\0Wed, 10 Sep 2014 09:28:32 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Markus Niebel <list-09_linux_arm@tqsc.de>"
+ " p.zabel@pengutronix.de\0"
+ "Cc\0devicetree@vger.kernel.org"
+  festevam@gmail.com
+  Markus Niebel <Markus.Niebel@tq-group.com>
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Thu, Sep 04, 2014 at 06:43:05PM +0200, Markus Niebel wrote:\n"
@@ -50,41 +55,41 @@
  ">     On i.MX6, there should be four ports (port@[0-3]) that correspond\n"
  ">     to the four LVDS multiplexer inputs.\n"
  ">  \n"
- "> @@ -78,6 +81,8 @@ ldb: ldb at 53fa8008 {\n"
+ "> @@ -78,6 +81,8 @@ ldb: ldb@53fa8008 {\n"
  ">  \t\t      \"di0\", \"di1\";\n"
  ">  \n"
- ">  \tlvds-channel at 0 {\n"
+ ">  \tlvds-channel@0 {\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
  ">  \t\treg = <0>;\n"
  ">  \t\tfsl,data-mapping = \"spwg\";\n"
  ">  \t\tfsl,data-width = <24>;\n"
- "> @@ -86,7 +91,9 @@ ldb: ldb at 53fa8008 {\n"
+ "> @@ -86,7 +91,9 @@ ldb: ldb@53fa8008 {\n"
  ">  \t\t\t/* ... */\n"
  ">  \t\t};\n"
  ">  \n"
  "> -\t\tport {\n"
- "> +\t\tport at 0 {\n"
+ "> +\t\tport@0 {\n"
  "> +\t\t\treg = <0>;\n"
  "> +\n"
  ">  \t\t\tlvds0_in: endpoint {\n"
  ">  \t\t\t\tremote-endpoint = <&ipu_di0_lvds0>;\n"
  ">  \t\t\t};\n"
- "> @@ -94,6 +101,8 @@ ldb: ldb at 53fa8008 {\n"
+ "> @@ -94,6 +101,8 @@ ldb: ldb@53fa8008 {\n"
  ">  \t};\n"
  ">  \n"
- ">  \tlvds-channel at 1 {\n"
+ ">  \tlvds-channel@1 {\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
  ">  \t\treg = <1>;\n"
  ">  \t\tfsl,data-mapping = \"spwg\";\n"
  ">  \t\tfsl,data-width = <24>;\n"
- "> @@ -102,7 +111,9 @@ ldb: ldb at 53fa8008 {\n"
+ "> @@ -102,7 +111,9 @@ ldb: ldb@53fa8008 {\n"
  ">  \t\t\t/* ... */\n"
  ">  \t\t};\n"
  ">  \n"
  "> -\t\tport {\n"
- "> +\t\tport at 1 {\n"
+ "> +\t\tport@1 {\n"
  "> +\t\t\treg = <1>;\n"
  "> +\n"
  ">  \t\t\tlvds1_in: endpoint {\n"
@@ -97,14 +102,14 @@
  "> @@ -419,10 +419,14 @@\n"
  ">  \t\t\t\tstatus = \"disabled\";\n"
  ">  \n"
- ">  \t\t\t\tlvds-channel at 0 {\n"
+ ">  \t\t\t\tlvds-channel@0 {\n"
  "> +\t\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t\t#size-cells = <0>;\n"
  ">  \t\t\t\t\treg = <0>;\n"
  ">  \t\t\t\t\tstatus = \"disabled\";\n"
  ">  \n"
  "> -\t\t\t\t\tport {\n"
- "> +\t\t\t\t\tport at 0 {\n"
+ "> +\t\t\t\t\tport@0 {\n"
  "> +\t\t\t\t\t\treg = <0>;\n"
  "> +\n"
  ">  \t\t\t\t\t\tlvds0_in: endpoint {\n"
@@ -113,14 +118,14 @@
  "> @@ -430,10 +434,14 @@\n"
  ">  \t\t\t\t};\n"
  ">  \n"
- ">  \t\t\t\tlvds-channel at 1 {\n"
+ ">  \t\t\t\tlvds-channel@1 {\n"
  "> +\t\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t\t#size-cells = <0>;\n"
  ">  \t\t\t\t\treg = <1>;\n"
  ">  \t\t\t\t\tstatus = \"disabled\";\n"
  ">  \n"
  "> -\t\t\t\t\tport {\n"
- "> +\t\t\t\t\tport at 1 {\n"
+ "> +\t\t\t\t\tport@1 {\n"
  "> +\t\t\t\t\t\treg = <1>;\n"
  "> +\n"
  ">  \t\t\t\t\t\tlvds1_in: endpoint {\n"
@@ -130,4 +135,4 @@
  "> 2.1.0\n"
  >
 
-58693266a145743bd1f398d711e1f294c31d705e805f2ae11af664c196e283b1
+664bb7d5faad27baf6f992cd500c62bcb1894af4f7c331424e31459739982e05

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.