aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/jazz/irq.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-03-05MIPS: Replace setup_irq() by request_irq()Gravatar afzal mohammed 1-9/+3
2015-09-03MIPS: Jazz: Migrate to new 'set-state' interfaceGravatar Viresh Kumar 1-7/+0
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 1-2/+2
2012-01-11Merge branch 'next/generic' into mips-for-linux-nextGravatar Ralf Baechle 1-1/+1
2011-12-07MIPS: irq: Remove IRQF_DISABLEDGravatar Yong Zhang 1-1/+1
2011-12-07MIPS: Fix Jazz 64-bit build error.Gravatar Ralf Baechle 1-0/+1
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesGravatar Ralf Baechle 1-1/+1
2011-03-29MIPS: Convert the irq functions to the new namesGravatar Thomas Gleixner 1-1/+1
2011-03-25MIPS: JAZZ: Convert to new irq_chip functionsGravatar Thomas Gleixner 1-8/+6
2010-10-07MIPS: Add missing #inclusions of <linux/irq.h>Gravatar David Howells 1-0/+1
2010-02-27MIPS: Jazz: Convert irq controller lock to raw spinlock.Gravatar Ralf Baechle 1-5/+5
2009-11-02MIPS: Add IRQF_TIMER flag for timer interruptsGravatar Wu Zhangjin 1-1/+1
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Gravatar Ralf Baechle 1-0/+1
2009-03-30cpumask: remove references to struct irqaction's mask field.Gravatar Rusty Russell 1-1/+0
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Gravatar Rusty Russell 1-1/+1
2007-11-02[MIPS] Jazz: disable PIT; cleanup R4030 clockeventGravatar Thomas Bogendoerfer 1-11/+16
2007-10-18[MIPS] Jazz: Retire use of plat_timer_setup.Gravatar Ralf Baechle 1-2/+4
2007-10-11[MIPS] Jazz clockevent driverGravatar Ralf Baechle 1-0/+48
2007-10-11[MIPS] JAZZ fixesGravatar Thomas Bogendoerfer 1-67/+27
2007-03-19[MIPS] Misc fixes for plat_irq_dispatch functionsGravatar Thiemo Seufer 1-1/+1
2007-02-06[MIPS] use name instead of typename for each irq_chipGravatar Atsushi Nemoto 1-1/+1
2006-12-06[MIPS] Compile __do_IRQ() when really neededGravatar Franck Bui-Huu 1-7/+0
2006-11-30[MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irqGravatar Atsushi Nemoto 1-1/+1
2006-11-30[MIPS] IRQ cleanupsGravatar Atsushi Nemoto 1-21/+6
2006-10-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Gravatar Ralf Baechle 1-15/+15
2006-07-13[MIPS] Eleminate interrupt migration helper use.Gravatar Ralf Baechle 1-1/+1
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipGravatar Ingo Molnar 1-1/+1
2006-04-19[MIPS] Rewrite all the assembler interrupt handlers to C.Gravatar Ralf Baechle 1-4/+74
2005-10-29Convert struct hw_interrupt_type initializations to ISO C99 namedGravatar Ralf Baechle 1-8/+7
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+100