Thread (16 messages) 16 messages, 2 authors, 2015-05-15

[PATCH v6 04/12] irqchip: vf610-mscm: support NVIC parent

From: Thomas Gleixner <hidden>
Date: 2015-05-15 10:40:25
Also in: linux-devicetree, lkml

On Sat, 9 May 2015, Stefan Agner wrote:
-	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?

Thanks,

	tglx
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help