Re: [PATCH v3] sunxi-irq: Fix Kconfig dependency on GENERIC_IRQ_CHIP

2016-05-08 Thread Maxime Ripard
On Thu, May 05, 2016 at 03:16:44PM +0100, Andre Przywara wrote: > Hi Maxime, > > On 05/05/16 14:21, Maxime Ripard wrote: > > On Wed, May 04, 2016 at 11:44:48AM +0100, Andre Przywara wrote: > >> Hi Maxime, > >> > >> On 02/05/16 07:48, Maxime Ripard wrote: > >>> Hi, > >>> > >>> On Mon, Apr 25, 2016

Re: [PATCH v3] sunxi-irq: Fix Kconfig dependency on GENERIC_IRQ_CHIP

2016-05-05 Thread Andre Przywara
Hi Maxime, On 05/05/16 14:21, Maxime Ripard wrote: > On Wed, May 04, 2016 at 11:44:48AM +0100, Andre Przywara wrote: >> Hi Maxime, >> >> On 02/05/16 07:48, Maxime Ripard wrote: >>> Hi, >>> >>> On Mon, Apr 25, 2016 at 02:04:52AM +0100, Andre Przywara wrote: The Allwinner NMI irqchip driver req

Re: [PATCH v3] sunxi-irq: Fix Kconfig dependency on GENERIC_IRQ_CHIP

2016-05-05 Thread Maxime Ripard
On Wed, May 04, 2016 at 11:44:48AM +0100, Andre Przywara wrote: > Hi Maxime, > > On 02/05/16 07:48, Maxime Ripard wrote: > > Hi, > > > > On Mon, Apr 25, 2016 at 02:04:52AM +0100, Andre Przywara wrote: > >> The Allwinner NMI irqchip driver requires GENERIC_IRQ_CHIP, but > >> we can't select it dir

Re: [PATCH v3] sunxi-irq: Fix Kconfig dependency on GENERIC_IRQ_CHIP

2016-05-04 Thread Marc Zyngier
On 04/05/16 11:44, Andre Przywara wrote: > Hi Maxime, > > On 02/05/16 07:48, Maxime Ripard wrote: >> Hi, >> >> On Mon, Apr 25, 2016 at 02:04:52AM +0100, Andre Przywara wrote: >>> The Allwinner NMI irqchip driver requires GENERIC_IRQ_CHIP, but >>> we can't select it directly, because there is no sp

Re: [PATCH v3] sunxi-irq: Fix Kconfig dependency on GENERIC_IRQ_CHIP

2016-05-04 Thread Andre Przywara
Hi Maxime, On 02/05/16 07:48, Maxime Ripard wrote: > Hi, > > On Mon, Apr 25, 2016 at 02:04:52AM +0100, Andre Przywara wrote: >> The Allwinner NMI irqchip driver requires GENERIC_IRQ_CHIP, but >> we can't select it directly, because there is no specific Kconfig entry >> for the driver. Compiling t

Re: [PATCH v3] sunxi-irq: Fix Kconfig dependency on GENERIC_IRQ_CHIP

2016-05-01 Thread Maxime Ripard
Hi, On Mon, Apr 25, 2016 at 02:04:52AM +0100, Andre Przywara wrote: > The Allwinner NMI irqchip driver requires GENERIC_IRQ_CHIP, but > we can't select it directly, because there is no specific Kconfig entry > for the driver. Compiling this NMI driver with certain arm64 > configurations thus fails

[PATCH v3] sunxi-irq: Fix Kconfig dependency on GENERIC_IRQ_CHIP

2016-04-24 Thread Andre Przywara
The Allwinner NMI irqchip driver requires GENERIC_IRQ_CHIP, but we can't select it directly, because there is no specific Kconfig entry for the driver. Compiling this NMI driver with certain arm64 configurations thus fails due to the missing dependency: drivers/built-in.o: In function `sunxi_sc_nm