Re: [PATCH] irqchip: nps: add 64BIT dependency

From: Vineet Gupta
Date: Fri May 13 2016 - 04:36:13 EST


On Friday 13 May 2016 01:54 PM, Marc Zyngier wrote:
> On 12/05/16 22:03, Arnd Bergmann wrote:
...
>>
>> config EZNPS_GIC
>> bool "NPS400 Global Interrupt Manager (GIM)"
>> + depends on ARC || (COMPILE_TEST && !64BIT)
>> select IRQ_DOMAIN
>> help
>> Support the EZchip NPS400 global interrupt controller
>>
>
> Acked-by: Marc Zyngier <narc.zyngier@xxxxxxx>
>
> As I've already started collecting fixes that are aimed at -rc1 (mostly
> to avoid dependencies), I can queue that as well.

There is a slight logistics issue here - as agreed the driver will go in 4.7-rc1
via ARC tree. So either I pick the fix for rc1 or you apply it post rc1 - or
towards the end of rc1 ?

Thx,
-Vineet