Re: [PATCH v4 15/37] irqchip: davinci-aintc: add a new config structure

2019-02-17 Thread David Lechner
On 2/14/19 8:52 AM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski Add a config structure that will be used by aintc-based platforms. It contains the register range resource, number of interrupts and a list of priorities. Signed-off-by: Bartosz Golaszewski --- Reviewed-by: David Lechn

[PATCH v4 15/37] irqchip: davinci-aintc: add a new config structure

2019-02-14 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add a config structure that will be used by aintc-based platforms. It contains the register range resource, number of interrupts and a list of priorities. Signed-off-by: Bartosz Golaszewski --- include/linux/irqchip/irq-davinci-aintc.h | 25 +++ 1