All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1558036.KTdDODi8F6@avalon>

diff --git a/a/1.txt b/N1/1.txt
index 885a8e6..6b43535 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -18,14 +18,14 @@ On Thursday, 15 February 2018 10:38:20 EET Kieran Bingham wrote:
 > --- a/arch/arm64/boot/dts/renesas/r8a77995.dtsi
 > +++ b/arch/arm64/boot/dts/renesas/r8a77995.dtsi
 > @@ -773,18 +773,70 @@
->  				port@1 {
+>  				port at 1 {
 >  					reg = <1>;
 >  					du_out_lvds0: endpoint {
 > +						remote-endpoint = <&du_out_lvds0>;
 >  					};
 >  				};
 > 
->  				port@2 {
+>  				port at 2 {
 >  					reg = <2>;
 >  					du_out_lvds1: endpoint {
 > +						remote-endpoint = <&du_out_lvds1>;
@@ -38,7 +38,7 @@ It's interesting how the DU ports reference themselves :-)
 >  		};
 >  	};
 > 
-> +	lvds0: lvds@feb90000 {
+> +	lvds0: lvds at feb90000 {
 > +		compatible = "renesas,lvds-r8a77995";
 > +		reg = <0 0xfeb90000 0 0x20>;
 > +		clocks = <&cpg CPG_MOD 727>;
@@ -48,14 +48,14 @@ It's interesting how the DU ports reference themselves :-)
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +
-> +			port@0 {
+> +			port at 0 {
 > +				reg = <0>;
 > +				lvds0_in: endpoint {
 > +					remote-endpoint = <&du_out_lvds0>;
 > +				};
 > +			};
 > +
-> +			port@1 {
+> +			port at 1 {
 > +				reg = <1>;
 > +				lvds0_out: endpoint {
 > +				};
@@ -63,7 +63,7 @@ It's interesting how the DU ports reference themselves :-)
 > +		};
 > +	};
 > +
-> +	lvds1: lvds@feb90100 {
+> +	lvds1: lvds at feb90100 {
 > +		compatible = "renesas,lvds-r8a77995";
 > +		reg = <0 0xfeb90100 0 0x20>;
 > +		clocks = <&cpg CPG_MOD 727>;
@@ -73,14 +73,14 @@ It's interesting how the DU ports reference themselves :-)
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +
-> +			port@0 {
+> +			port at 0 {
 > +				reg = <0>;
 > +				lvds1_in: endpoint {
 > +					remote-endpoint = <&du_out_lvds1>;
 > +				};
 > +			};
 > +
-> +			port@1 {
+> +			port at 1 {
 > +				reg = <1>;
 > +				lvds1_out: endpoint {
 > +				};
diff --git a/a/content_digest b/N1/content_digest
index 7f98880..11c903b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,22 +1,9 @@
  "ref\01518683903-10681-1-git-send-email-kbingham@kernel.org\0"
  "ref\01518683903-10681-6-git-send-email-kbingham@kernel.org\0"
- "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
- "Subject\0Re: [PATCH 5/8] arm64: dts: renesas: r8a77995: Add LVDS support\0"
+ "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0"
+ "Subject\0[PATCH 5/8] arm64: dts: renesas: r8a77995: Add LVDS support\0"
  "Date\0Thu, 15 Feb 2018 16:10:58 +0200\0"
- "To\0Kieran Bingham <kbingham@kernel.org>\0"
- "Cc\0linux-renesas-soc@vger.kernel.org"
-  devicetree@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  Kieran Bingham <kieran.bingham@ideasonboard.com>
-  Simon Horman <horms@verge.net.au>
-  geert@glider.be
-  Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
-  Magnus Damm <magnus.damm@gmail.com>
-  Rob Herring <robh+dt@kernel.org>
-  Mark Rutland <mark.rutland@arm.com>
-  Catalin Marinas <catalin.marinas@arm.com>
-  Will Deacon <will.deacon@arm.com>
- " open list <linux-kernel@vger.kernel.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Kieran,\n"
@@ -39,14 +26,14 @@
  "> --- a/arch/arm64/boot/dts/renesas/r8a77995.dtsi\n"
  "> +++ b/arch/arm64/boot/dts/renesas/r8a77995.dtsi\n"
  "> @@ -773,18 +773,70 @@\n"
- ">  \t\t\t\tport@1 {\n"
+ ">  \t\t\t\tport at 1 {\n"
  ">  \t\t\t\t\treg = <1>;\n"
  ">  \t\t\t\t\tdu_out_lvds0: endpoint {\n"
  "> +\t\t\t\t\t\tremote-endpoint = <&du_out_lvds0>;\n"
  ">  \t\t\t\t\t};\n"
  ">  \t\t\t\t};\n"
  "> \n"
- ">  \t\t\t\tport@2 {\n"
+ ">  \t\t\t\tport at 2 {\n"
  ">  \t\t\t\t\treg = <2>;\n"
  ">  \t\t\t\t\tdu_out_lvds1: endpoint {\n"
  "> +\t\t\t\t\t\tremote-endpoint = <&du_out_lvds1>;\n"
@@ -59,7 +46,7 @@
  ">  \t\t};\n"
  ">  \t};\n"
  "> \n"
- "> +\tlvds0: lvds@feb90000 {\n"
+ "> +\tlvds0: lvds at feb90000 {\n"
  "> +\t\tcompatible = \"renesas,lvds-r8a77995\";\n"
  "> +\t\treg = <0 0xfeb90000 0 0x20>;\n"
  "> +\t\tclocks = <&cpg CPG_MOD 727>;\n"
@@ -69,14 +56,14 @@
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\tport@0 {\n"
+ "> +\t\t\tport at 0 {\n"
  "> +\t\t\t\treg = <0>;\n"
  "> +\t\t\t\tlvds0_in: endpoint {\n"
  "> +\t\t\t\t\tremote-endpoint = <&du_out_lvds0>;\n"
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tport@1 {\n"
+ "> +\t\t\tport at 1 {\n"
  "> +\t\t\t\treg = <1>;\n"
  "> +\t\t\t\tlvds0_out: endpoint {\n"
  "> +\t\t\t\t};\n"
@@ -84,7 +71,7 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tlvds1: lvds@feb90100 {\n"
+ "> +\tlvds1: lvds at feb90100 {\n"
  "> +\t\tcompatible = \"renesas,lvds-r8a77995\";\n"
  "> +\t\treg = <0 0xfeb90100 0 0x20>;\n"
  "> +\t\tclocks = <&cpg CPG_MOD 727>;\n"
@@ -94,14 +81,14 @@
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\tport@0 {\n"
+ "> +\t\t\tport at 0 {\n"
  "> +\t\t\t\treg = <0>;\n"
  "> +\t\t\t\tlvds1_in: endpoint {\n"
  "> +\t\t\t\t\tremote-endpoint = <&du_out_lvds1>;\n"
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tport@1 {\n"
+ "> +\t\t\tport at 1 {\n"
  "> +\t\t\t\treg = <1>;\n"
  "> +\t\t\t\tlvds1_out: endpoint {\n"
  "> +\t\t\t\t};\n"
@@ -119,4 +106,4 @@
  "\n"
  Laurent Pinchart
 
-59759f6c81d78cfa29ac11e086e059fccbc445a890cb0d079169100183c830d8
+f6e489af73ee6962aaba25c7c7362def6b7eeacff1087cffa7d6d032dadddb3c

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.