Re: [PATCH v8 06/14] genirq: Introduce irq_chip_{request,release}_resource_parent() apis

2019-05-16 Thread Linus Walleij
On Tue, Apr 30, 2019 at 12:13 PM Lokesh Vutla wrote: > Introduce irq_chip_{request,release}_resource_parent() apis so > that these can be used in hierarchical irqchips. > > Signed-off-by: Lokesh Vutla Reviewed-by: Linus Walleij Yours, Linus Walleij

[PATCH v8 06/14] genirq: Introduce irq_chip_{request,release}_resource_parent() apis

2019-04-30 Thread Lokesh Vutla
Introduce irq_chip_{request,release}_resource_parent() apis so that these can be used in hierarchical irqchips. Signed-off-by: Lokesh Vutla --- Changes since v7: -None include/linux/irq.h | 2 ++ kernel/irq/chip.c | 27 +++ 2 files changed, 29 insertions(+) diff