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

diff --git a/a/1.txt b/N1/1.txt
index d6bd999..8f5e7b7 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -30,23 +30,23 @@ On Wednesday 07 Dec 2016 11:42:44 Bartosz Golaszewski wrote:
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +
-> +			port at 0 {
+> +			port@0 {
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +				reg = <0>;
 > +
-> +				vga_bridge_in: endpoint at 0 {
+> +				vga_bridge_in: endpoint@0 {
 > +					reg = <0>;
 > +					remote-endpoint = <&lcdc_out_vga>;
 > +				};
 > +			};
 > +
-> +			port at 1 {
+> +			port@1 {
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +				reg = <1>;
 > +
-> +				vga_bridge_out: endpoint at 0 {
+> +				vga_bridge_out: endpoint@0 {
 > +					reg = <0>;
 > +					remote-endpoint = <&vga_con_in>;
 > +				};
@@ -82,12 +82,12 @@ On Wednesday 07 Dec 2016 11:42:44 Bartosz Golaszewski wrote:
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 > +
-> +		lcdc_out: port at 1 {
+> +		lcdc_out: port@1 {
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +			reg = <1>;
 > +
-> +			lcdc_out_vga: endpoint at 0 {
+> +			lcdc_out_vga: endpoint@0 {
 > +				reg = <0>;
 > +				remote-endpoint = <&vga_bridge_in>;
 > +			};
@@ -96,7 +96,7 @@ On Wednesday 07 Dec 2016 11:42:44 Bartosz Golaszewski wrote:
 Just to make sure you're aware, when there's a single endpoint you can 
 simplify the DT by omitting the endpoint number. This would become
 
-		lcdc_out: port at 1 {
+		lcdc_out: port@1 {
 			reg = <1>;
 
 			lcdc_out_vga: endpoint {
@@ -115,3 +115,8 @@ Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
 Regards,
 
 Laurent Pinchart
+
+_______________________________________________
+dri-devel mailing list
+dri-devel@lists.freedesktop.org
+https://lists.freedesktop.org/mailman/listinfo/dri-devel
diff --git a/a/content_digest b/N1/content_digest
index 700234c..87dbbe3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,23 @@
  "ref\01481107365-24839-1-git-send-email-bgolaszewski@baylibre.com\0"
  "ref\01481107365-24839-4-git-send-email-bgolaszewski@baylibre.com\0"
- "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0"
- "Subject\0[PATCH v5 3/4] ARM: dts: da850-lcdk: add the vga-bridge node\0"
+ "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
+ "Subject\0Re: [PATCH v5 3/4] ARM: dts: da850-lcdk: add the vga-bridge node\0"
  "Date\0Wed, 07 Dec 2016 16:25:25 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Bartosz Golaszewski <bgolaszewski@baylibre.com>\0"
+ "Cc\0Mark Rutland <mark.rutland@arm.com>"
+  linux-devicetree <devicetree@vger.kernel.org>
+  Kevin Hilman <khilman@baylibre.com>
+  Michael Turquette <mturquette@baylibre.com>
+  Sekhar Nori <nsekhar@ti.com>
+  Russell King <linux@armlinux.org.uk>
+  Jyri Sarha <jsarha@ti.com>
+  LKML <linux-kernel@vger.kernel.org>
+  Peter Ujfalusi <peter.ujfalusi@ti.com>
+  Rob Herring <robh+dt@kernel.org>
+  Tomi Valkeinen <tomi.valkeinen@ti.com>
+  linux-drm <dri-devel@lists.freedesktop.org>
+  Frank Rowand <frowand.list@gmail.com>
+ " arm-soc <linux-arm-kernel@lists.infradead.org>\0"
  "\00:1\0"
  "b\0"
  "Hi Bartosz,\n"
@@ -38,23 +52,23 @@
  "> +\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\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\t\t\t\treg = <0>;\n"
  "> +\n"
- "> +\t\t\t\tvga_bridge_in: endpoint at 0 {\n"
+ "> +\t\t\t\tvga_bridge_in: endpoint@0 {\n"
  "> +\t\t\t\t\treg = <0>;\n"
  "> +\t\t\t\t\tremote-endpoint = <&lcdc_out_vga>;\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\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\t\t\t\treg = <1>;\n"
  "> +\n"
- "> +\t\t\t\tvga_bridge_out: endpoint at 0 {\n"
+ "> +\t\t\t\tvga_bridge_out: endpoint@0 {\n"
  "> +\t\t\t\t\treg = <0>;\n"
  "> +\t\t\t\t\tremote-endpoint = <&vga_con_in>;\n"
  "> +\t\t\t\t};\n"
@@ -90,12 +104,12 @@
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\tlcdc_out: port at 1 {\n"
+ "> +\t\tlcdc_out: port@1 {\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\t\t\treg = <1>;\n"
  "> +\n"
- "> +\t\t\tlcdc_out_vga: endpoint at 0 {\n"
+ "> +\t\t\tlcdc_out_vga: endpoint@0 {\n"
  "> +\t\t\t\treg = <0>;\n"
  "> +\t\t\t\tremote-endpoint = <&vga_bridge_in>;\n"
  "> +\t\t\t};\n"
@@ -104,7 +118,7 @@
  "Just to make sure you're aware, when there's a single endpoint you can \n"
  "simplify the DT by omitting the endpoint number. This would become\n"
  "\n"
- "\t\tlcdc_out: port at 1 {\n"
+ "\t\tlcdc_out: port@1 {\n"
  "\t\t\treg = <1>;\n"
  "\n"
  "\t\t\tlcdc_out_vga: endpoint {\n"
@@ -122,6 +136,11 @@
  "-- \n"
  "Regards,\n"
  "\n"
- Laurent Pinchart
+ "Laurent Pinchart\n"
+ "\n"
+ "_______________________________________________\n"
+ "dri-devel mailing list\n"
+ "dri-devel@lists.freedesktop.org\n"
+ https://lists.freedesktop.org/mailman/listinfo/dri-devel
 
-e24035bd749ec60029bb78231cec34edc9d2f3ba780ab15fe1978cdd94e47a10
+9473569c94e70f033ff582a3b4c0fa5bd9525c4ee8a6566a12df6531c6223c8c

diff --git a/a/1.txt b/N2/1.txt
index d6bd999..bf88587 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -30,23 +30,23 @@ On Wednesday 07 Dec 2016 11:42:44 Bartosz Golaszewski wrote:
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +
-> +			port at 0 {
+> +			port@0 {
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +				reg = <0>;
 > +
-> +				vga_bridge_in: endpoint at 0 {
+> +				vga_bridge_in: endpoint@0 {
 > +					reg = <0>;
 > +					remote-endpoint = <&lcdc_out_vga>;
 > +				};
 > +			};
 > +
-> +			port at 1 {
+> +			port@1 {
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +				reg = <1>;
 > +
-> +				vga_bridge_out: endpoint at 0 {
+> +				vga_bridge_out: endpoint@0 {
 > +					reg = <0>;
 > +					remote-endpoint = <&vga_con_in>;
 > +				};
@@ -82,12 +82,12 @@ On Wednesday 07 Dec 2016 11:42:44 Bartosz Golaszewski wrote:
 > +		#address-cells = <1>;
 > +		#size-cells = <0>;
 > +
-> +		lcdc_out: port at 1 {
+> +		lcdc_out: port@1 {
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +			reg = <1>;
 > +
-> +			lcdc_out_vga: endpoint at 0 {
+> +			lcdc_out_vga: endpoint@0 {
 > +				reg = <0>;
 > +				remote-endpoint = <&vga_bridge_in>;
 > +			};
@@ -96,7 +96,7 @@ On Wednesday 07 Dec 2016 11:42:44 Bartosz Golaszewski wrote:
 Just to make sure you're aware, when there's a single endpoint you can 
 simplify the DT by omitting the endpoint number. This would become
 
-		lcdc_out: port at 1 {
+		lcdc_out: port@1 {
 			reg = <1>;
 
 			lcdc_out_vga: endpoint {
diff --git a/a/content_digest b/N2/content_digest
index 700234c..b290780 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,9 +1,24 @@
  "ref\01481107365-24839-1-git-send-email-bgolaszewski@baylibre.com\0"
  "ref\01481107365-24839-4-git-send-email-bgolaszewski@baylibre.com\0"
- "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0"
- "Subject\0[PATCH v5 3/4] ARM: dts: da850-lcdk: add the vga-bridge node\0"
+ "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
+ "Subject\0Re: [PATCH v5 3/4] ARM: dts: da850-lcdk: add the vga-bridge node\0"
  "Date\0Wed, 07 Dec 2016 16:25:25 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Bartosz Golaszewski <bgolaszewski@baylibre.com>\0"
+ "Cc\0Jyri Sarha <jsarha@ti.com>"
+  Tomi Valkeinen <tomi.valkeinen@ti.com>
+  David Airlie <airlied@linux.ie>
+  Kevin Hilman <khilman@baylibre.com>
+  Michael Turquette <mturquette@baylibre.com>
+  Sekhar Nori <nsekhar@ti.com>
+  Rob Herring <robh+dt@kernel.org>
+  Frank Rowand <frowand.list@gmail.com>
+  Mark Rutland <mark.rutland@arm.com>
+  Peter Ujfalusi <peter.ujfalusi@ti.com>
+  Russell King <linux@armlinux.org.uk>
+  LKML <linux-kernel@vger.kernel.org>
+  arm-soc <linux-arm-kernel@lists.infradead.org>
+  linux-drm <dri-devel@lists.freedesktop.org>
+ " linux-devicetree <devicetree@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "Hi Bartosz,\n"
@@ -38,23 +53,23 @@
  "> +\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\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\t\t\t\treg = <0>;\n"
  "> +\n"
- "> +\t\t\t\tvga_bridge_in: endpoint at 0 {\n"
+ "> +\t\t\t\tvga_bridge_in: endpoint@0 {\n"
  "> +\t\t\t\t\treg = <0>;\n"
  "> +\t\t\t\t\tremote-endpoint = <&lcdc_out_vga>;\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\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\t\t\t\treg = <1>;\n"
  "> +\n"
- "> +\t\t\t\tvga_bridge_out: endpoint at 0 {\n"
+ "> +\t\t\t\tvga_bridge_out: endpoint@0 {\n"
  "> +\t\t\t\t\treg = <0>;\n"
  "> +\t\t\t\t\tremote-endpoint = <&vga_con_in>;\n"
  "> +\t\t\t\t};\n"
@@ -90,12 +105,12 @@
  "> +\t\t#address-cells = <1>;\n"
  "> +\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\tlcdc_out: port at 1 {\n"
+ "> +\t\tlcdc_out: port@1 {\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\t\t\treg = <1>;\n"
  "> +\n"
- "> +\t\t\tlcdc_out_vga: endpoint at 0 {\n"
+ "> +\t\t\tlcdc_out_vga: endpoint@0 {\n"
  "> +\t\t\t\treg = <0>;\n"
  "> +\t\t\t\tremote-endpoint = <&vga_bridge_in>;\n"
  "> +\t\t\t};\n"
@@ -104,7 +119,7 @@
  "Just to make sure you're aware, when there's a single endpoint you can \n"
  "simplify the DT by omitting the endpoint number. This would become\n"
  "\n"
- "\t\tlcdc_out: port at 1 {\n"
+ "\t\tlcdc_out: port@1 {\n"
  "\t\t\treg = <1>;\n"
  "\n"
  "\t\t\tlcdc_out_vga: endpoint {\n"
@@ -124,4 +139,4 @@
  "\n"
  Laurent Pinchart
 
-e24035bd749ec60029bb78231cec34edc9d2f3ba780ab15fe1978cdd94e47a10
+133f3b532d821149819706e6b915fce6c60d5d5530abf74d297693c08ef4cae5

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.