diff for duplicates of <20180508230414.23a2f201@bbrezillon> diff --git a/a/1.txt b/N1/1.txt index 65354fe..f535aba 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,10 +5,10 @@ Rob Herring <robh@kernel.org> wrote: > 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> @@ -44,8 +44,8 @@ Boris > 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 { @@ -60,11 +60,11 @@ Boris > - #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 { @@ -95,7 +95,7 @@ Boris > - #address-cells = <1>; > - #size-cells = <0>; > - -> - port at 0 { +> - port@0 { > - #address-cells = <1>; > - #size-cells = <0>; > - reg = <0>; @@ -111,8 +111,8 @@ Boris > 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 { @@ -123,12 +123,12 @@ Boris > #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 { @@ -146,7 +146,7 @@ Boris > - #address-cells = <1>; > - #size-cells = <0>; > -> - port at 0 { +> - port@0 { > - #address-cells = <1>; > - #size-cells = <0>; > - reg = <0>; @@ -162,8 +162,8 @@ Boris > 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 { @@ -174,11 +174,11 @@ Boris > #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 { @@ -209,7 +209,7 @@ Boris > - #address-cells = <1>; > - #size-cells = <0>; > - -> - port at 0 { +> - port@0 { > - #address-cells = <1>; > - #size-cells = <0>; > - reg = <0>; @@ -228,7 +228,7 @@ Boris > - #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 f132255..b399136 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,11 @@ "ref\020180508135930.5768-1-robh@kernel.org\0" - "From\0boris.brezillon@bootlin.com (Boris Brezillon)\0" - "Subject\0[PATCH] arm: dts: atmel: graph_child_address warning fixes\0" + "From\0Boris Brezillon <boris.brezillon@bootlin.com>\0" + "Subject\0Re: [PATCH] arm: dts: atmel: graph_child_address warning fixes\0" "Date\0Tue, 8 May 2018 23:04:14 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Rob Herring <robh@kernel.org>\0" + "Cc\0devicetree@vger.kernel.org" + Alexandre Belloni <alexandre.belloni@bootlin.com> + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Tue, 8 May 2018 08:59:25 -0500\n" @@ -12,10 +15,10 @@ "> 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" @@ -51,8 +54,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" @@ -67,11 +70,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" @@ -102,7 +105,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" @@ -118,8 +121,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" @@ -130,12 +133,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" @@ -153,7 +156,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" @@ -169,8 +172,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" @@ -181,11 +184,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" @@ -216,7 +219,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" @@ -235,7 +238,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" @@ -244,4 +247,4 @@ "> \t\t\t\t};\n" > -a1f9e04f22f35e9b03679df84d1b2bcc8987043b4735a3d3a73b579ee8d6f6cb +9827a635c026465301d99e0c4859a7d5e24441ba321350eb2a2dad40f40935bb
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.