Re: [PATCH 2/2] irqchip: add driver for imx-irqsteer controller

2018-10-16 Thread Marc Zyngier
Hi Lucas, On 16/10/18 17:42, Lucas Stach wrote: > The irqsteer block is a interrupt multiplexer/remapper found on the > i.MX8 line of SoCs. > > Signed-off-by: Fugang Duan > Signed-off-by: Lucas Stach > --- > This submission is a heavily cleaned up version of the downstream driver. > --- >

Re: [PATCH 2/2] irqchip: add driver for imx-irqsteer controller

2018-10-16 Thread Marc Zyngier
Hi Lucas, On 16/10/18 17:42, Lucas Stach wrote: > The irqsteer block is a interrupt multiplexer/remapper found on the > i.MX8 line of SoCs. > > Signed-off-by: Fugang Duan > Signed-off-by: Lucas Stach > --- > This submission is a heavily cleaned up version of the downstream driver. > --- >

Re: [PATCH 2/2] irqchip: add driver for imx-irqsteer controller

2018-10-16 Thread Fabio Estevam
Hi Lucas, On Tue, Oct 16, 2018 at 1:43 PM Lucas Stach wrote: > --- /dev/null > +++ b/drivers/irqchip/irq-imx-irqsteer.c > @@ -0,0 +1,281 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later According to Documentation/process/license-rules.rst this should be: // SPDX-License-Identifier: GPL-2.0+

Re: [PATCH 2/2] irqchip: add driver for imx-irqsteer controller

2018-10-16 Thread Fabio Estevam
Hi Lucas, On Tue, Oct 16, 2018 at 1:43 PM Lucas Stach wrote: > --- /dev/null > +++ b/drivers/irqchip/irq-imx-irqsteer.c > @@ -0,0 +1,281 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later According to Documentation/process/license-rules.rst this should be: // SPDX-License-Identifier: GPL-2.0+

[PATCH 2/2] irqchip: add driver for imx-irqsteer controller

2018-10-16 Thread Lucas Stach
The irqsteer block is a interrupt multiplexer/remapper found on the i.MX8 line of SoCs. Signed-off-by: Fugang Duan Signed-off-by: Lucas Stach --- This submission is a heavily cleaned up version of the downstream driver. --- drivers/irqchip/Kconfig| 8 + drivers/irqchip/Makefile

[PATCH 2/2] irqchip: add driver for imx-irqsteer controller

2018-10-16 Thread Lucas Stach
The irqsteer block is a interrupt multiplexer/remapper found on the i.MX8 line of SoCs. Signed-off-by: Fugang Duan Signed-off-by: Lucas Stach --- This submission is a heavily cleaned up version of the downstream driver. --- drivers/irqchip/Kconfig| 8 + drivers/irqchip/Makefile