aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irqchip/sunxi.h
Commit message (Collapse)AuthorAge
* irqchip: sunxi: Make use of the IRQCHIP_DECLARE macroMaxime Ripard2013-04-08
| | | | | | | | 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>
* irqchip: sunxi: Add irq controller driverMaxime Ripard2012-11-16
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> CC: Thomas Gleixner <tglx@linutronix.de>