aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-07ARM: pxa: move mach/*.h to mach-pxa/Arnd Bergmann1-1/+1
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-07-07ARM: pxa: irq: fix handling of ICMR registers in suspend/resumeDaniel Mack1-2/+2
2015-07-28ARM: kill off set_irq_flags usageRob Herring1-1/+0
2015-05-12ARM: pxa: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2015-02-23ARM: pxa: fix pxa interrupts handling in DTRobert Jarzmik1-63/+48
2013-12-11ARM: pxa: Remove unused variablesThierry Reding1-4/+0
2012-08-16ARM: pxa: add devicetree code for irq handlingDaniel Mack1-21/+110
2011-11-15ARM: pxa: change gpio to platform deviceHaojian Zhuang1-2/+1
2011-11-14ARM: pxa: use chained interrupt for GPIO0 and GPIO1Haojian Zhuang1-58/+0
2011-11-01Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-2/+2
2011-10-31Merge branch 'depends/rmk/gpio' into next/fixesArnd Bergmann1-2/+1
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-2/+1
2011-10-17ARM: 7115/4: move __exception and friends to asm/exception.hJamie Iles1-0/+2
2011-10-08ARM: pxa: use correct __iomem annotationsArnd Bergmann1-2/+2
2011-10-01ARM: 7104/1: plat-pxa: break out GPIO driver specificsLinus Walleij1-1/+1
2011-08-08ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.hRussell King1-2/+1
2011-07-12ARM: pxa: introduce {icip,ichp}_handle_irq() to prepare MULTI_IRQ_HANDLEREric Miao1-0/+32
2011-07-12ARM: pxa: avoid accessing interrupt registers directlyEric Miao1-2/+2
2011-04-24ARM / PXA: Use struct syscore_ops for "core" power managementRafael J. Wysocki1-13/+4
2011-03-29arm: Fold irq_set_chip/irq_set_handlerThomas Gleixner1-4/+4
2011-03-29arm: Reorder irq_set_ function callsThomas Gleixner1-2/+2
2011-03-29arm: Cleanup the irq namespaceThomas Gleixner1-6/+6
2011-01-15ARM: pxa: fix recursive calls in pxa_low_gpio_chipEric Miao1-27/+14
2011-01-14ARM: pxa: fix suspend/resume array index miscalculationMarek Vasut1-4/+4
2011-01-14ARM: pxa: use cpu_has_ipr() consistently in irq.cMarek Vasut1-1/+1
2011-01-13ARM: PXA SoCs: irq_data conversion.Lennert Buytenhek1-25/+25
2010-12-18ARM: pxa: sanitize IRQ registers access based on offsetHaojian Zhuang1-42/+80
2010-12-16ARM: pxa: redefine irqs.hHaojian Zhuang1-3/+8
2010-01-13[ARM] pxa: fix irq suspend/resume for pxa25xEric Miao1-4/+10
2009-11-03[ARM] pxa: fix resume failure by saving/restoring IPRx registersHaojian Zhuang1-1/+10
2009-09-10[ARM] pxa: initialize default interrupt priority and use ICHP for IRQ handlingHaojian Zhuang1-1/+7
2009-03-09[ARM] pxa: separate definitions from pxa-regs.h and remove it finallyEric Miao1-1/+1
2009-03-09[ARM] pxa: move IRQ handling of GPIO 0 and 1 outside of gpio.cEric Miao1-0/+68
2008-09-01[ARM] 5233/1: Allow PXA to have ISA IRQs numbered 0-15Marc Zyngier1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-07[ARM] 5135/1: pxa: drop superfluous asm/arch/pxa2xx-gpio.h includesPhilipp Zabel1-1/+0
2008-04-19[ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.heric miao1-0/+1
2008-04-19[ARM] pxa: merge assignment of set_wake into pxa_init_{irq,gpio}()eric miao1-6/+2
2008-04-19[ARM] pxa: integrate low IRQ chip (ICIP) and high IRQ chip (ICIP2) into oneeric miao1-84/+33
2008-04-19[ARM] pxa: move GPIO IRQ specific code out of irq.c into gpio.ceric miao1-183/+1
2008-04-19[ARM] pxa: cleanup the coding style of pxa_gpio_set_type()eric miao1-22/+20
2008-04-19[ARM] pxa: make GPIO IRQ code less dependent on the internal IRQseric miao1-5/+19
2008-04-19[ARM] pxa: generalize the muxed gpio IRQ handling code with loop and ffs()eric miao1-58/+16
2008-02-05gpiolib support for the PXA architecturePhilipp Zabel1-0/+2
2008-02-04[ARM] pxa: introduce sysdev for IRQ register saving/restoringeric miao1-0/+62
2007-10-15[ARM] pxa: PXA3xx base supporteric miao1-1/+1
2007-10-12[ARM] 4560/1: pxa: move processor specific set_wake logic out of irq.ceric miao1-66/+10