Re: [PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-05-10 Thread Arnd Bergmann
On Tuesday 10 May 2016 21:10:45 Maxime Ripard wrote: > > Fixes: commit ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option") > > Cc: Andre Przywara > > Signed-off-by: Suzuki K Poulose > > Signed-off-by: Andre Przywara

Re: [PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-05-10 Thread Arnd Bergmann
On Tuesday 10 May 2016 21:10:45 Maxime Ripard wrote: > > Fixes: commit ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option") > > Cc: Andre Przywara > > Signed-off-by: Suzuki K Poulose > > Signed-off-by: Andre Przywara > > Acked-by: Maxime Ripard > Applied to fixes, thanks!

Re: [PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-05-10 Thread Maxime Ripard
On Mon, May 09, 2016 at 11:37:35PM +0100, Andre Przywara wrote: > From: Suzuki K Poulose > > Commit ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option"), > added support for ARCH_SUNXI on arm64, but failed to select > GENERIC_IRQ_CHIP, which is required for

Re: [PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-05-10 Thread Maxime Ripard
On Mon, May 09, 2016 at 11:37:35PM +0100, Andre Przywara wrote: > From: Suzuki K Poulose > > Commit ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option"), > added support for ARCH_SUNXI on arm64, but failed to select > GENERIC_IRQ_CHIP, which is required for

[PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-05-09 Thread Andre Przywara
From: Suzuki K Poulose Commit ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option"), added support for ARCH_SUNXI on arm64, but failed to select GENERIC_IRQ_CHIP, which is required for drivers/irqchip/irq-sunxi-nmi.c and causes build failures like : UPD

[PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-05-09 Thread Andre Przywara
From: Suzuki K Poulose Commit ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option"), added support for ARCH_SUNXI on arm64, but failed to select GENERIC_IRQ_CHIP, which is required for drivers/irqchip/irq-sunxi-nmi.c and causes build failures like : UPD include/generated/compile.h

Re: [PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-04-13 Thread Suzuki K Poulose
On 13/04/16 14:17, Rob Herring wrote: On Wed, Apr 13, 2016 at 4:05 AM, Suzuki K Poulose wrote: On 12/04/16 20:11, Olof Johansson wrote: On Tue, Mar 29, 2016 at 11:03:06AM +0100, Suzuki K Poulose wrote: Do you mean something like : config ARCH_SUNXI ...

Re: [PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-04-13 Thread Suzuki K Poulose
On 13/04/16 14:17, Rob Herring wrote: On Wed, Apr 13, 2016 at 4:05 AM, Suzuki K Poulose wrote: On 12/04/16 20:11, Olof Johansson wrote: On Tue, Mar 29, 2016 at 11:03:06AM +0100, Suzuki K Poulose wrote: Do you mean something like : config ARCH_SUNXI ... select

Re: [PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-04-13 Thread Rob Herring
On Wed, Apr 13, 2016 at 4:05 AM, Suzuki K Poulose wrote: > On 12/04/16 20:11, Olof Johansson wrote: >> >> On Tue, Mar 29, 2016 at 11:03:06AM +0100, Suzuki K Poulose wrote: >>> >>> Commit ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option"), >>> added support for

Re: [PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-04-13 Thread Rob Herring
On Wed, Apr 13, 2016 at 4:05 AM, Suzuki K Poulose wrote: > On 12/04/16 20:11, Olof Johansson wrote: >> >> On Tue, Mar 29, 2016 at 11:03:06AM +0100, Suzuki K Poulose wrote: >>> >>> Commit ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option"), >>> added support for ARCH_SUNXI on arm64, but

Re: [PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-04-13 Thread Suzuki K Poulose
On 12/04/16 20:11, Olof Johansson wrote: On Tue, Mar 29, 2016 at 11:03:06AM +0100, Suzuki K Poulose wrote: Commit ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option"), added support for ARCH_SUNXI on arm64, but failed to select GENERIC_IRQ_CHIP, which is required for

Re: [PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-04-13 Thread Suzuki K Poulose
On 12/04/16 20:11, Olof Johansson wrote: On Tue, Mar 29, 2016 at 11:03:06AM +0100, Suzuki K Poulose wrote: Commit ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option"), added support for ARCH_SUNXI on arm64, but failed to select GENERIC_IRQ_CHIP, which is required for

Re: [PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-04-12 Thread Olof Johansson
On Tue, Mar 29, 2016 at 11:03:06AM +0100, Suzuki K Poulose wrote: > Commit ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option"), > added support for ARCH_SUNXI on arm64, but failed to select > GENERIC_IRQ_CHIP, which is required for drivers/irqchip/irq-sunxi-nmi.c > and causes build

Re: [PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-04-12 Thread Olof Johansson
On Tue, Mar 29, 2016 at 11:03:06AM +0100, Suzuki K Poulose wrote: > Commit ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option"), > added support for ARCH_SUNXI on arm64, but failed to select > GENERIC_IRQ_CHIP, which is required for drivers/irqchip/irq-sunxi-nmi.c > and causes build

Re: [PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-04-07 Thread Suzuki K Poulose
On 06/04/16 10:05, Andre Przywara wrote: Hi, On 29/03/16 11:03, Suzuki K Poulose wrote: Commit ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option"), added support for ARCH_SUNXI on arm64, but failed to select GENERIC_IRQ_CHIP, which is required for drivers/irqchip/irq-sunxi-nmi.c and

Re: [PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-04-07 Thread Suzuki K Poulose
On 06/04/16 10:05, Andre Przywara wrote: Hi, On 29/03/16 11:03, Suzuki K Poulose wrote: Commit ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option"), added support for ARCH_SUNXI on arm64, but failed to select GENERIC_IRQ_CHIP, which is required for drivers/irqchip/irq-sunxi-nmi.c and

Re: [PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-04-06 Thread Andre Przywara
Hi, On 29/03/16 11:03, Suzuki K Poulose wrote: > Commit ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option"), > added support for ARCH_SUNXI on arm64, but failed to select > GENERIC_IRQ_CHIP, which is required for drivers/irqchip/irq-sunxi-nmi.c > and causes build failures like : Thanks

Re: [PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-04-06 Thread Andre Przywara
Hi, On 29/03/16 11:03, Suzuki K Poulose wrote: > Commit ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option"), > added support for ARCH_SUNXI on arm64, but failed to select > GENERIC_IRQ_CHIP, which is required for drivers/irqchip/irq-sunxi-nmi.c > and causes build failures like : Thanks

[PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-03-29 Thread Suzuki K Poulose
Commit ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option"), added support for ARCH_SUNXI on arm64, but failed to select GENERIC_IRQ_CHIP, which is required for drivers/irqchip/irq-sunxi-nmi.c and causes build failures like : UPD include/generated/compile.h CC init/version.o

[PATCH] arm64/sunxi: 4.6-rc1: Add dependency on generic irq chip

2016-03-29 Thread Suzuki K Poulose
Commit ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option"), added support for ARCH_SUNXI on arm64, but failed to select GENERIC_IRQ_CHIP, which is required for drivers/irqchip/irq-sunxi-nmi.c and causes build failures like : UPD include/generated/compile.h CC init/version.o