Re: [PATCH 2/3] ARM: zynq: DT: Add interrupt-controller property to GPIO

2015-10-29 Thread Michal Simek
On 10/27/2015 05:04 PM, Linus Walleij wrote: > On Fri, Oct 23, 2015 at 6:25 PM, Soren Brinkmann > wrote: > >> GPIO can be used as interrupt-controller. Add the missing properties to >> the GPIO node. >> >> Signed-off-by: Soren Brinkmann > > Acked-by: Linus Walleij Applied to zynq/dt. Thanks,

Re: [PATCH 2/3] ARM: zynq: DT: Add interrupt-controller property to GPIO

2015-10-27 Thread Linus Walleij
On Fri, Oct 23, 2015 at 6:25 PM, Soren Brinkmann wrote: > GPIO can be used as interrupt-controller. Add the missing properties to > the GPIO node. > > Signed-off-by: Soren Brinkmann Acked-by: Linus Walleij Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux

Re: [PATCH 2/3] ARM: zynq: DT: Add interrupt-controller property to GPIO

2015-10-23 Thread Moritz Fischer
On Fri, Oct 23, 2015 at 9:25 AM, Soren Brinkmann wrote: > GPIO can be used as interrupt-controller. Add the missing properties to > the GPIO node. > > Signed-off-by: Soren Brinkmann > --- > arch/arm/boot/dts/zynq-7000.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/boot/

[PATCH 2/3] ARM: zynq: DT: Add interrupt-controller property to GPIO

2015-10-23 Thread Soren Brinkmann
GPIO can be used as interrupt-controller. Add the missing properties to the GPIO node. Signed-off-by: Soren Brinkmann --- arch/arm/boot/dts/zynq-7000.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi index 1a5220e05109.