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

diff --git a/a/1.txt b/N1/1.txt
index 1b77099..2557018 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -26,7 +26,7 @@ On Fri, Mar 03, 2017 at 04:57:10PM +0100, Peter Senna Tschudin wrote:
 >  		fsl,data-width = <24>;
 >  		status = "okay";
 > +
-> +		port at 4 {
+> +		port@4 {
 > +			reg = <4>;
 
 Have a newline between property list and child node.
@@ -51,7 +51,7 @@ please put it at the end of property list.
 
 > +	clock-frequency = <100000>;
 > +
-> +	stdp4028 at 73 {
+> +	stdp4028@73 {
 > +		compatible = "megachips,stdp4028-ge-b850v3-fw";
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
@@ -72,7 +72,7 @@ Ditto
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +
-> +			port at 0 {
+> +			port@0 {
 > +				reg = <0>;
 > +				stdp4028_in: endpoint {
 > +					remote-endpoint = <&lvds0_out>;
@@ -81,7 +81,7 @@ Ditto
 
 Have a newline between nodes.
 
-> +			port at 1 {
+> +			port@1 {
 > +				reg = <1>;
 > +				stdp4028_out: endpoint {
 > +					remote-endpoint = <&stdp2690_in>;
@@ -90,10 +90,10 @@ Have a newline between nodes.
 > +		};
 > +	};
 > +
-> +	stdp2690 at 72 {
+> +	stdp2690@72 {
 
 Sort device nodes under bus in order of unit address.  That said,
-stdp2690 at 72 should go before stdp4028 at 73.
+stdp2690@72 should go before stdp4028@73.
 
 Shawn
 
@@ -107,14 +107,14 @@ Shawn
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +
-> +			port at 0 {
+> +			port@0 {
 > +				reg = <0>;
 > +				stdp2690_in: endpoint {
 > +					remote-endpoint = <&stdp4028_out>;
 > +				};
 > +			};
 > +
-> +			port at 1 {
+> +			port@1 {
 > +				reg = <1>;
 > +				stdp2690_out: endpoint {
 > +					/* Connector for external display */
diff --git a/a/content_digest b/N1/content_digest
index 9fb5931..8ec619e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,44 @@
  "ref\0cover.1488555615.git.peter.senna@collabora.com\0"
  "ref\0d5c297680eb82fd7ef63f7f5dafffc22b98d2345.1488555615.git.peter.senna@collabora.com\0"
- "From\0shawnguo@kernel.org (Shawn Guo)\0"
- "Subject\0[PATCH V3 4/4] dts/imx6q-b850v3: Use megachips-stdpxxxx-ge-b850v3-fw bridges (LVDS-DP++)\0"
+ "From\0Shawn Guo <shawnguo@kernel.org>\0"
+ "Subject\0Re: [PATCH V3 4/4] dts/imx6q-b850v3: Use megachips-stdpxxxx-ge-b850v3-fw bridges (LVDS-DP++)\0"
  "Date\0Mon, 13 Mar 2017 20:41:37 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Peter Senna Tschudin <peter.senna@collabora.com>\0"
+ "Cc\0mark.rutland@arm.com"
+  heiko@sntech.de
+  airlied@linux.ie
+  daniel.vetter@ffwll.ch
+  peter.senna@gmail.com
+  dri-devel@lists.freedesktop.org
+  tiwai@suse.com
+  thierry.reding@gmail.com
+  laurent.pinchart@ideasonboard.com
+  jslaby@suse.cz
+  martyn.welch@collabora.co.uk
+  Rob Herring <robh@kernel.org>
+  architt@codeaurora.org
+  mchehab@osg.samsung.com
+  linux@armlinux.org.uk
+  javier@dowhile0.org
+  treding@nvidia.com
+  linux@roeck-us.net
+  martin.donnelly@ge.com
+  devicetree@vger.kernel.org
+  p.zabel@pengutronix.de
+  pawel.moll@arm.com
+  ijc+devicetree@hellion.org.uk
+  eballetbo@gmail.com
+  Fabio Estevam <fabio.estevam@nxp.com>
+  rmk+kernel@armlinux.org.uk
+  robh+dt@kernel.org
+  linux-arm-kernel@lists.infradead.org
+  gregkh@linuxfoundation.org
+  linux-kernel@vger.kernel.org
+  kernel@pengutronix.de
+  galak@codeaurora.org
+  enric.balletbo@collabora.com
+  akpm@linux-foundation.org
+ " davem@davemloft.net\0"
  "\00:1\0"
  "b\0"
  "On Fri, Mar 03, 2017 at 04:57:10PM +0100, Peter Senna Tschudin wrote:\n"
@@ -34,7 +69,7 @@
  ">  \t\tfsl,data-width = <24>;\n"
  ">  \t\tstatus = \"okay\";\n"
  "> +\n"
- "> +\t\tport at 4 {\n"
+ "> +\t\tport@4 {\n"
  "> +\t\t\treg = <4>;\n"
  "\n"
  "Have a newline between property list and child node.\n"
@@ -59,7 +94,7 @@
  "\n"
  "> +\tclock-frequency = <100000>;\n"
  "> +\n"
- "> +\tstdp4028 at 73 {\n"
+ "> +\tstdp4028@73 {\n"
  "> +\t\tcompatible = \"megachips,stdp4028-ge-b850v3-fw\";\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
@@ -80,7 +115,7 @@
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\tport at 0 {\n"
+ "> +\t\t\tport@0 {\n"
  "> +\t\t\t\treg = <0>;\n"
  "> +\t\t\t\tstdp4028_in: endpoint {\n"
  "> +\t\t\t\t\tremote-endpoint = <&lvds0_out>;\n"
@@ -89,7 +124,7 @@
  "\n"
  "Have a newline between nodes.\n"
  "\n"
- "> +\t\t\tport at 1 {\n"
+ "> +\t\t\tport@1 {\n"
  "> +\t\t\t\treg = <1>;\n"
  "> +\t\t\t\tstdp4028_out: endpoint {\n"
  "> +\t\t\t\t\tremote-endpoint = <&stdp2690_in>;\n"
@@ -98,10 +133,10 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tstdp2690 at 72 {\n"
+ "> +\tstdp2690@72 {\n"
  "\n"
  "Sort device nodes under bus in order of unit address.  That said,\n"
- "stdp2690 at 72 should go before stdp4028 at 73.\n"
+ "stdp2690@72 should go before stdp4028@73.\n"
  "\n"
  "Shawn\n"
  "\n"
@@ -115,14 +150,14 @@
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\tport at 0 {\n"
+ "> +\t\t\tport@0 {\n"
  "> +\t\t\t\treg = <0>;\n"
  "> +\t\t\t\tstdp2690_in: endpoint {\n"
  "> +\t\t\t\t\tremote-endpoint = <&stdp4028_out>;\n"
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tport at 1 {\n"
+ "> +\t\t\tport@1 {\n"
  "> +\t\t\t\treg = <1>;\n"
  "> +\t\t\t\tstdp2690_out: endpoint {\n"
  "> +\t\t\t\t\t/* Connector for external display */\n"
@@ -135,4 +170,4 @@
  "> 2.9.3\n"
  >
 
-8cf620949412dd371e61346cc532eeee9bf8b2aa1862488de25b755e765eae9a
+e492051142e83220d1187d41f58478d9e3a6772cc61076e8f14131dc30f17b8e

diff --git a/a/1.txt b/N2/1.txt
index 1b77099..2557018 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -26,7 +26,7 @@ On Fri, Mar 03, 2017 at 04:57:10PM +0100, Peter Senna Tschudin wrote:
 >  		fsl,data-width = <24>;
 >  		status = "okay";
 > +
-> +		port at 4 {
+> +		port@4 {
 > +			reg = <4>;
 
 Have a newline between property list and child node.
@@ -51,7 +51,7 @@ please put it at the end of property list.
 
 > +	clock-frequency = <100000>;
 > +
-> +	stdp4028 at 73 {
+> +	stdp4028@73 {
 > +		compatible = "megachips,stdp4028-ge-b850v3-fw";
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
@@ -72,7 +72,7 @@ Ditto
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +
-> +			port at 0 {
+> +			port@0 {
 > +				reg = <0>;
 > +				stdp4028_in: endpoint {
 > +					remote-endpoint = <&lvds0_out>;
@@ -81,7 +81,7 @@ Ditto
 
 Have a newline between nodes.
 
-> +			port at 1 {
+> +			port@1 {
 > +				reg = <1>;
 > +				stdp4028_out: endpoint {
 > +					remote-endpoint = <&stdp2690_in>;
@@ -90,10 +90,10 @@ Have a newline between nodes.
 > +		};
 > +	};
 > +
-> +	stdp2690 at 72 {
+> +	stdp2690@72 {
 
 Sort device nodes under bus in order of unit address.  That said,
-stdp2690 at 72 should go before stdp4028 at 73.
+stdp2690@72 should go before stdp4028@73.
 
 Shawn
 
@@ -107,14 +107,14 @@ Shawn
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +
-> +			port at 0 {
+> +			port@0 {
 > +				reg = <0>;
 > +				stdp2690_in: endpoint {
 > +					remote-endpoint = <&stdp4028_out>;
 > +				};
 > +			};
 > +
-> +			port at 1 {
+> +			port@1 {
 > +				reg = <1>;
 > +				stdp2690_out: endpoint {
 > +					/* Connector for external display */
diff --git a/a/content_digest b/N2/content_digest
index 9fb5931..dd3b91e 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,9 +1,44 @@
  "ref\0cover.1488555615.git.peter.senna@collabora.com\0"
  "ref\0d5c297680eb82fd7ef63f7f5dafffc22b98d2345.1488555615.git.peter.senna@collabora.com\0"
- "From\0shawnguo@kernel.org (Shawn Guo)\0"
- "Subject\0[PATCH V3 4/4] dts/imx6q-b850v3: Use megachips-stdpxxxx-ge-b850v3-fw bridges (LVDS-DP++)\0"
+ "From\0Shawn Guo <shawnguo@kernel.org>\0"
+ "Subject\0Re: [PATCH V3 4/4] dts/imx6q-b850v3: Use megachips-stdpxxxx-ge-b850v3-fw bridges (LVDS-DP++)\0"
  "Date\0Mon, 13 Mar 2017 20:41:37 +0800\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Peter Senna Tschudin <peter.senna@collabora.com>\0"
+ "Cc\0airlied@linux.ie"
+  architt@codeaurora.org
+  akpm@linux-foundation.org
+  daniel.vetter@ffwll.ch
+  davem@davemloft.net
+  devicetree@vger.kernel.org
+  dri-devel@lists.freedesktop.org
+  enric.balletbo@collabora.com
+  eballetbo@gmail.com
+  galak@codeaurora.org
+  gregkh@linuxfoundation.org
+  heiko@sntech.de
+  ijc+devicetree@hellion.org.uk
+  javier@dowhile0.org
+  jslaby@suse.cz
+  kernel@pengutronix.de
+  linux-arm-kernel@lists.infradead.org
+  linux@armlinux.org.uk
+  linux-kernel@vger.kernel.org
+  linux@roeck-us.net
+  mark.rutland@arm.com
+  martin.donnelly@ge.com
+  martyn.welch@collabora.co.uk
+  mchehab@osg.samsung.com
+  pawel.moll@arm.com
+  peter.senna@gmail.com
+  p.zabel@pengutronix.de
+  thierry.reding@gmail.com
+  rmk+kernel@armlinux.org.uk
+  robh+dt@kernel.org
+  tiwai@suse.com
+  treding@nvidia.com
+  laurent.pinchart@ideasonboard.com
+  Rob Herring <robh@kernel.org>
+ " Fabio Estevam <fabio.estevam@nxp.com>\0"
  "\00:1\0"
  "b\0"
  "On Fri, Mar 03, 2017 at 04:57:10PM +0100, Peter Senna Tschudin wrote:\n"
@@ -34,7 +69,7 @@
  ">  \t\tfsl,data-width = <24>;\n"
  ">  \t\tstatus = \"okay\";\n"
  "> +\n"
- "> +\t\tport at 4 {\n"
+ "> +\t\tport@4 {\n"
  "> +\t\t\treg = <4>;\n"
  "\n"
  "Have a newline between property list and child node.\n"
@@ -59,7 +94,7 @@
  "\n"
  "> +\tclock-frequency = <100000>;\n"
  "> +\n"
- "> +\tstdp4028 at 73 {\n"
+ "> +\tstdp4028@73 {\n"
  "> +\t\tcompatible = \"megachips,stdp4028-ge-b850v3-fw\";\n"
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
@@ -80,7 +115,7 @@
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\tport at 0 {\n"
+ "> +\t\t\tport@0 {\n"
  "> +\t\t\t\treg = <0>;\n"
  "> +\t\t\t\tstdp4028_in: endpoint {\n"
  "> +\t\t\t\t\tremote-endpoint = <&lvds0_out>;\n"
@@ -89,7 +124,7 @@
  "\n"
  "Have a newline between nodes.\n"
  "\n"
- "> +\t\t\tport at 1 {\n"
+ "> +\t\t\tport@1 {\n"
  "> +\t\t\t\treg = <1>;\n"
  "> +\t\t\t\tstdp4028_out: endpoint {\n"
  "> +\t\t\t\t\tremote-endpoint = <&stdp2690_in>;\n"
@@ -98,10 +133,10 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tstdp2690 at 72 {\n"
+ "> +\tstdp2690@72 {\n"
  "\n"
  "Sort device nodes under bus in order of unit address.  That said,\n"
- "stdp2690 at 72 should go before stdp4028 at 73.\n"
+ "stdp2690@72 should go before stdp4028@73.\n"
  "\n"
  "Shawn\n"
  "\n"
@@ -115,14 +150,14 @@
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\tport at 0 {\n"
+ "> +\t\t\tport@0 {\n"
  "> +\t\t\t\treg = <0>;\n"
  "> +\t\t\t\tstdp2690_in: endpoint {\n"
  "> +\t\t\t\t\tremote-endpoint = <&stdp4028_out>;\n"
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tport at 1 {\n"
+ "> +\t\t\tport@1 {\n"
  "> +\t\t\t\treg = <1>;\n"
  "> +\t\t\t\tstdp2690_out: endpoint {\n"
  "> +\t\t\t\t\t/* Connector for external display */\n"
@@ -135,4 +170,4 @@
  "> 2.9.3\n"
  >
 
-8cf620949412dd371e61346cc532eeee9bf8b2aa1862488de25b755e765eae9a
+a561cc04aa28701c2792602c25bdf84e2723a8aa19280ff0ee66add698abc2da

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.