aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/bcm63xx/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-11MIPS: BCM63XX: Use pr_* instead of printkGregory Fong1-1/+1
2015-08-26MIPS: bcm63xx: Use irq_set_handler_locked()Thomas Gleixner1-2/+2
2015-08-26MIPS: irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-1/+1
2015-03-05mips: fix up obsolete cpu function usage.Rusty Russell1-2/+2
2014-08-26MIPS: BCM63xx: delete double assignmentJulia Lawall1-2/+2
2014-07-30MIPS: BCM63xx: Allow setting affinity for IPICJonas Gorski1-6/+40
2014-07-30MIPS: BCM63xx: Use irq_desc as argument for (un)maskJonas Gorski1-8/+10
2014-07-30MIPS: BCM63xx: Wire up the second cpu's irq lineJonas Gorski1-7/+37
2014-07-30MIPS: BCM63xx: Protect irq register accessesJonas Gorski1-0/+26
2014-07-30MIPS: BCM63xx: Add cpu argument to dispatch internalJonas Gorski1-8/+10
2014-07-30MIPS: BCM63xx: Populate irq_{stat,mask}_addr for second cpuJonas Gorski1-0/+18
2014-07-30MIPS: BCM63xx: Append irq line to irq_{stat,mask}*Jonas Gorski1-25/+26
2014-07-30MIPS: BCM63xx: Replace irq dispatch code with a generic versionJonas Gorski1-74/+56
2014-07-30MIPS: BCM63xx: Move bcm63xx_init_irq downJonas Gorski1-98/+92
2014-07-30MIPS: BCM63xx: Add width to __dispatch_internalJonas Gorski1-3/+3
2014-07-30MIPS: BCM63xx: Remove !RUNTIME_DETECT from irq setup codeJonas Gorski1-109/+0
2013-07-01MIPS: BCM63XX: add support for BCM3368 Cable ModemFlorian Fainelli1-0/+19
2013-07-01MIPS: BCM63XX: Handle SW IRQs 0-1Kevin Cernekee1-0/+4
2013-05-08MIPS: BCM63XX: add basic BCM6362 supportJonas Gorski1-0/+22
2012-08-24MIPS: BCM63XX: use a switch for external irq configMaxime Bizon1-3/+11
2012-08-24MIPS: BCM63XX: add external irq support for BCM6345Maxime Bizon1-2/+6
2012-07-24MIPS: BCM63XX: Add basic BCM6328 supportJonas Gorski1-0/+21
2011-12-07MIPS: BCM63XX: Add support for bcm6368 CPU.Maxime Bizon1-1/+23
2011-12-07MIPS: BCM63XX: Add external irq support for non 6348 CPUs.Maxime Bizon1-29/+102
2011-12-07MIPS: BCM63XX: Handle 64 bits irq stat register in irq code.Maxime Bizon1-6/+76
2011-12-07MIPS: BCM63XX: Prepare irq code to handle different external irq hardware implementation.Maxime Bizon1-37/+67
2011-12-07MIPS: BCM63XX: Change irq code to prepare for per-cpu peculiarity.Maxime Bizon1-9/+77
2011-09-21MIPS: Mark cascade and low level interrupts IRQF_NO_THREADWu Zhangjin1-0/+1
2011-03-29MIPS: Convert the irq functions to the new namesThomas Gleixner1-2/+2
2011-03-25MIPS: bcm63xx: Convert to new irq_chip functionsThomas Gleixner1-45/+32
2010-10-07MIPS: Add missing #inclusions of <linux/irq.h>David Howells1-0/+1
2009-09-17MIPS: BCM63xx: Add support for the Broadcom BCM63xx family of SOCs.Maxime Bizon1-0/+253