summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/irq.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-17arm: omap: irq: move irq.c to drivers/irqchip/Felipe Balbi1-393/+0
2014-09-12arm: omap: intc: switch over to linear irq domainFelipe Balbi1-9/+79
2014-09-12arm: omap: irq: get rid of ifdef hackFelipe Balbi1-15/+7
2014-09-12arm: omap: irq: introduce omap_nr_pendingFelipe Balbi1-1/+8
2014-09-12arm: omap: irq: remove nr_irqs argumentFelipe Balbi1-12/+13
2014-09-12arm: omap: irq: remove unnecessary headerFelipe Balbi1-1/+0
2014-09-12arm: omap: irq: drop omap2_intc_handle_irq()Felipe Balbi1-10/+6
2014-09-12arm: omap: irq: drop omap3_intc_handle_irq()Felipe Balbi1-5/+0
2014-09-12arm: omap: irq: call set_handle_irq() from .init_irqFelipe Balbi1-0/+3
2014-09-12arm: omap: irq: move some more code aroundFelipe Balbi1-15/+15
2014-09-12arm: omap: irq: drop ti,intc-size supportFelipe Balbi1-3/+0
2014-09-12arm: omap: irq: use compatible flag to figure out number of IRQ linesFelipe Balbi1-0/+3
2014-09-12arm: omap: irq: add specific compatibles for omap3 and am33xx devicesFelipe Balbi1-1/+3
2014-09-12arm: omap: irq: drop .handle_irq and .init_irq fieldsFelipe Balbi1-5/+0
2014-09-12arm: omap: irq: use IRQCHIP_DECLARE macroFelipe Balbi1-5/+3
2014-09-12arm: omap: irq: call set_handle_irq() from intc_of_initFelipe Balbi1-0/+2
2014-09-12arm: omap: irq: make intc_of_init staticFelipe Balbi1-1/+1
2014-09-12arm: omap: irq: reorganize code a little bitFelipe Balbi1-67/+66
2014-09-12arm: omap: irq: always define omap3 supportFelipe Balbi1-2/+0
2014-09-12arm: omap: irq: rename omap3_intc_regsFelipe Balbi1-2/+2
2014-09-12arm: omap: irq: remove unnecessary base_addr argumentFelipe Balbi1-7/+3
2014-09-12arm: omap: irq: switch over to intc_readl on omap_intc_handle_irqFelipe Balbi1-6/+8
2014-09-12arm: omap: irq: remove unused macroFelipe Balbi1-2/+0
2014-09-12arm: omap: irq: remove rest of irq_banks usageFelipe Balbi1-81/+47
2014-09-12arm: omap: irq: add a global omap_nr_irqs variableFelipe Balbi1-0/+3
2014-09-12arm: omap: irq: start to remove irq_banks arrayFelipe Balbi1-37/+27
2014-09-12arm: omap: irq: define INTC_ILR0 registerFelipe Balbi1-0/+1
2014-09-12arm: omap: irq: make omap_irq_base globalFelipe Balbi1-1/+1
2014-09-11ARM: OMAP2+: make of_device_ids constUwe Kleine-König1-1/+1
2014-05-08ARM: OMAP2+: raw read and write endian fixVictor Kamensky1-2/+2
2014-03-14ARM: OMAP2+: INTC: Acknowledge stuck active interruptsStefan Sørensen1-0/+8
2013-10-22ARM: OMAP2+: irq, AM33XX add missing register checkMarkus Pargmann1-1/+1
2012-09-13Merge tag 'omap-cleanup-b-for-3.7' of git://git.kernel.org/pub/scm/linux/kern...Tony Lindgren1-3/+2
2012-09-13ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+Tony Lindgren1-2/+1
2012-09-13ARM: OMAP2+: Make INTCPS_NR_IRQS local for mach-omap2/irq.cTony Lindgren1-0/+2
2012-09-12ARM: OMAP: unwrap stringsPaul Walmsley1-3/+2
2012-07-24Merge tag 'newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+12
2012-07-24Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-07-11Merge tag 'v3.5-rc6' into next/socArnd Bergmann1-0/+1
2012-07-09ARM: omap2+: board-generic: clean up the irq data from board fileR Sricharan1-1/+12
2012-07-04Merge tags 'omap-cleanup-for-v3.6', 'omap-devel-dmtimer-for-v3.6' and 'omap-d...Tony Lindgren1-1/+1
2012-06-29Merge tag 'omap-devel-d-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel...Tony Lindgren1-0/+1
2012-06-28ARM: OMAP2+: fix naming collision of variable nr_irqsVenkatraman S1-4/+4
2012-06-05ARM: OMAP2+: am33xx: Add AM335XEVM machine supportAfzal Mohammed1-1/+1
2012-06-04Merge branch 'for_3.5/fixes/pm' of git://git.kernel.org/pub/scm/linux/kernel/...Tony Lindgren1-0/+1
2012-05-26Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds1-1/+1
2012-05-22Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+1
2012-05-12ARM: OMAP2+: INTC: fix suspend abort, set IRQCHIP_SKIP_SET_WAKENeilBrown1-0/+1
2012-05-10ARM: OMAP2+: Kconfig: convert SOC_OMAPTI81XX to SOC_TI81XXKevin Hilman1-1/+1
2012-05-09ARM: OMAP2+: INTC: fix Kconfig option for TI81XXKevin Hilman1-1/+1