Re: [PATCH v3 02/12] irqchip: mtk-sysirq: extend intpol base to arbitrary number
From: Mars Cheng <hidden>
Date: 2017-03-23 23:53:43
Also in:
linux-clk, linux-mediatek, lkml
From: Mars Cheng <hidden>
Date: 2017-03-23 23:53:43
Also in:
linux-clk, linux-mediatek, lkml
On Thu, 2017-03-23 at 16:25 +0000, Marc Zyngier wrote:
On 19/03/17 15:26, Mars Cheng wrote:quoted
Originally driver only supports one base. However, MT6797 has more than one bases to configure interrupt polarity. To support possible design change, here comes a solution to use arbitrary number of bases. Signed-off-by: Mars Cheng <mars.cheng-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>Acked-by: Marc Zyngier <redacted> What is the merge strategy for this? I'm happy to take the irqchip stuff through my tree, but there is much more in this series...
Hi Marc Thanks for your review. Hi Matthias Would you comment on this? If Marc take the following stuff first in his tree: [PATCH v3 01/12] dt-bindings: mediatek: multiple bases support for sysirq [PATCH v3 02/12] irqchip: mtk-sysirq: extend intpol base to arbitrary number [PATCH v3 03/12] irqchip: mtk-sysirq: prevent unnecessary visibility when set_type Since other stuff might need more review and irqchip didn't affect them. Thanks.
Thanks, M.