All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1461632973-10487-1-git-send-email-stillcompiling@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index b83432c..f012cb6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,13 +1,13 @@
 When compiled with "W=1", dtc complains: e.g.
 "Warning (unit_address_vs_reg):
-Node /soc/ipu at 02800000/port at 2/endpoint at 0
+Node /soc/ipu@02800000/port@2/endpoint@0
 has a unit name, but no reg property"
 
 Endpoint nodes don't have a reg property, and the addresses
 in their node names are ordinals without any special meaning
 so remove them and swap them for semantic node names.
 
-Signed-off-by: Joshua Clayton <stillcompiling@gmail.com>
+Signed-off-by: Joshua Clayton <stillcompiling-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
 ---
  arch/arm/boot/dts/imx6q.dtsi   | 18 +++++++++---------
  arch/arm/boot/dts/imx6qdl.dtsi | 20 ++++++++++----------
@@ -21,26 +21,26 @@ index cd10c8d..c30c836 100644
  				#size-cells = <0>;
  				reg = <2>;
  
--				ipu2_di0_disp0: endpoint at 0 {
+-				ipu2_di0_disp0: endpoint@0 {
 +				ipu2_di0_disp0: disp0-endpoint {
  				};
  
--				ipu2_di0_hdmi: endpoint at 1 {
+-				ipu2_di0_hdmi: endpoint@1 {
 +				ipu2_di0_hdmi: hdmi-endpoint {
  					remote-endpoint = <&hdmi_mux_2>;
  				};
  
--				ipu2_di0_mipi: endpoint at 2 {
+-				ipu2_di0_mipi: endpoint@2 {
 +				ipu2_di0_mipi: mipi-endpoint {
  					remote-endpoint = <&mipi_mux_2>;
  				};
  
--				ipu2_di0_lvds0: endpoint at 3 {
+-				ipu2_di0_lvds0: endpoint@3 {
 +				ipu2_di0_lvds0: lvds0-endpoint {
  					remote-endpoint = <&lvds0_mux_2>;
  				};
  
--				ipu2_di0_lvds1: endpoint at 4 {
+-				ipu2_di0_lvds1: endpoint@4 {
 +				ipu2_di0_lvds1: lvds1-endpoint {
  					remote-endpoint = <&lvds1_mux_2>;
  				};
@@ -49,22 +49,22 @@ index cd10c8d..c30c836 100644
  				#size-cells = <0>;
  				reg = <3>;
  
--				ipu2_di1_hdmi: endpoint at 1 {
+-				ipu2_di1_hdmi: endpoint@1 {
 +				ipu2_di1_hdmi: hdmi-endpoint {
  					remote-endpoint = <&hdmi_mux_3>;
  				};
  
--				ipu2_di1_mipi: endpoint at 2 {
+-				ipu2_di1_mipi: endpoint@2 {
 +				ipu2_di1_mipi: mipi-endpoint {
  					remote-endpoint = <&mipi_mux_3>;
  				};
  
--				ipu2_di1_lvds0: endpoint at 3 {
+-				ipu2_di1_lvds0: endpoint@3 {
 +				ipu2_di1_lvds0: lvds0-endpoint {
  					remote-endpoint = <&lvds0_mux_3>;
  				};
  
--				ipu2_di1_lvds1: endpoint at 4 {
+-				ipu2_di1_lvds1: endpoint@4 {
 +				ipu2_di1_lvds1: lvds1-endpoint {
  					remote-endpoint = <&lvds1_mux_3>;
  				};
@@ -77,26 +77,26 @@ index b42822a..294afa7 100644
  				#size-cells = <0>;
  				reg = <2>;
  
--				ipu1_di0_disp0: endpoint at 0 {
+-				ipu1_di0_disp0: endpoint@0 {
 +				ipu1_di0_disp0: disp0-endpoint {
  				};
  
--				ipu1_di0_hdmi: endpoint at 1 {
+-				ipu1_di0_hdmi: endpoint@1 {
 +				ipu1_di0_hdmi: hdmi-endpoint {
  					remote-endpoint = <&hdmi_mux_0>;
  				};
  
--				ipu1_di0_mipi: endpoint at 2 {
+-				ipu1_di0_mipi: endpoint@2 {
 +				ipu1_di0_mipi: mipi-endpoint {
  					remote-endpoint = <&mipi_mux_0>;
  				};
  
--				ipu1_di0_lvds0: endpoint at 3 {
+-				ipu1_di0_lvds0: endpoint@3 {
 +				ipu1_di0_lvds0: lvds0-endpoint {
  					remote-endpoint = <&lvds0_mux_0>;
  				};
  
--				ipu1_di0_lvds1: endpoint at 4 {
+-				ipu1_di0_lvds1: endpoint@4 {
 +				ipu1_di0_lvds1: lvds1-endpoint {
  					remote-endpoint = <&lvds1_mux_0>;
  				};
@@ -105,29 +105,34 @@ index b42822a..294afa7 100644
  				#size-cells = <0>;
  				reg = <3>;
  
--				ipu1_di0_disp1: endpoint at 0 {
+-				ipu1_di0_disp1: endpoint@0 {
 +				ipu1_di0_disp1: disp1-endpoint {
  				};
  
--				ipu1_di1_hdmi: endpoint at 1 {
+-				ipu1_di1_hdmi: endpoint@1 {
 +				ipu1_di1_hdmi: hdmi-endpoint {
  					remote-endpoint = <&hdmi_mux_1>;
  				};
  
--				ipu1_di1_mipi: endpoint at 2 {
+-				ipu1_di1_mipi: endpoint@2 {
 +				ipu1_di1_mipi: mipi-endpoint {
  					remote-endpoint = <&mipi_mux_1>;
  				};
  
--				ipu1_di1_lvds0: endpoint at 3 {
+-				ipu1_di1_lvds0: endpoint@3 {
 +				ipu1_di1_lvds0: lvds0-endpoint {
  					remote-endpoint = <&lvds0_mux_1>;
  				};
  
--				ipu1_di1_lvds1: endpoint at 4 {
+-				ipu1_di1_lvds1: endpoint@4 {
 +				ipu1_di1_lvds1: lvds1-endpoint {
  					remote-endpoint = <&lvds1_mux_1>;
  				};
  			};
 -- 
 2.8.1
+
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 571e079..f15219d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,19 +1,30 @@
- "From\0stillcompiling@gmail.com (Joshua Clayton)\0"
+ "From\0Joshua Clayton <stillcompiling-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
  "Subject\0[PATCH] ARM: dts: imx6: fix dtc warnings for ipu endpoints\0"
  "Date\0Mon, 25 Apr 2016 18:09:33 -0700\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>"
+ " Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\0"
+ "Cc\0Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>"
+  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+  Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>
+  Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
+  Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " Joshua Clayton <stillcompiling-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "When compiled with \"W=1\", dtc complains: e.g.\n"
  "\"Warning (unit_address_vs_reg):\n"
- "Node /soc/ipu at 02800000/port at 2/endpoint at 0\n"
+ "Node /soc/ipu@02800000/port@2/endpoint@0\n"
  "has a unit name, but no reg property\"\n"
  "\n"
  "Endpoint nodes don't have a reg property, and the addresses\n"
  "in their node names are ordinals without any special meaning\n"
  "so remove them and swap them for semantic node names.\n"
  "\n"
- "Signed-off-by: Joshua Clayton <stillcompiling@gmail.com>\n"
+ "Signed-off-by: Joshua Clayton <stillcompiling-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
  "---\n"
  " arch/arm/boot/dts/imx6q.dtsi   | 18 +++++++++---------\n"
  " arch/arm/boot/dts/imx6qdl.dtsi | 20 ++++++++++----------\n"
@@ -27,26 +38,26 @@
  " \t\t\t\t#size-cells = <0>;\n"
  " \t\t\t\treg = <2>;\n"
  " \n"
- "-\t\t\t\tipu2_di0_disp0: endpoint at 0 {\n"
+ "-\t\t\t\tipu2_di0_disp0: endpoint@0 {\n"
  "+\t\t\t\tipu2_di0_disp0: disp0-endpoint {\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu2_di0_hdmi: endpoint at 1 {\n"
+ "-\t\t\t\tipu2_di0_hdmi: endpoint@1 {\n"
  "+\t\t\t\tipu2_di0_hdmi: hdmi-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&hdmi_mux_2>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu2_di0_mipi: endpoint at 2 {\n"
+ "-\t\t\t\tipu2_di0_mipi: endpoint@2 {\n"
  "+\t\t\t\tipu2_di0_mipi: mipi-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&mipi_mux_2>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu2_di0_lvds0: endpoint at 3 {\n"
+ "-\t\t\t\tipu2_di0_lvds0: endpoint@3 {\n"
  "+\t\t\t\tipu2_di0_lvds0: lvds0-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&lvds0_mux_2>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu2_di0_lvds1: endpoint at 4 {\n"
+ "-\t\t\t\tipu2_di0_lvds1: endpoint@4 {\n"
  "+\t\t\t\tipu2_di0_lvds1: lvds1-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&lvds1_mux_2>;\n"
  " \t\t\t\t};\n"
@@ -55,22 +66,22 @@
  " \t\t\t\t#size-cells = <0>;\n"
  " \t\t\t\treg = <3>;\n"
  " \n"
- "-\t\t\t\tipu2_di1_hdmi: endpoint at 1 {\n"
+ "-\t\t\t\tipu2_di1_hdmi: endpoint@1 {\n"
  "+\t\t\t\tipu2_di1_hdmi: hdmi-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&hdmi_mux_3>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu2_di1_mipi: endpoint at 2 {\n"
+ "-\t\t\t\tipu2_di1_mipi: endpoint@2 {\n"
  "+\t\t\t\tipu2_di1_mipi: mipi-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&mipi_mux_3>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu2_di1_lvds0: endpoint at 3 {\n"
+ "-\t\t\t\tipu2_di1_lvds0: endpoint@3 {\n"
  "+\t\t\t\tipu2_di1_lvds0: lvds0-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&lvds0_mux_3>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu2_di1_lvds1: endpoint at 4 {\n"
+ "-\t\t\t\tipu2_di1_lvds1: endpoint@4 {\n"
  "+\t\t\t\tipu2_di1_lvds1: lvds1-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&lvds1_mux_3>;\n"
  " \t\t\t\t};\n"
@@ -83,26 +94,26 @@
  " \t\t\t\t#size-cells = <0>;\n"
  " \t\t\t\treg = <2>;\n"
  " \n"
- "-\t\t\t\tipu1_di0_disp0: endpoint at 0 {\n"
+ "-\t\t\t\tipu1_di0_disp0: endpoint@0 {\n"
  "+\t\t\t\tipu1_di0_disp0: disp0-endpoint {\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu1_di0_hdmi: endpoint at 1 {\n"
+ "-\t\t\t\tipu1_di0_hdmi: endpoint@1 {\n"
  "+\t\t\t\tipu1_di0_hdmi: hdmi-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&hdmi_mux_0>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu1_di0_mipi: endpoint at 2 {\n"
+ "-\t\t\t\tipu1_di0_mipi: endpoint@2 {\n"
  "+\t\t\t\tipu1_di0_mipi: mipi-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&mipi_mux_0>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu1_di0_lvds0: endpoint at 3 {\n"
+ "-\t\t\t\tipu1_di0_lvds0: endpoint@3 {\n"
  "+\t\t\t\tipu1_di0_lvds0: lvds0-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&lvds0_mux_0>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu1_di0_lvds1: endpoint at 4 {\n"
+ "-\t\t\t\tipu1_di0_lvds1: endpoint@4 {\n"
  "+\t\t\t\tipu1_di0_lvds1: lvds1-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&lvds1_mux_0>;\n"
  " \t\t\t\t};\n"
@@ -111,31 +122,36 @@
  " \t\t\t\t#size-cells = <0>;\n"
  " \t\t\t\treg = <3>;\n"
  " \n"
- "-\t\t\t\tipu1_di0_disp1: endpoint at 0 {\n"
+ "-\t\t\t\tipu1_di0_disp1: endpoint@0 {\n"
  "+\t\t\t\tipu1_di0_disp1: disp1-endpoint {\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu1_di1_hdmi: endpoint at 1 {\n"
+ "-\t\t\t\tipu1_di1_hdmi: endpoint@1 {\n"
  "+\t\t\t\tipu1_di1_hdmi: hdmi-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&hdmi_mux_1>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu1_di1_mipi: endpoint at 2 {\n"
+ "-\t\t\t\tipu1_di1_mipi: endpoint@2 {\n"
  "+\t\t\t\tipu1_di1_mipi: mipi-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&mipi_mux_1>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu1_di1_lvds0: endpoint at 3 {\n"
+ "-\t\t\t\tipu1_di1_lvds0: endpoint@3 {\n"
  "+\t\t\t\tipu1_di1_lvds0: lvds0-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&lvds0_mux_1>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu1_di1_lvds1: endpoint at 4 {\n"
+ "-\t\t\t\tipu1_di1_lvds1: endpoint@4 {\n"
  "+\t\t\t\tipu1_di1_lvds1: lvds1-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&lvds1_mux_1>;\n"
  " \t\t\t\t};\n"
  " \t\t\t};\n"
  "-- \n"
- 2.8.1
+ "2.8.1\n"
+ "\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-e0c3326b63373c00fa12d879d093068bb45ff7fd4b6776a26b10b52b76c9fa46
+28d98a7a960310479db91a3399213fec4807cd0785d29e27521234055eb78bb0

diff --git a/a/1.txt b/N2/1.txt
index b83432c..809e229 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,6 +1,6 @@
 When compiled with "W=1", dtc complains: e.g.
 "Warning (unit_address_vs_reg):
-Node /soc/ipu at 02800000/port at 2/endpoint at 0
+Node /soc/ipu@02800000/port@2/endpoint@0
 has a unit name, but no reg property"
 
 Endpoint nodes don't have a reg property, and the addresses
@@ -21,26 +21,26 @@ index cd10c8d..c30c836 100644
  				#size-cells = <0>;
  				reg = <2>;
  
--				ipu2_di0_disp0: endpoint at 0 {
+-				ipu2_di0_disp0: endpoint@0 {
 +				ipu2_di0_disp0: disp0-endpoint {
  				};
  
--				ipu2_di0_hdmi: endpoint at 1 {
+-				ipu2_di0_hdmi: endpoint@1 {
 +				ipu2_di0_hdmi: hdmi-endpoint {
  					remote-endpoint = <&hdmi_mux_2>;
  				};
  
--				ipu2_di0_mipi: endpoint at 2 {
+-				ipu2_di0_mipi: endpoint@2 {
 +				ipu2_di0_mipi: mipi-endpoint {
  					remote-endpoint = <&mipi_mux_2>;
  				};
  
--				ipu2_di0_lvds0: endpoint at 3 {
+-				ipu2_di0_lvds0: endpoint@3 {
 +				ipu2_di0_lvds0: lvds0-endpoint {
  					remote-endpoint = <&lvds0_mux_2>;
  				};
  
--				ipu2_di0_lvds1: endpoint at 4 {
+-				ipu2_di0_lvds1: endpoint@4 {
 +				ipu2_di0_lvds1: lvds1-endpoint {
  					remote-endpoint = <&lvds1_mux_2>;
  				};
@@ -49,22 +49,22 @@ index cd10c8d..c30c836 100644
  				#size-cells = <0>;
  				reg = <3>;
  
--				ipu2_di1_hdmi: endpoint at 1 {
+-				ipu2_di1_hdmi: endpoint@1 {
 +				ipu2_di1_hdmi: hdmi-endpoint {
  					remote-endpoint = <&hdmi_mux_3>;
  				};
  
--				ipu2_di1_mipi: endpoint at 2 {
+-				ipu2_di1_mipi: endpoint@2 {
 +				ipu2_di1_mipi: mipi-endpoint {
  					remote-endpoint = <&mipi_mux_3>;
  				};
  
--				ipu2_di1_lvds0: endpoint at 3 {
+-				ipu2_di1_lvds0: endpoint@3 {
 +				ipu2_di1_lvds0: lvds0-endpoint {
  					remote-endpoint = <&lvds0_mux_3>;
  				};
  
--				ipu2_di1_lvds1: endpoint at 4 {
+-				ipu2_di1_lvds1: endpoint@4 {
 +				ipu2_di1_lvds1: lvds1-endpoint {
  					remote-endpoint = <&lvds1_mux_3>;
  				};
@@ -77,26 +77,26 @@ index b42822a..294afa7 100644
  				#size-cells = <0>;
  				reg = <2>;
  
--				ipu1_di0_disp0: endpoint at 0 {
+-				ipu1_di0_disp0: endpoint@0 {
 +				ipu1_di0_disp0: disp0-endpoint {
  				};
  
--				ipu1_di0_hdmi: endpoint at 1 {
+-				ipu1_di0_hdmi: endpoint@1 {
 +				ipu1_di0_hdmi: hdmi-endpoint {
  					remote-endpoint = <&hdmi_mux_0>;
  				};
  
--				ipu1_di0_mipi: endpoint at 2 {
+-				ipu1_di0_mipi: endpoint@2 {
 +				ipu1_di0_mipi: mipi-endpoint {
  					remote-endpoint = <&mipi_mux_0>;
  				};
  
--				ipu1_di0_lvds0: endpoint at 3 {
+-				ipu1_di0_lvds0: endpoint@3 {
 +				ipu1_di0_lvds0: lvds0-endpoint {
  					remote-endpoint = <&lvds0_mux_0>;
  				};
  
--				ipu1_di0_lvds1: endpoint at 4 {
+-				ipu1_di0_lvds1: endpoint@4 {
 +				ipu1_di0_lvds1: lvds1-endpoint {
  					remote-endpoint = <&lvds1_mux_0>;
  				};
@@ -105,26 +105,26 @@ index b42822a..294afa7 100644
  				#size-cells = <0>;
  				reg = <3>;
  
--				ipu1_di0_disp1: endpoint at 0 {
+-				ipu1_di0_disp1: endpoint@0 {
 +				ipu1_di0_disp1: disp1-endpoint {
  				};
  
--				ipu1_di1_hdmi: endpoint at 1 {
+-				ipu1_di1_hdmi: endpoint@1 {
 +				ipu1_di1_hdmi: hdmi-endpoint {
  					remote-endpoint = <&hdmi_mux_1>;
  				};
  
--				ipu1_di1_mipi: endpoint at 2 {
+-				ipu1_di1_mipi: endpoint@2 {
 +				ipu1_di1_mipi: mipi-endpoint {
  					remote-endpoint = <&mipi_mux_1>;
  				};
  
--				ipu1_di1_lvds0: endpoint at 3 {
+-				ipu1_di1_lvds0: endpoint@3 {
 +				ipu1_di1_lvds0: lvds0-endpoint {
  					remote-endpoint = <&lvds0_mux_1>;
  				};
  
--				ipu1_di1_lvds1: endpoint at 4 {
+-				ipu1_di1_lvds1: endpoint@4 {
 +				ipu1_di1_lvds1: lvds1-endpoint {
  					remote-endpoint = <&lvds1_mux_1>;
  				};
diff --git a/a/content_digest b/N2/content_digest
index 571e079..e3396b5 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,12 +1,23 @@
- "From\0stillcompiling@gmail.com (Joshua Clayton)\0"
+ "From\0Joshua Clayton <stillcompiling@gmail.com>\0"
  "Subject\0[PATCH] ARM: dts: imx6: fix dtc warnings for ipu endpoints\0"
  "Date\0Mon, 25 Apr 2016 18:09:33 -0700\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Shawn Guo <shawnguo@kernel.org>"
+ " Sascha Hauer <kernel@pengutronix.de>\0"
+ "Cc\0Rob Herring <robh+dt@kernel.org>"
+  Pawel Moll <pawel.moll@arm.com>
+  Mark Rutland <mark.rutland@arm.com>
+  Ian Campbell <ijc+devicetree@hellion.org.uk>
+  Kumar Gala <galak@codeaurora.org>
+  Russell King <linux@arm.linux.org.uk>
+  linux-arm-kernel@lists.infradead.org
+  devicetree@vger.kernel.org
+  linux-kernel@vger.kernel.org
+ " Joshua Clayton <stillcompiling@gmail.com>\0"
  "\00:1\0"
  "b\0"
  "When compiled with \"W=1\", dtc complains: e.g.\n"
  "\"Warning (unit_address_vs_reg):\n"
- "Node /soc/ipu at 02800000/port at 2/endpoint at 0\n"
+ "Node /soc/ipu@02800000/port@2/endpoint@0\n"
  "has a unit name, but no reg property\"\n"
  "\n"
  "Endpoint nodes don't have a reg property, and the addresses\n"
@@ -27,26 +38,26 @@
  " \t\t\t\t#size-cells = <0>;\n"
  " \t\t\t\treg = <2>;\n"
  " \n"
- "-\t\t\t\tipu2_di0_disp0: endpoint at 0 {\n"
+ "-\t\t\t\tipu2_di0_disp0: endpoint@0 {\n"
  "+\t\t\t\tipu2_di0_disp0: disp0-endpoint {\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu2_di0_hdmi: endpoint at 1 {\n"
+ "-\t\t\t\tipu2_di0_hdmi: endpoint@1 {\n"
  "+\t\t\t\tipu2_di0_hdmi: hdmi-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&hdmi_mux_2>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu2_di0_mipi: endpoint at 2 {\n"
+ "-\t\t\t\tipu2_di0_mipi: endpoint@2 {\n"
  "+\t\t\t\tipu2_di0_mipi: mipi-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&mipi_mux_2>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu2_di0_lvds0: endpoint at 3 {\n"
+ "-\t\t\t\tipu2_di0_lvds0: endpoint@3 {\n"
  "+\t\t\t\tipu2_di0_lvds0: lvds0-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&lvds0_mux_2>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu2_di0_lvds1: endpoint at 4 {\n"
+ "-\t\t\t\tipu2_di0_lvds1: endpoint@4 {\n"
  "+\t\t\t\tipu2_di0_lvds1: lvds1-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&lvds1_mux_2>;\n"
  " \t\t\t\t};\n"
@@ -55,22 +66,22 @@
  " \t\t\t\t#size-cells = <0>;\n"
  " \t\t\t\treg = <3>;\n"
  " \n"
- "-\t\t\t\tipu2_di1_hdmi: endpoint at 1 {\n"
+ "-\t\t\t\tipu2_di1_hdmi: endpoint@1 {\n"
  "+\t\t\t\tipu2_di1_hdmi: hdmi-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&hdmi_mux_3>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu2_di1_mipi: endpoint at 2 {\n"
+ "-\t\t\t\tipu2_di1_mipi: endpoint@2 {\n"
  "+\t\t\t\tipu2_di1_mipi: mipi-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&mipi_mux_3>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu2_di1_lvds0: endpoint at 3 {\n"
+ "-\t\t\t\tipu2_di1_lvds0: endpoint@3 {\n"
  "+\t\t\t\tipu2_di1_lvds0: lvds0-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&lvds0_mux_3>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu2_di1_lvds1: endpoint at 4 {\n"
+ "-\t\t\t\tipu2_di1_lvds1: endpoint@4 {\n"
  "+\t\t\t\tipu2_di1_lvds1: lvds1-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&lvds1_mux_3>;\n"
  " \t\t\t\t};\n"
@@ -83,26 +94,26 @@
  " \t\t\t\t#size-cells = <0>;\n"
  " \t\t\t\treg = <2>;\n"
  " \n"
- "-\t\t\t\tipu1_di0_disp0: endpoint at 0 {\n"
+ "-\t\t\t\tipu1_di0_disp0: endpoint@0 {\n"
  "+\t\t\t\tipu1_di0_disp0: disp0-endpoint {\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu1_di0_hdmi: endpoint at 1 {\n"
+ "-\t\t\t\tipu1_di0_hdmi: endpoint@1 {\n"
  "+\t\t\t\tipu1_di0_hdmi: hdmi-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&hdmi_mux_0>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu1_di0_mipi: endpoint at 2 {\n"
+ "-\t\t\t\tipu1_di0_mipi: endpoint@2 {\n"
  "+\t\t\t\tipu1_di0_mipi: mipi-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&mipi_mux_0>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu1_di0_lvds0: endpoint at 3 {\n"
+ "-\t\t\t\tipu1_di0_lvds0: endpoint@3 {\n"
  "+\t\t\t\tipu1_di0_lvds0: lvds0-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&lvds0_mux_0>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu1_di0_lvds1: endpoint at 4 {\n"
+ "-\t\t\t\tipu1_di0_lvds1: endpoint@4 {\n"
  "+\t\t\t\tipu1_di0_lvds1: lvds1-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&lvds1_mux_0>;\n"
  " \t\t\t\t};\n"
@@ -111,26 +122,26 @@
  " \t\t\t\t#size-cells = <0>;\n"
  " \t\t\t\treg = <3>;\n"
  " \n"
- "-\t\t\t\tipu1_di0_disp1: endpoint at 0 {\n"
+ "-\t\t\t\tipu1_di0_disp1: endpoint@0 {\n"
  "+\t\t\t\tipu1_di0_disp1: disp1-endpoint {\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu1_di1_hdmi: endpoint at 1 {\n"
+ "-\t\t\t\tipu1_di1_hdmi: endpoint@1 {\n"
  "+\t\t\t\tipu1_di1_hdmi: hdmi-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&hdmi_mux_1>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu1_di1_mipi: endpoint at 2 {\n"
+ "-\t\t\t\tipu1_di1_mipi: endpoint@2 {\n"
  "+\t\t\t\tipu1_di1_mipi: mipi-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&mipi_mux_1>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu1_di1_lvds0: endpoint at 3 {\n"
+ "-\t\t\t\tipu1_di1_lvds0: endpoint@3 {\n"
  "+\t\t\t\tipu1_di1_lvds0: lvds0-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&lvds0_mux_1>;\n"
  " \t\t\t\t};\n"
  " \n"
- "-\t\t\t\tipu1_di1_lvds1: endpoint at 4 {\n"
+ "-\t\t\t\tipu1_di1_lvds1: endpoint@4 {\n"
  "+\t\t\t\tipu1_di1_lvds1: lvds1-endpoint {\n"
  " \t\t\t\t\tremote-endpoint = <&lvds1_mux_1>;\n"
  " \t\t\t\t};\n"
@@ -138,4 +149,4 @@
  "-- \n"
  2.8.1
 
-e0c3326b63373c00fa12d879d093068bb45ff7fd4b6776a26b10b52b76c9fa46
+98bd6a7683c514fa676473548e770315e4665f4ec08df28152ed4434e6f339ac

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.