Re: [RESEND PATCH v2 03/33] ARM: davinci: select GENERIC_IRQ_MULTI_HANDLER

2019-02-11 Thread Bartosz Golaszewski
pon., 11 lut 2019 o 13:50 Marc Zyngier napisaƂ(a): > > On 11/02/2019 12:25, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > In order to support SPARSE_IRQ we first need to make davinci use the > > generic irq handler for ARM. Translate the legacy assembly to C and > > put the irq

Re: [RESEND PATCH v2 03/33] ARM: davinci: select GENERIC_IRQ_MULTI_HANDLER

2019-02-11 Thread Marc Zyngier
On 11/02/2019 12:25, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > In order to support SPARSE_IRQ we first need to make davinci use the > generic irq handler for ARM. Translate the legacy assembly to C and > put the irq handlers into their respective drivers (aintc and cp-intc). > >

[RESEND PATCH v2 03/33] ARM: davinci: select GENERIC_IRQ_MULTI_HANDLER

2019-02-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski In order to support SPARSE_IRQ we first need to make davinci use the generic irq handler for ARM. Translate the legacy assembly to C and put the irq handlers into their respective drivers (aintc and cp-intc). Signed-off-by: Bartosz Golaszewski --- arch/arm/Kconfig