dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/mips/alchemy/common
Thomas Gleixner d24c1a26ca MIPS: Alchemy: Convert to new irq chip functions
Fix the deadlock in set_type() while at it:

The code called set_irq_chip_and_handler_name() resp. set_irq_chip()
from the set_type() callback. That only works on UP and lock debugging
disabled. Otherwise it would dead lock on desc->lock.

__irq_set_chip_handler_name_locked() avoids that.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2173/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2011-03-25 18:45:14 +01:00
..
Makefile MIPS: Move Alchemy Makefile parts to their own Platform file. 2010-08-05 13:25:46 +01:00
clocks.c MIPS: Alchemy: Remove dead CONFIG_SOC_AU1000_FREQUENCY 2010-08-05 13:26:00 +01:00
dbdma.c MIPS: Alchemy: add sysdev for DBDMA PM. 2010-05-21 21:31:15 +01:00
dma.c MIPS: Alchemy: Stop IRQ name sharing 2010-02-27 12:52:53 +01:00
gpiolib-au1000.c MIPS: Alchemy: use runtime cpu detection in GPIO code. 2010-02-27 12:53:02 +01:00
irq.c MIPS: Alchemy: Convert to new irq chip functions 2011-03-25 18:45:14 +01:00
pci.c MIPS: Alchemy: rename directory 2008-10-11 16:18:50 +01:00
platform.c MIPS: Alchemy: fix build with SERIAL_8250=n 2010-12-16 18:11:01 +00:00
power.c tree-wide: fix comment/printk typos 2010-11-01 15:38:34 -04:00
prom.c MIPS: Alchemy: Resolve prom section mismatches 2010-10-04 18:33:59 +01:00
setup.c MIPS: Alchemy: use 36bit addresses for PCMCIA resources. 2010-02-27 12:53:43 +01:00
sleeper.S MIPS: Alchemy: sleepcode without compile-time cputype dependencies 2010-07-05 17:17:30 +01:00
time.c MIPS: Alchemy: Stop IRQ name sharing 2010-02-27 12:52:53 +01:00