Re: [PATCH v4 22/37] irqchip: davinci-aintc: move the driver to drivers/irqchip

2019-02-17 Thread David Lechner
On 2/14/19 8:52 AM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski The aintc driver has now been cleaned up. Move it to drivers/irqchip where it belongs. There's no device-tree support for any dm* board so there's no IRQCHIP_OF_DECLARE() - there's only the exported init function called fr

[PATCH v4 22/37] irqchip: davinci-aintc: move the driver to drivers/irqchip

2019-02-14 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The aintc driver has now been cleaned up. Move it to drivers/irqchip where it belongs. There's no device-tree support for any dm* board so there's no IRQCHIP_OF_DECLARE() - there's only the exported init function called from machine code. Signed-off-by: Bartosz Golaszew