diff for duplicates of <20180508135930.5768-1-robh@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 63a3fe4..dedc4d5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,10 +2,10 @@ Addresses for graph ports and endpoints are not necessary when there's only a single child. Fix the following warnings removing unnecessary addresses on OF graph nodes: -Warning (graph_child_address): /ahb/apb/hlcdc at f0030000/hlcdc-display-controller: graph node has single child node 'port at 0', #address-cells/#size-cells are not necessary -Warning (graph_child_address): /ahb/apb/hlcdc at f0030000/hlcdc-display-controller/port at 0: graph node has single child node 'endpoint', #address-cells/#size-cells are not necessary -Warning (graph_child_address): /ahb/apb/isi at f0034000/port: graph node has single child node 'endpoint', #address-cells/#size-cells are not necessary -Warning (graph_child_address): /panel/port at 0: graph node has single child node 'endpoint at 0', #address-cells/#size-cells are not necessary +Warning (graph_child_address): /ahb/apb/hlcdc@f0030000/hlcdc-display-controller: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary +Warning (graph_child_address): /ahb/apb/hlcdc@f0030000/hlcdc-display-controller/port@0: graph node has single child node 'endpoint', #address-cells/#size-cells are not necessary +Warning (graph_child_address): /ahb/apb/isi@f0034000/port: graph node has single child node 'endpoint', #address-cells/#size-cells are not necessary +Warning (graph_child_address): /panel/port@0: graph node has single child node 'endpoint@0', #address-cells/#size-cells are not necessary Cc: Nicolas Ferre <nicolas.ferre@microchip.com> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com> @@ -30,8 +30,8 @@ index fe05aaa7ac87..72c3b077fb46 100644 pinctrl-names = "default"; pinctrl-0 = <&pinctrl_lcd_base &pinctrl_lcd_rgb888>; -- port at 0 { -- hlcdc_panel_output: endpoint at 0 { +- port@0 { +- hlcdc_panel_output: endpoint@0 { - reg = <0>; + port { + hlcdc_panel_output: endpoint { @@ -46,11 +46,11 @@ index fe05aaa7ac87..72c3b077fb46 100644 - #size-cells = <0>; status = "okay"; -- port at 0 { +- port@0 { - #address-cells = <1>; - #size-cells = <0>; - -- panel_input: endpoint at 0 { +- panel_input: endpoint@0 { - reg = <0>; + port { + panel_input: endpoint { @@ -81,7 +81,7 @@ index 37cb81f457b5..a071fccb729b 100644 - #address-cells = <1>; - #size-cells = <0>; - -- port at 0 { +- port@0 { - #address-cells = <1>; - #size-cells = <0>; - reg = <0>; @@ -97,8 +97,8 @@ index c43095c5cb5c..eb0c1e11fa4d 100644 pinctrl-names = "default"; pinctrl-0 = <&pinctrl_lcd_base &pinctrl_lcd_rgb888>; -- port at 0 { -- hlcdc_panel_output: endpoint at 0 { +- port@0 { +- hlcdc_panel_output: endpoint@0 { - reg = <0>; + port { + hlcdc_panel_output: endpoint { @@ -109,12 +109,12 @@ index c43095c5cb5c..eb0c1e11fa4d 100644 #size-cells = <0>; status = "okay"; -- port at 0 { +- port@0 { - reg = <0>; - #address-cells = <1>; - #size-cells = <0>; - -- panel_input: endpoint at 0 { +- panel_input: endpoint@0 { - reg = <0>; + port { + panel_input: endpoint { @@ -132,7 +132,7 @@ index 1629db9dd563..e243dff67a67 100644 - #address-cells = <1>; - #size-cells = <0>; -- port at 0 { +- port@0 { - #address-cells = <1>; - #size-cells = <0>; - reg = <0>; @@ -148,8 +148,8 @@ index 34c089fe0bc0..5aea8fd09ad6 100644 pinctrl-names = "default"; pinctrl-0 = <&pinctrl_lcd_base &pinctrl_lcd_rgb888>; -- port at 0 { -- hlcdc_panel_output: endpoint at 0 { +- port@0 { +- hlcdc_panel_output: endpoint@0 { - reg = <0>; + port { + hlcdc_panel_output: endpoint { @@ -160,11 +160,11 @@ index 34c089fe0bc0..5aea8fd09ad6 100644 #size-cells = <0>; status = "disabled"; -- port at 0 { +- port@0 { - #address-cells = <1>; - #size-cells = <0>; - -- panel_input: endpoint at 0 { +- panel_input: endpoint@0 { - reg = <0>; + port { + panel_input: endpoint { @@ -195,7 +195,7 @@ index be7cfefc6c31..2d042d7ec531 100644 - #address-cells = <1>; - #size-cells = <0>; - -- port at 0 { +- port@0 { - #address-cells = <1>; - #size-cells = <0>; - reg = <0>; @@ -214,7 +214,7 @@ index 0cf9beddd556..90d7b64915ec 100644 - #address-cells = <1>; - #size-cells = <0>; - -- port at 0 { +- port@0 { - #address-cells = <1>; - #size-cells = <0>; - reg = <0>; diff --git a/a/content_digest b/N1/content_digest index 5dc7f7c..e43fba0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,19 @@ - "From\0robh@kernel.org (Rob Herring)\0" + "From\0Rob Herring <robh@kernel.org>\0" "Subject\0[PATCH] arm: dts: atmel: graph_child_address warning fixes\0" "Date\0Tue, 8 May 2018 08:59:25 -0500\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0devicetree@vger.kernel.org" + " linux-arm-kernel@lists.infradead.org\0" + "Cc\0Alexandre Belloni <alexandre.belloni@bootlin.com>\0" "\00:1\0" "b\0" "Addresses for graph ports and endpoints are not necessary when\n" "there's only a single child. Fix the following warnings removing\n" "unnecessary addresses on OF graph nodes:\n" "\n" - "Warning (graph_child_address): /ahb/apb/hlcdc at f0030000/hlcdc-display-controller: graph node has single child node 'port at 0', #address-cells/#size-cells are not necessary\n" - "Warning (graph_child_address): /ahb/apb/hlcdc at f0030000/hlcdc-display-controller/port at 0: graph node has single child node 'endpoint', #address-cells/#size-cells are not necessary\n" - "Warning (graph_child_address): /ahb/apb/isi at f0034000/port: graph node has single child node 'endpoint', #address-cells/#size-cells are not necessary\n" - "Warning (graph_child_address): /panel/port at 0: graph node has single child node 'endpoint at 0', #address-cells/#size-cells are not necessary\n" + "Warning (graph_child_address): /ahb/apb/hlcdc@f0030000/hlcdc-display-controller: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary\n" + "Warning (graph_child_address): /ahb/apb/hlcdc@f0030000/hlcdc-display-controller/port@0: graph node has single child node 'endpoint', #address-cells/#size-cells are not necessary\n" + "Warning (graph_child_address): /ahb/apb/isi@f0034000/port: graph node has single child node 'endpoint', #address-cells/#size-cells are not necessary\n" + "Warning (graph_child_address): /panel/port@0: graph node has single child node 'endpoint@0', #address-cells/#size-cells are not necessary\n" "\n" "Cc: Nicolas Ferre <nicolas.ferre@microchip.com>\n" "Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>\n" @@ -36,8 +38,8 @@ " \t\t\t\t\tpinctrl-names = \"default\";\n" " \t\t\t\t\tpinctrl-0 = <&pinctrl_lcd_base &pinctrl_lcd_rgb888>;\n" " \n" - "-\t\t\t\t\tport at 0 {\n" - "-\t\t\t\t\t\thlcdc_panel_output: endpoint at 0 {\n" + "-\t\t\t\t\tport@0 {\n" + "-\t\t\t\t\t\thlcdc_panel_output: endpoint@0 {\n" "-\t\t\t\t\t\t\treg = <0>;\n" "+\t\t\t\t\tport {\n" "+\t\t\t\t\t\thlcdc_panel_output: endpoint {\n" @@ -52,11 +54,11 @@ "-\t\t#size-cells = <0>;\n" " \t\tstatus = \"okay\";\n" " \n" - "-\t\tport at 0 {\n" + "-\t\tport@0 {\n" "-\t\t\t#address-cells = <1>;\n" "-\t\t\t#size-cells = <0>;\n" "-\n" - "-\t\t\tpanel_input: endpoint at 0 {\n" + "-\t\t\tpanel_input: endpoint@0 {\n" "-\t\t\t\treg = <0>;\n" "+\t\tport {\n" "+\t\t\tpanel_input: endpoint {\n" @@ -87,7 +89,7 @@ "-\t\t\t\t\t#address-cells = <1>;\n" "-\t\t\t\t\t#size-cells = <0>;\n" "-\n" - "-\t\t\t\t\tport at 0 {\n" + "-\t\t\t\t\tport@0 {\n" "-\t\t\t\t\t\t#address-cells = <1>;\n" "-\t\t\t\t\t\t#size-cells = <0>;\n" "-\t\t\t\t\t\treg = <0>;\n" @@ -103,8 +105,8 @@ " \t\t\t\t\tpinctrl-names = \"default\";\n" " \t\t\t\t\tpinctrl-0 = <&pinctrl_lcd_base &pinctrl_lcd_rgb888>;\n" " \n" - "-\t\t\t\t\tport at 0 {\n" - "-\t\t\t\t\t\thlcdc_panel_output: endpoint at 0 {\n" + "-\t\t\t\t\tport@0 {\n" + "-\t\t\t\t\t\thlcdc_panel_output: endpoint@0 {\n" "-\t\t\t\t\t\t\treg = <0>;\n" "+\t\t\t\t\tport {\n" "+\t\t\t\t\t\thlcdc_panel_output: endpoint {\n" @@ -115,12 +117,12 @@ " \t\t#size-cells = <0>;\n" " \t\tstatus = \"okay\";\n" " \n" - "-\t\tport at 0 {\n" + "-\t\tport@0 {\n" "-\t\t\treg = <0>;\n" "-\t\t\t#address-cells = <1>;\n" "-\t\t\t#size-cells = <0>;\n" "-\n" - "-\t\t\tpanel_input: endpoint at 0 {\n" + "-\t\t\tpanel_input: endpoint@0 {\n" "-\t\t\t\treg = <0>;\n" "+\t\tport {\n" "+\t\t\tpanel_input: endpoint {\n" @@ -138,7 +140,7 @@ "-\t\t\t\t\t#address-cells = <1>;\n" "-\t\t\t\t\t#size-cells = <0>;\n" " \n" - "-\t\t\t\t\tport at 0 {\n" + "-\t\t\t\t\tport@0 {\n" "-\t\t\t\t\t\t#address-cells = <1>;\n" "-\t\t\t\t\t\t#size-cells = <0>;\n" "-\t\t\t\t\t\treg = <0>;\n" @@ -154,8 +156,8 @@ " \t\t\t\t\tpinctrl-names = \"default\";\n" " \t\t\t\t\tpinctrl-0 = <&pinctrl_lcd_base &pinctrl_lcd_rgb888>;\n" " \n" - "-\t\t\t\t\tport at 0 {\n" - "-\t\t\t\t\t\thlcdc_panel_output: endpoint at 0 {\n" + "-\t\t\t\t\tport@0 {\n" + "-\t\t\t\t\t\thlcdc_panel_output: endpoint@0 {\n" "-\t\t\t\t\t\t\treg = <0>;\n" "+\t\t\t\t\tport {\n" "+\t\t\t\t\t\thlcdc_panel_output: endpoint {\n" @@ -166,11 +168,11 @@ " \t\t#size-cells = <0>;\n" " \t\tstatus = \"disabled\";\n" " \n" - "-\t\tport at 0 {\n" + "-\t\tport@0 {\n" "-\t\t\t#address-cells = <1>;\n" "-\t\t\t#size-cells = <0>;\n" "-\n" - "-\t\t\tpanel_input: endpoint at 0 {\n" + "-\t\t\tpanel_input: endpoint@0 {\n" "-\t\t\t\treg = <0>;\n" "+\t\tport {\n" "+\t\t\tpanel_input: endpoint {\n" @@ -201,7 +203,7 @@ "-\t\t\t\t\t#address-cells = <1>;\n" "-\t\t\t\t\t#size-cells = <0>;\n" "-\n" - "-\t\t\t\t\tport at 0 {\n" + "-\t\t\t\t\tport@0 {\n" "-\t\t\t\t\t\t#address-cells = <1>;\n" "-\t\t\t\t\t\t#size-cells = <0>;\n" "-\t\t\t\t\t\treg = <0>;\n" @@ -220,7 +222,7 @@ "-\t\t\t\t\t#address-cells = <1>;\n" "-\t\t\t\t\t#size-cells = <0>;\n" "-\n" - "-\t\t\t\t\tport at 0 {\n" + "-\t\t\t\t\tport@0 {\n" "-\t\t\t\t\t\t#address-cells = <1>;\n" "-\t\t\t\t\t\t#size-cells = <0>;\n" "-\t\t\t\t\t\treg = <0>;\n" @@ -231,4 +233,4 @@ "-- \n" 2.17.0 -dbd1124296942f524ea5c77221eedff974c01038fc0edfdd3f4a0d506ee744fc +0935d9fff972ca7232d9ba8bff49b4fd2e2c32c9f8749edfa6aaaa7245bc387e
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.