Re: [PATCH v4 03/37] ARM: davinci: aintc: use irq domain

2019-02-17 Thread David Lechner
On 2/14/19 8:51 AM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski We need to create an irq domain if we want to select SPARSE_IRQ. The cp-intc driver already supports it, but aintc doesn't. Use the helpers provided by the generic irq chip abstraction. Signed-off-by: Bartosz Golaszews

[PATCH v4 03/37] ARM: davinci: aintc: use irq domain

2019-02-14 Thread Bartosz Golaszewski
From: Bartosz Golaszewski We need to create an irq domain if we want to select SPARSE_IRQ. The cp-intc driver already supports it, but aintc doesn't. Use the helpers provided by the generic irq chip abstraction. Signed-off-by: Bartosz Golaszewski --- arch/arm/mach-davinci/irq.c | 35 ++