Re: [PATCH] irqchip: Enable compile-testing for Renesas drivers

2019-06-13 Thread Simon Horman
On Fri, Jun 07, 2019 at 11:50:36AM +0200, Geert Uytterhoeven wrote: > Enable compile-testing for all Renesas interrupt controller drivers, > except for RENESAS_H8300H_INTC. The latter relies on a function > (ctrl_bclr()) that is not available on other architectures. > > Signed-off-by: Geert

RE: [PATCH] irqchip: Enable compile-testing for Renesas drivers

2019-06-10 Thread Chris Brandt
On Fri, Jun 07, 2019, Geert Uytterhoeven wrote: > config RENESAS_RZA1_IRQC > - bool > + bool "Renesas RZ/A1 IRQC support" if COMPILE_TEST > select IRQ_DOMAIN_HIERARCHY > + help > + Enable support for the Renesas RZ/A1 Interrupt Controller, to use up > + to 8 external

Re: [PATCH] irqchip: Enable compile-testing for Renesas drivers

2019-06-10 Thread Yoshinori Sato
On Fri, 07 Jun 2019 18:50:36 +0900, Geert Uytterhoeven wrote: > > Enable compile-testing for all Renesas interrupt controller drivers, > except for RENESAS_H8300H_INTC. The latter relies on a function > (ctrl_bclr()) that is not available on other architectures. > > Signed-off-by: Geert