| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-07-11 | irqchip: Prepare for local stub header removal | Joel Porquet | 1 | -2/+1 | |
| The IRQCHIP_DECLARE macro moved to to 'include/linux/irqchip.h', so the local irqchip.h became an empty shell, which solely includes include/linux/irqchip.h Include the global header in all irqchip drivers instead of the local header, so we can remove it. Signed-off-by: Joel Porquet <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/1882096.X39jVG8e0D@joel-zenbook Signed-off-by: Thomas Gleixner <[email protected]> | |||||
| 2015-06-21 | IRQCHIP: irq_cpu: declare irqchip table entry | Paul Burton | 1 | -0/+3 | |
| Allow the MIPS CPU interrupt controller to be probed from DT using the generic __irqchip_of_table for platforms which use irqchip_init. This will avoid such platforms needing to duplicate the compatible string & init function pointer. [[email protected]: Resolved conflict due the preceeding commit that moves irq-cpu.c. Signed-off-by: Paul Burton <[email protected]> Cc: Lars-Peter Clausen <[email protected]> Cc: [email protected] Cc: Qais Yousef <[email protected]> Cc: Andrew Bresticker <[email protected]> Cc: [email protected] Cc: Felix Fietkau <[email protected]> Patchwork: https://patchwork.linux-mips.org/patch/10131/ Signed-off-by: Ralf Baechle <[email protected]> | |||||
| 2015-06-21 | MIPS/IRQCHIP: Move irq_chip from arch/mips to drivers/irqchip. | Ralf Baechle | 1 | -0/+169 | |
| While at it, rename it because in drivers/irqchip no longer every CPU is a MIPS. Signed-off-by: Ralf Baechle <[email protected]> | |||||