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

diff --git a/a/content_digest b/N1/content_digest
index 0c976b8..afdea8d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0"
  "Subject\0[PATCH 2/4] ARM64: dts: meson-gx: Add Graphic Controller nodes\0"
  "Date\0Tue, 29 Nov 2016 21:16:17 +0200\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Neil,\n"
@@ -209,4 +209,4 @@
  "\n"
  Laurent Pinchart
 
-7fb51d2b286c462603f73434eaacd67652ff05bbe754054ae0728c3912772610
+ae3403a347966d918bac969a9bb8a46fc800ff3f34e239c4dab0b4a9f326aaa1

diff --git a/a/1.txt b/N2/1.txt
index 1b570ea..d211d0b 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -37,7 +37,7 @@ Still no registers here ?
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +
-> +			venc_cvbs_in: port at 0 {
+> +			venc_cvbs_in: port@0 {
 
 Nitpicking, you don't need a label here as ports are never referenced by 
 phandle. Same for the vpu node below.
@@ -46,7 +46,7 @@ phandle. Same for the vpu node below.
 > +				 #size-cells = <0>;
 > +				 reg = <0>;
 > +
-> +				 venc_cvbs_in_vpu: endpoint at 0 {
+> +				 venc_cvbs_in_vpu: endpoint@0 {
 > +					 reg = <0>;
 
 And there's no requirement to number the endpoint if there's a single one of 
@@ -67,7 +67,7 @@ them (but it's not forbidden either).
 >  			};
 >  		};
 > +
-> +		vpu: vpu at d0100000 {
+> +		vpu: vpu@d0100000 {
 > +			compatible = "amlogic,meson-gx-vpu";
 > +			reg = <0x0 0xd0100000 0x0 0x100000>,
 > +			      <0x0 0xc883c000 0x0 0x1000>,
@@ -79,12 +79,12 @@ them (but it's not forbidden either).
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				vpu_out: port at 1 {
+> +				vpu_out: port@1 {
 > +					#address-cells = <1>;
 > +					#size-cells = <0>;
 > +					reg = <1>;
 > +
-> +					vpu_out_venc_cvbs: endpoint at 0 {
+> +					vpu_out_venc_cvbs: endpoint@0 {
 > +						reg = <0>;
 > +						remote-endpoint = 
 <&venc_cvbs_in_vpu>;
@@ -200,3 +200,8 @@ them (but it's not forbidden either).
 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/N2/content_digest
index 0c976b8..237654c 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,9 +1,19 @@
  "ref\01480416469-9655-1-git-send-email-narmstrong@baylibre.com\0"
  "ref\01480416469-9655-3-git-send-email-narmstrong@baylibre.com\0"
- "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0"
- "Subject\0[PATCH 2/4] ARM64: dts: meson-gx: Add Graphic Controller nodes\0"
+ "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
+ "Subject\0Re: [PATCH 2/4] ARM64: dts: meson-gx: Add Graphic Controller nodes\0"
  "Date\0Tue, 29 Nov 2016 21:16:17 +0200\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0Neil Armstrong <narmstrong@baylibre.com>\0"
+ "Cc\0devicetree@vger.kernel.org"
+  Xing.Xu@amlogic.com
+  victor.wan@amlogic.com
+  khilman@baylibre.com
+  linux-kernel@vger.kernel.org
+  dri-devel@lists.freedesktop.org
+  jerry.cao@amlogic.com
+  carlo@caione.org
+  linux-amlogic@lists.infradead.org
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Neil,\n"
@@ -45,7 +55,7 @@
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\tvenc_cvbs_in: port at 0 {\n"
+ "> +\t\t\tvenc_cvbs_in: port@0 {\n"
  "\n"
  "Nitpicking, you don't need a label here as ports are never referenced by \n"
  "phandle. Same for the vpu node below.\n"
@@ -54,7 +64,7 @@
  "> +\t\t\t\t #size-cells = <0>;\n"
  "> +\t\t\t\t reg = <0>;\n"
  "> +\n"
- "> +\t\t\t\t venc_cvbs_in_vpu: endpoint at 0 {\n"
+ "> +\t\t\t\t venc_cvbs_in_vpu: endpoint@0 {\n"
  "> +\t\t\t\t\t reg = <0>;\n"
  "\n"
  "And there's no requirement to number the endpoint if there's a single one of \n"
@@ -75,7 +85,7 @@
  ">  \t\t\t};\n"
  ">  \t\t};\n"
  "> +\n"
- "> +\t\tvpu: vpu at d0100000 {\n"
+ "> +\t\tvpu: vpu@d0100000 {\n"
  "> +\t\t\tcompatible = \"amlogic,meson-gx-vpu\";\n"
  "> +\t\t\treg = <0x0 0xd0100000 0x0 0x100000>,\n"
  "> +\t\t\t      <0x0 0xc883c000 0x0 0x1000>,\n"
@@ -87,12 +97,12 @@
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tvpu_out: port at 1 {\n"
+ "> +\t\t\t\tvpu_out: port@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"
  "> +\n"
- "> +\t\t\t\t\tvpu_out_venc_cvbs: endpoint at 0 {\n"
+ "> +\t\t\t\t\tvpu_out_venc_cvbs: endpoint@0 {\n"
  "> +\t\t\t\t\t\treg = <0>;\n"
  "> +\t\t\t\t\t\tremote-endpoint = \n"
  "<&venc_cvbs_in_vpu>;\n"
@@ -207,6 +217,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
 
-7fb51d2b286c462603f73434eaacd67652ff05bbe754054ae0728c3912772610
+1d2dc0752b080d7e235231400f90643ee13eea575a7d074fddb9fc81665b394a

diff --git a/a/1.txt b/N3/1.txt
index 1b570ea..c49335f 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -37,7 +37,7 @@ Still no registers here ?
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +
-> +			venc_cvbs_in: port at 0 {
+> +			venc_cvbs_in: port@0 {
 
 Nitpicking, you don't need a label here as ports are never referenced by 
 phandle. Same for the vpu node below.
@@ -46,7 +46,7 @@ phandle. Same for the vpu node below.
 > +				 #size-cells = <0>;
 > +				 reg = <0>;
 > +
-> +				 venc_cvbs_in_vpu: endpoint at 0 {
+> +				 venc_cvbs_in_vpu: endpoint@0 {
 > +					 reg = <0>;
 
 And there's no requirement to number the endpoint if there's a single one of 
@@ -67,7 +67,7 @@ them (but it's not forbidden either).
 >  			};
 >  		};
 > +
-> +		vpu: vpu at d0100000 {
+> +		vpu: vpu@d0100000 {
 > +			compatible = "amlogic,meson-gx-vpu";
 > +			reg = <0x0 0xd0100000 0x0 0x100000>,
 > +			      <0x0 0xc883c000 0x0 0x1000>,
@@ -79,12 +79,12 @@ them (but it's not forbidden either).
 > +				#address-cells = <1>;
 > +				#size-cells = <0>;
 > +
-> +				vpu_out: port at 1 {
+> +				vpu_out: port@1 {
 > +					#address-cells = <1>;
 > +					#size-cells = <0>;
 > +					reg = <1>;
 > +
-> +					vpu_out_venc_cvbs: endpoint at 0 {
+> +					vpu_out_venc_cvbs: endpoint@0 {
 > +						reg = <0>;
 > +						remote-endpoint = 
 <&venc_cvbs_in_vpu>;
diff --git a/a/content_digest b/N3/content_digest
index 0c976b8..a511c0d 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,9 +1,21 @@
  "ref\01480416469-9655-1-git-send-email-narmstrong@baylibre.com\0"
  "ref\01480416469-9655-3-git-send-email-narmstrong@baylibre.com\0"
- "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0"
- "Subject\0[PATCH 2/4] ARM64: dts: meson-gx: Add Graphic Controller nodes\0"
+ "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0"
+ "Subject\0Re: [PATCH 2/4] ARM64: dts: meson-gx: Add Graphic Controller nodes\0"
  "Date\0Tue, 29 Nov 2016 21:16:17 +0200\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0Neil Armstrong <narmstrong@baylibre.com>\0"
+ "Cc\0airlied@linux.ie"
+  khilman@baylibre.com
+  carlo@caione.org
+  dri-devel@lists.freedesktop.org
+  linux-amlogic@lists.infradead.org
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org
+  victor.wan@amlogic.com
+  jerry.cao@amlogic.com
+  Xing.Xu@amlogic.com
+  devicetree@vger.kernel.org
+ " daniel@ffwll.ch\0"
  "\00:1\0"
  "b\0"
  "Hi Neil,\n"
@@ -45,7 +57,7 @@
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\tvenc_cvbs_in: port at 0 {\n"
+ "> +\t\t\tvenc_cvbs_in: port@0 {\n"
  "\n"
  "Nitpicking, you don't need a label here as ports are never referenced by \n"
  "phandle. Same for the vpu node below.\n"
@@ -54,7 +66,7 @@
  "> +\t\t\t\t #size-cells = <0>;\n"
  "> +\t\t\t\t reg = <0>;\n"
  "> +\n"
- "> +\t\t\t\t venc_cvbs_in_vpu: endpoint at 0 {\n"
+ "> +\t\t\t\t venc_cvbs_in_vpu: endpoint@0 {\n"
  "> +\t\t\t\t\t reg = <0>;\n"
  "\n"
  "And there's no requirement to number the endpoint if there's a single one of \n"
@@ -75,7 +87,7 @@
  ">  \t\t\t};\n"
  ">  \t\t};\n"
  "> +\n"
- "> +\t\tvpu: vpu at d0100000 {\n"
+ "> +\t\tvpu: vpu@d0100000 {\n"
  "> +\t\t\tcompatible = \"amlogic,meson-gx-vpu\";\n"
  "> +\t\t\treg = <0x0 0xd0100000 0x0 0x100000>,\n"
  "> +\t\t\t      <0x0 0xc883c000 0x0 0x1000>,\n"
@@ -87,12 +99,12 @@
  "> +\t\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\t\tvpu_out: port at 1 {\n"
+ "> +\t\t\t\tvpu_out: port@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"
  "> +\n"
- "> +\t\t\t\t\tvpu_out_venc_cvbs: endpoint at 0 {\n"
+ "> +\t\t\t\t\tvpu_out_venc_cvbs: endpoint@0 {\n"
  "> +\t\t\t\t\t\treg = <0>;\n"
  "> +\t\t\t\t\t\tremote-endpoint = \n"
  "<&venc_cvbs_in_vpu>;\n"
@@ -209,4 +221,4 @@
  "\n"
  Laurent Pinchart
 
-7fb51d2b286c462603f73434eaacd67652ff05bbe754054ae0728c3912772610
+4c25180171c11b5c5de7fcec7c8d516419a05054ba4336fe5c01c79781537df9

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.