aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/au1000/common/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-12-06[MIPS] Alchemy: replace ffs() with __ffs()Sergei Shtylyov1-4/+4
2007-10-29[MIPS] Alchemy: Nuke homebrew setup_irq(), it's broken and unnecessary.Ralf Baechle1-32/+0
2007-10-17[MIPS] Alchemy: Fix build by conversion to irq_cpu.c.Ralf Baechle1-119/+132
2007-10-16[MIPS] Alchemy: Get rid of au1xxx_irq_map_t.Ralf Baechle1-3/+3
2007-10-16[MIPS] Alchemy: Get rid of au_ffs().Ralf Baechle1-4/+4
2007-10-16[MIPS] Alchemy: cleanup interrupt code.Ralf Baechle1-341/+313
2007-10-11[MIPS] Implement clockevents for R4000-style cp0 count/compare interruptRalf Baechle1-1/+1
2007-10-11[MIPS] Consolidate all variants of MIPS cp0 timer interrupt handlers.Ralf Baechle1-3/+1
2007-10-11[MIPS] Alchemy: remove useless prototypes.Ralf Baechle1-11/+0
2007-02-06[MIPS] use name instead of typename for each irq_chipAtsushi Nemoto1-4/+4
2006-11-30[MIPS] IRQ cleanupsAtsushi Nemoto1-41/+22
2006-10-09IRQ: Use the new typedef for interrupt handler function pointersDavid Howells1-1/+1
2006-10-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle1-26/+26
2006-07-13[MIPS] Eleminate interrupt migration helper use.Ralf Baechle1-4/+4
2006-07-02[PATCH] irq-flags: MIPS: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-7/+7
2006-06-29[MIPS] Remove BSD and Sys V compat data types.Ralf Baechle1-7/+7
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-10/+10
2006-06-01[MIPS] AU1xxx mips_timer_interrupt() fixesHerbert Valerio Riedel1-0/+1
2006-04-19[MIPS] Rewrite all the assembler interrupt handlers to C.Ralf Baechle1-2/+18
2005-10-29Don't call memset to clean irq_desc; these data fields have alreadyRalf Baechle1-1/+0
2005-10-29Au1x PM fixes.Pete Popov1-15/+17
2005-10-29When CONFIG_PM is enabled, it uses the TOY_MATCH2 interrupt as the systemPete Popov1-12/+24
2005-10-29Base Au1200 2.6 support.Pete Popov1-2/+2
2005-10-29Convert struct hw_interrupt_type initializations to ISO C99 namedRalf Baechle1-32/+28
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+654