aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/i8259.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-31MIPS/irqchip: Move i8259 irqchip driver to drivers/irqchipRalf Baechle1-383/+0
2015-07-31mips/irq: prepare for drivers/irqchip/irqchip.h removalJoel Porquet1-2/+1
2015-06-21MIPS: i8259: DT supportPaul Burton1-2/+41
2014-11-24MIPS: i8259: Use IRQ domainsAndrew Bresticker1-5/+19
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle1-4/+0
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-1/+1
2011-09-21MIPS: i8259: Mark cascade interrupt non-threadedLiming Wang1-0/+1
2011-09-17MIPS: i8259: Correct comment for i8259Hillf Danton1-1/+1
2011-07-16PM / MIPS: Convert i8259.c to using syscore_opsRafael J. Wysocki1-16/+6
2011-03-29MIPS: Convert the irq functions to the new namesThomas Gleixner1-3/+3
2011-03-25MIPS: i8259: Convert to new irq_chip functionsThomas Gleixner1-20/+17
2010-10-07MIPS: Add missing #inclusions of <linux/irq.h>David Howells1-0/+1
2010-02-27MIPS: i8259: Convert IRQ controller lock to raw spinlock.Ralf Baechle1-11/+11
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell1-1/+0
2008-02-08MIPS: Mark all but i8259 interrupts as no-probe.Ralf Baechle1-1/+3
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2007-10-11[MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle1-7/+7
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle1-1/+1
2007-10-11[MIPS] i8295 cleanups.Yoichi Yuasa1-6/+8
2007-10-11[MIPS] cleanup struct irqaction initializersThomas Gleixner1-1/+3
2007-10-11[MIPS] IRQ Affinity Support for SMTC on Malta PlatformKevin D. Kissell1-0/+3
2007-09-24[MIPS] SMTC: Make ack_bad_irq() safe with no IM backstop.Ralf Baechle1-4/+1
2007-09-10[MIPS] i8259: Add disable method.Kyungmin Park1-0/+1
2007-04-27[MIPS] Register PCI host bridge resource earlierThomas Bogendoerfer1-2/+2
2007-02-20[MIPS] Drop __init from init_8259A()Atsushi Nemoto1-5/+8
2007-02-06[MIPS] Whitespace cleanups.Ralf Baechle1-2/+2
2007-02-06[MIPS] Make I8259A_IRQ_BASE customizableAtsushi Nemoto1-6/+14
2006-12-06[MIPS] Import updates from i386's i8259.cAtsushi Nemoto1-76/+86
2006-11-30[MIPS] IRQ cleanupsAtsushi Nemoto1-18/+3
2006-10-01[MIPS] Update i8259 resources.Yoichi Yuasa1-2/+2
2006-07-13[MIPS] Eleminate interrupt migration helper use.Ralf Baechle1-1/+1
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-2/+2
2006-06-19[MIPS] C99-ify struct resource initialization.Ralf Baechle1-2/+2
2006-04-19[MIPS] MT: Improved multithreading support.Ralf Baechle1-0/+4
2005-10-29Date: Fri Jan 14 03:03:23 2005 +0000Ralf Baechle1-1/+1
2005-10-29Spelling fix.Ralf Baechle1-1/+1
2005-10-29Sparseify MIPS.Ralf Baechle1-1/+1
2005-10-29Convert struct hw_interrupt_type initializations to ISO C99 namedRalf Baechle1-8/+7
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+331