summaryrefslogtreecommitdiff
path: root/arch/mips/jz4740/irq.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-21MIPS/IRQCHIP: Move Ingenic SoC intc driver to drivers/irqchipPaul Burton1-178/+0
2015-06-21MIPS: JZ4740: support newer SoC interrupt controllersPaul Burton1-0/+9
2015-06-21MIPS: JZ4740: Avoid JZ4740-specific namingPaul Burton1-12/+12
2015-06-21MIPS: JZ4740: read intc base address from DTPaul Burton1-3/+6
2015-06-21MIPS: JZ4740: support >32 interruptsPaul Burton1-25/+46
2015-06-21MIPS: JZ4740: Remove jz_intc_base globalPaul Burton1-8/+31
2015-06-21MIPS: JZ4740: drop intc debugfs codePaul Burton1-42/+0
2015-06-21MIPS: JZ4740: register an irq_domain for the interrupt controllerPaul Burton1-0/+6
2015-06-21MIPS: JZ4740: parse SoC interrupt controller parent IRQ from DTPaul Burton1-1/+6
2015-06-21MIPS: JZ4740: probe interrupt controller via DTPaul Burton1-1/+7
2015-06-21MIPS: JZ4740: Move arch_init_irq out of arch/mips/jz4740/irq.cPaul Burton1-4/+1
2015-06-21MIPS: JZ4740: use generic plat_irq_dispatchPaul Burton1-12/+0
2015-06-21MIPS: JZ4740: probe CPU interrupt controller via DTPaul Burton1-2/+2
2015-01-13MIPS: JZ4740: Fixup #include's (sparse)Brian Norris1-0/+3
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-1/+1
2011-10-25MIPS: JZ4740: Use generic irq chipLars-Peter Clausen1-54/+38
2011-03-29MIPS: Convert the irq functions to the new namesThomas Gleixner1-2/+2
2011-03-25MIPS: JZ4740: Convert to new irq functionsThomas Gleixner1-12/+20
2010-08-05MIPS: JZ4740: Add IRQ handler codeLars-Peter Clausen1-0/+167