* [PATCH] arm: boot: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes @ 2017-06-27 12:15 surenderp-fINqtvHxh+hg9hUCZPvPmw [not found] ` <1498565735-8208-1-git-send-email-surenderp-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: surenderp-fINqtvHxh+hg9hUCZPvPmw @ 2017-06-27 12:15 UTC (permalink / raw) To: jesper.nilsson-VrBV9hrLPhE, lars.persson-VrBV9hrLPhE, niklas.cassel-VrBV9hrLPhE, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, linux-I+IVW8TIWO2tmTQ+vhA3Yw Cc: linux-arm-kernel-VrBV9hrLPhE, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, sunil.m-fINqtvHxh+hg9hUCZPvPmw, Surender Polsani From: Surender Polsani <surenderp-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org> "interrupt-parent" property is declared in root node, so it is global to all nodes. This property is re-declared in few sub-nodes. To avoid duplication this property is removed from following sub-nodes: pmu, amba@0, amba@0/ethernet. Signed-off-by: Surender Polsani <surenderp-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org> --- arch/arm/boot/dts/artpec6.dtsi | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/boot/dts/artpec6.dtsi b/arch/arm/boot/dts/artpec6.dtsi index 767cbe8..2ed1177 100644 --- a/arch/arm/boot/dts/artpec6.dtsi +++ b/arch/arm/boot/dts/artpec6.dtsi @@ -151,7 +151,6 @@ interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>; interrupt-affinity = <&cpu0>, <&cpu1>; - interrupt-parent = <&intc>; }; pcie: pcie@f8050000 { @@ -185,7 +184,6 @@ compatible = "simple-bus"; #address-cells = <0x1>; #size-cells = <0x1>; - interrupt-parent = <&intc>; ranges; dma-ranges = <0x80000000 0x00000000 0x40000000>; dma-coherent; @@ -195,7 +193,6 @@ clocks = <ð_phy_ref_clk>, <&clkctrl ARTPEC6_CLK_ETH_ACLK>; compatible = "snps,dwc-qos-ethernet-4.10"; - interrupt-parent = <&intc>; interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>; reg = <0xf8010000 0x4000>; -- 1.9.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 ^ permalink raw reply related [flat|nested] 6+ messages in thread
[parent not found: <1498565735-8208-1-git-send-email-surenderp-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org>]
* Re: [PATCH] arm: boot: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes [not found] ` <1498565735-8208-1-git-send-email-surenderp-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org> @ 2017-06-27 12:27 ` Niklas Cassel [not found] ` <d582c742-4bf9-c658-d105-572d180222a4-VrBV9hrLPhE@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: Niklas Cassel @ 2017-06-27 12:27 UTC (permalink / raw) To: surenderp-fINqtvHxh+hg9hUCZPvPmw, jespern-VrBV9hrLPhE, larper-VrBV9hrLPhE, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, linux-I+IVW8TIWO2tmTQ+vhA3Yw Cc: linux-arm-kernel-VrBV9hrLPhE, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, sunil.m-fINqtvHxh+hg9hUCZPvPmw Acked-by: Niklas Cassel <niklas.cassel-VrBV9hrLPhE@public.gmane.org> On 06/27/2017 02:15 PM, surenderp-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org wrote: > From: Surender Polsani <surenderp-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org> > > "interrupt-parent" property is declared in root node, so it is global > to all nodes. This property is re-declared in few sub-nodes. To avoid > duplication this property is removed from following sub-nodes: > pmu, amba@0, amba@0/ethernet. > > Signed-off-by: Surender Polsani <surenderp-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org> > --- > arch/arm/boot/dts/artpec6.dtsi | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/arch/arm/boot/dts/artpec6.dtsi b/arch/arm/boot/dts/artpec6.dtsi > index 767cbe8..2ed1177 100644 > --- a/arch/arm/boot/dts/artpec6.dtsi > +++ b/arch/arm/boot/dts/artpec6.dtsi > @@ -151,7 +151,6 @@ > interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, > <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>; > interrupt-affinity = <&cpu0>, <&cpu1>; > - interrupt-parent = <&intc>; > }; > > pcie: pcie@f8050000 { > @@ -185,7 +184,6 @@ > compatible = "simple-bus"; > #address-cells = <0x1>; > #size-cells = <0x1>; > - interrupt-parent = <&intc>; > ranges; > dma-ranges = <0x80000000 0x00000000 0x40000000>; > dma-coherent; > @@ -195,7 +193,6 @@ > clocks = <ð_phy_ref_clk>, > <&clkctrl ARTPEC6_CLK_ETH_ACLK>; > compatible = "snps,dwc-qos-ethernet-4.10"; > - interrupt-parent = <&intc>; > interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>; > reg = <0xf8010000 0x4000>; > > -- 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <d582c742-4bf9-c658-d105-572d180222a4-VrBV9hrLPhE@public.gmane.org>]
* Re: [PATCH] arm: boot: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes [not found] ` <d582c742-4bf9-c658-d105-572d180222a4-VrBV9hrLPhE@public.gmane.org> @ 2017-08-11 7:56 ` Surender Polsani [not found] ` <8475266d-de55-0760-7ae4-9fcafead36e4-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: Surender Polsani @ 2017-08-11 7:56 UTC (permalink / raw) To: Niklas Cassel, jespern-VrBV9hrLPhE, larper-VrBV9hrLPhE, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, linux-I+IVW8TIWO2tmTQ+vhA3Yw Cc: linux-arm-kernel-VrBV9hrLPhE, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, sunil.m-fINqtvHxh+hg9hUCZPvPmw On Tuesday 27 June 2017 05:57 PM, Niklas Cassel wrote: > Acked-by: Niklas Cassel <niklas.cassel-VrBV9hrLPhE@public.gmane.org> Hi Nik, This patch has been Acknowledged but is not getting added / applied to the respective git source tree. Please let me know if there is any problem. Thanks Surender > > On 06/27/2017 02:15 PM, surenderp-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org wrote: >> From: Surender Polsani <surenderp-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org> >> >> "interrupt-parent" property is declared in root node, so it is global >> to all nodes. This property is re-declared in few sub-nodes. To avoid >> duplication this property is removed from following sub-nodes: >> pmu, amba@0, amba@0/ethernet. >> >> Signed-off-by: Surender Polsani <surenderp-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org> >> --- >> arch/arm/boot/dts/artpec6.dtsi | 3 --- >> 1 file changed, 3 deletions(-) >> >> diff --git a/arch/arm/boot/dts/artpec6.dtsi b/arch/arm/boot/dts/artpec6.dtsi >> index 767cbe8..2ed1177 100644 >> --- a/arch/arm/boot/dts/artpec6.dtsi >> +++ b/arch/arm/boot/dts/artpec6.dtsi >> @@ -151,7 +151,6 @@ >> interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, >> <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>; >> interrupt-affinity = <&cpu0>, <&cpu1>; >> - interrupt-parent = <&intc>; >> }; >> >> pcie: pcie@f8050000 { >> @@ -185,7 +184,6 @@ >> compatible = "simple-bus"; >> #address-cells = <0x1>; >> #size-cells = <0x1>; >> - interrupt-parent = <&intc>; >> ranges; >> dma-ranges = <0x80000000 0x00000000 0x40000000>; >> dma-coherent; >> @@ -195,7 +193,6 @@ >> clocks = <ð_phy_ref_clk>, >> <&clkctrl ARTPEC6_CLK_ETH_ACLK>; >> compatible = "snps,dwc-qos-ethernet-4.10"; >> - interrupt-parent = <&intc>; >> interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>; >> reg = <0xf8010000 0x4000>; >> >> -- 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <8475266d-de55-0760-7ae4-9fcafead36e4-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org>]
* Re: [PATCH] arm: boot: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes [not found] ` <8475266d-de55-0760-7ae4-9fcafead36e4-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org> @ 2017-09-04 15:23 ` Niklas Cassel [not found] ` <5310134e-c371-d43f-175f-a3a9cdc5b657-VrBV9hrLPhE@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: Niklas Cassel @ 2017-09-04 15:23 UTC (permalink / raw) To: Surender Polsani, jespern-VrBV9hrLPhE, larper-VrBV9hrLPhE, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, linux-I+IVW8TIWO2tmTQ+vhA3Yw Cc: linux-arm-kernel-VrBV9hrLPhE, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, sunil.m-fINqtvHxh+hg9hUCZPvPmw On 08/11/2017 09:56 AM, Surender Polsani wrote: > On Tuesday 27 June 2017 05:57 PM, Niklas Cassel wrote: >> Acked-by: Niklas Cassel <niklas.cassel-VrBV9hrLPhE@public.gmane.org> > > Hi Nik, This patch has been Acknowledged but is not getting added / applied to the > respective git source tree. Please let me know if there is any problem. Hello Surender, Sorry for the delay. Could you please resend your patch, add "To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org", together with my Ack. Best regards, Niklas > > Thanks > Surender >> >> On 06/27/2017 02:15 PM, surenderp-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org wrote: >>> From: Surender Polsani <surenderp-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org> >>> >>> "interrupt-parent" property is declared in root node, so it is global >>> to all nodes. This property is re-declared in few sub-nodes. To avoid >>> duplication this property is removed from following sub-nodes: >>> pmu, amba@0, amba@0/ethernet. >>> >>> Signed-off-by: Surender Polsani <surenderp-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org> >>> --- >>> arch/arm/boot/dts/artpec6.dtsi | 3 --- >>> 1 file changed, 3 deletions(-) >>> >>> diff --git a/arch/arm/boot/dts/artpec6.dtsi b/arch/arm/boot/dts/artpec6.dtsi >>> index 767cbe8..2ed1177 100644 >>> --- a/arch/arm/boot/dts/artpec6.dtsi >>> +++ b/arch/arm/boot/dts/artpec6.dtsi >>> @@ -151,7 +151,6 @@ >>> interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, >>> <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>; >>> interrupt-affinity = <&cpu0>, <&cpu1>; >>> - interrupt-parent = <&intc>; >>> }; >>> pcie: pcie@f8050000 { >>> @@ -185,7 +184,6 @@ >>> compatible = "simple-bus"; >>> #address-cells = <0x1>; >>> #size-cells = <0x1>; >>> - interrupt-parent = <&intc>; >>> ranges; >>> dma-ranges = <0x80000000 0x00000000 0x40000000>; >>> dma-coherent; >>> @@ -195,7 +193,6 @@ >>> clocks = <ð_phy_ref_clk>, >>> <&clkctrl ARTPEC6_CLK_ETH_ACLK>; >>> compatible = "snps,dwc-qos-ethernet-4.10"; >>> - interrupt-parent = <&intc>; >>> interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>; >>> reg = <0xf8010000 0x4000>; >>> > -- 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <5310134e-c371-d43f-175f-a3a9cdc5b657-VrBV9hrLPhE@public.gmane.org>]
* [PATCH v2] arm: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes [not found] ` <5310134e-c371-d43f-175f-a3a9cdc5b657-VrBV9hrLPhE@public.gmane.org> @ 2017-09-06 5:08 ` surenderp-fINqtvHxh+hg9hUCZPvPmw 2017-10-19 21:25 ` [PATCH] arm: boot: " Arnd Bergmann 1 sibling, 0 replies; 6+ messages in thread From: surenderp-fINqtvHxh+hg9hUCZPvPmw @ 2017-09-06 5:08 UTC (permalink / raw) To: jesper.nilsson-VrBV9hrLPhE, lars.persson-VrBV9hrLPhE, niklas.cassel-VrBV9hrLPhE, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, linux-I+IVW8TIWO2tmTQ+vhA3Yw, arm-DgEjT+Ai2ygdnm+yROfE0A Cc: sunil.m-fINqtvHxh+hg9hUCZPvPmw, linux-arm-kernel-VrBV9hrLPhE, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Surender Polsani From: Surender Polsani <surenderp-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org> "interrupt-parent" property is declared in root node, so it is global to all nodes. This property is re-declared in few sub-nodes. To avoid duplication this property is removed from following sub-nodes: pmu, amba@0, amba@0/ethernet. Signed-off-by: Surender Polsani <surenderp-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org> Acked-by: Niklas Cassel <niklas.cassel-VrBV9hrLPhE@public.gmane.org> --- Changes for v2: - Done few changes as suggested by Niklas Cassel. - Patch is rebased and built(ARCH=arm) on latest next-20170905. --- arch/arm/boot/dts/artpec6.dtsi | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/boot/dts/artpec6.dtsi b/arch/arm/boot/dts/artpec6.dtsi index 767cbe8..2ed1177 100644 --- a/arch/arm/boot/dts/artpec6.dtsi +++ b/arch/arm/boot/dts/artpec6.dtsi @@ -151,7 +151,6 @@ interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>; interrupt-affinity = <&cpu0>, <&cpu1>; - interrupt-parent = <&intc>; }; pcie: pcie@f8050000 { @@ -185,7 +184,6 @@ compatible = "simple-bus"; #address-cells = <0x1>; #size-cells = <0x1>; - interrupt-parent = <&intc>; ranges; dma-ranges = <0x80000000 0x00000000 0x40000000>; dma-coherent; @@ -195,7 +193,6 @@ clocks = <ð_phy_ref_clk>, <&clkctrl ARTPEC6_CLK_ETH_ACLK>; compatible = "snps,dwc-qos-ethernet-4.10"; - interrupt-parent = <&intc>; interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>; reg = <0xf8010000 0x4000>; -- 1.9.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 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] arm: boot: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes [not found] ` <5310134e-c371-d43f-175f-a3a9cdc5b657-VrBV9hrLPhE@public.gmane.org> 2017-09-06 5:08 ` [PATCH v2] arm: " surenderp-fINqtvHxh+hg9hUCZPvPmw @ 2017-10-19 21:25 ` Arnd Bergmann 1 sibling, 0 replies; 6+ messages in thread From: Arnd Bergmann @ 2017-10-19 21:25 UTC (permalink / raw) To: Niklas Cassel Cc: Surender Polsani, jespern-VrBV9hrLPhE, larper-VrBV9hrLPhE, Rob Herring, Mark Rutland, Russell King - ARM Linux, linux-arm-kernel-VrBV9hrLPhE, DTML, Linux ARM, Linux Kernel Mailing List, sunil.m-fINqtvHxh+hg9hUCZPvPmw On Mon, Sep 4, 2017 at 5:23 PM, Niklas Cassel <niklas.cassel-VrBV9hrLPhE@public.gmane.org> wrote: > On 08/11/2017 09:56 AM, Surender Polsani wrote: >> On Tuesday 27 June 2017 05:57 PM, Niklas Cassel wrote: >>> Acked-by: Niklas Cassel <niklas.cassel-VrBV9hrLPhE@public.gmane.org> >> >> Hi Nik, This patch has been Acknowledged but is not getting added / applied to the >> respective git source tree. Please let me know if there is any problem. > > Hello Surender, > > Sorry for the delay. > > Could you please resend your patch, > add "To: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org", together with my Ack. I stumbled over this old patch and have applied it to next/dt now with your Ack, since I did not see another copy sent to arm-DgEjT+Ai2yi4UlQgPVntAg@public.gmane.org Arnd -- 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-10-19 21:25 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-06-27 12:15 [PATCH] arm: boot: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes surenderp-fINqtvHxh+hg9hUCZPvPmw [not found] ` <1498565735-8208-1-git-send-email-surenderp-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org> 2017-06-27 12:27 ` Niklas Cassel [not found] ` <d582c742-4bf9-c658-d105-572d180222a4-VrBV9hrLPhE@public.gmane.org> 2017-08-11 7:56 ` Surender Polsani [not found] ` <8475266d-de55-0760-7ae4-9fcafead36e4-fINqtvHxh+hg9hUCZPvPmw@public.gmane.org> 2017-09-04 15:23 ` Niklas Cassel [not found] ` <5310134e-c371-d43f-175f-a3a9cdc5b657-VrBV9hrLPhE@public.gmane.org> 2017-09-06 5:08 ` [PATCH v2] arm: " surenderp-fINqtvHxh+hg9hUCZPvPmw 2017-10-19 21:25 ` [PATCH] arm: boot: " Arnd Bergmann
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).