Re: [PATCH v4 25/37] irqchip: davinci-cp-intc: 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 cp-intc-based platforms. It contains the register range resource and the number of interrupts. Signed-off-by: Bartosz Golaszewski --- Reviewed-by: David Lechner

[PATCH v4 25/37] irqchip: davinci-cp-intc: add a new config structure

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