aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-mscc-ocelot.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-12-13irqchhip: Convert to using %pOFn instead of device_node.nameYangtao Li1-3/+3
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Signed-off-by: Yangtao Li <tiny.windzz@gmail.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2018-03-22irqchip: Add a driver for the Microsemi Ocelot controllerAlexandre Belloni1-0/+118
The Microsemi Ocelot SoC has a pretty simple IRQ controller in its ICPU block. Add a driver for it. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>