aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irqchip/sunxi.h
AgeCommit message (Collapse)AuthorFilesLines
2013-04-08irqchip: sunxi: Make use of the IRQCHIP_DECLARE macroMaxime Ripard1-27/+0
This allows to remove some boilerplate code. At the same time, call the set_handle_irq function in the initialization function of the irqchip, so that we can remove it from the machine declaration. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2012-11-16irqchip: sunxi: Add irq controller driverMaxime Ripard1-0/+27
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> CC: Thomas Gleixner <tglx@linutronix.de>