Message ID | 20181206073125.7255-1-andrew.smirnov@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | i.MX8MQ support for GPCv2 irqchip driver | expand |
On 06/12/2018 07:31, Andrey Smirnov wrote: > Everyone: > > This series is 4 trivial (and optional) changes and a patch to add > support for i.MX8MQ to GPCv2 irqchip driver. Bingings for new GPC > variant were taken from [gpcv2-imx8mq]. Hopefully all of the patches > are self-explanatory. > > Feedback is welcome! > > Thanks, > Andrey Smrinov > > [gpcv2-imx8mq] https://lore.kernel.org/linux-arm-kernel/20181116154927.16152-3-l.stach@pengutronix.de/ > > Andrey Smirnov (5): > irqchip/irq-imx-gpcv2: Remove unused code > irqchip/irq-imx-gpcv2: Share reg offset calculation code > irqchip/irq-imx-gpcv2: Make use of BIT() macro > irqchip/irq-imx-gpcv2: Make error messages more consistent > irqchip/irq-imx-gpcv2: Add support for i.MX8MQ > > drivers/irqchip/irq-imx-gpcv2.c | 61 ++++++++++++++++++++++++--------- > 1 file changed, 44 insertions(+), 17 deletions(-) > I've queued this for 4.21. Thanks, M.