Re: [PATCH v6 04/12] irqchip: vf610-mscm: support NVIC parent
From: Thomas Gleixner <hidden>
Date: 2015-05-15 20:30:23
Also in:
linux-arm-kernel, lkml
From: Thomas Gleixner <hidden>
Date: 2015-05-15 20:30:23
Also in:
linux-arm-kernel, lkml
On Fri, 15 May 2015, Stefan Agner wrote:
On 2015-05-15 12:39, Thomas Gleixner wrote:quoted
On Sat, 9 May 2015, Stefan Agner wrote:quoted
- irq_chip_unmask_parent(data); + if (parent->chip->irq_enable) + parent->chip->irq_enable(parent); + else + parent->chip->irq_unmask(parent);Why are you not creating irq_chip_enable_parent() which would have been the proper function anyway?Will add that... Btw, have you had a chance to look at 1/12? I added a helper there too
Yes 1/12 is fine ... -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html