Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | irqchip: vt8500: Staticize local symbols | Axel Lin | 2013-07-05 | 1 | -2/+4 |
| | | | | | | | | | | | | This driver is converted to use IRQCHIP_DECLARE and irqchip_init. vt8500_handle_irq() and vt8500_irq_init() are only referenced in this file, so make them static. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Tony Prisk <linux@prisktech.co.nz> Cc: Olof Johansson <olof@lixom.net> Link: http://lkml.kernel.org/r/1372995229.4038.1.camel@phoenix Signed-off-by: Thomas Gleixner <tglx@linutronix.de> | ||||
* | irqchip: vt8500: Convert arch-vt8500 to new irqchip infrastructure | Tony Prisk | 2013-04-12 | 1 | -0/+259 |
This patch moves the arch-vt8500 irq code to drivers/irqchip and converts it to use the new IRQCHIP_DECLARE and irqchip_init. This allows the removal of some more functions from common.h Signed-off-by: Tony Prisk <linux@prisktech.co.nz> Signed-off-by: Olof Johansson <olof@lixom.net> |