index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-pxa
/
irq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-28
ARM: kill off set_irq_flags usage
Rob Herring
1
-1
/
+0
2015-05-13
ARM: pxa: Constify irq_domain_ops
Krzysztof Kozlowski
1
-1
/
+1
2015-02-24
ARM: pxa: fix pxa interrupts handling in DT
Robert Jarzmik
1
-63
/
+48
2013-12-12
ARM: pxa: Remove unused variables
Thierry Reding
1
-4
/
+0
2012-08-16
ARM: pxa: add devicetree code for irq handling
Daniel Mack
1
-21
/
+110
2011-11-15
ARM: pxa: change gpio to platform device
Haojian Zhuang
1
-2
/
+1
2011-11-14
ARM: pxa: use chained interrupt for GPIO0 and GPIO1
Haojian Zhuang
1
-58
/
+0
2011-11-02
Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
1
-2
/
+2
2011-11-01
Merge branch 'depends/rmk/gpio' into next/fixes
Arnd Bergmann
1
-2
/
+1
2011-10-27
Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...
Linus Torvalds
1
-2
/
+1
2011-10-17
ARM: 7115/4: move __exception and friends to asm/exception.h
Jamie Iles
1
-0
/
+2
2011-10-08
ARM: pxa: use correct __iomem annotations
Arnd Bergmann
1
-2
/
+2
2011-10-02
ARM: 7104/1: plat-pxa: break out GPIO driver specifics
Linus Walleij
1
-1
/
+1
2011-08-08
ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.h
Russell King
1
-2
/
+1
2011-07-12
ARM: pxa: introduce {icip,ichp}_handle_irq() to prepare MULTI_IRQ_HANDLER
Eric Miao
1
-0
/
+32
2011-07-12
ARM: pxa: avoid accessing interrupt registers directly
Eric Miao
1
-2
/
+2
2011-04-24
ARM / PXA: Use struct syscore_ops for "core" power management
Rafael J. Wysocki
1
-13
/
+4
2011-03-29
arm: Fold irq_set_chip/irq_set_handler
Thomas Gleixner
1
-4
/
+4
2011-03-29
arm: Reorder irq_set_ function calls
Thomas Gleixner
1
-2
/
+2
2011-03-29
arm: Cleanup the irq namespace
Thomas Gleixner
1
-6
/
+6
2011-01-15
ARM: pxa: fix recursive calls in pxa_low_gpio_chip
Eric Miao
1
-27
/
+14
2011-01-14
ARM: pxa: fix suspend/resume array index miscalculation
Marek Vasut
1
-4
/
+4
2011-01-14
ARM: pxa: use cpu_has_ipr() consistently in irq.c
Marek Vasut
1
-1
/
+1
2011-01-13
ARM: PXA SoCs: irq_data conversion.
Lennert Buytenhek
1
-25
/
+25
2010-12-18
ARM: pxa: sanitize IRQ registers access based on offset
Haojian Zhuang
1
-42
/
+80
2010-12-16
ARM: pxa: redefine irqs.h
Haojian Zhuang
1
-3
/
+8
2010-01-13
[ARM] pxa: fix irq suspend/resume for pxa25x
Eric Miao
1
-4
/
+10
2009-11-03
[ARM] pxa: fix resume failure by saving/restoring IPRx registers
Haojian Zhuang
1
-1
/
+10
2009-09-10
[ARM] pxa: initialize default interrupt priority and use ICHP for IRQ handling
Haojian Zhuang
1
-1
/
+7
2009-03-09
[ARM] pxa: separate definitions from pxa-regs.h and remove it finally
Eric Miao
1
-1
/
+1
2009-03-09
[ARM] pxa: move IRQ handling of GPIO 0 and 1 outside of gpio.c
Eric Miao
1
-0
/
+68
2008-09-01
[ARM] 5233/1: Allow PXA to have ISA IRQs numbered 0-15
Marc Zyngier
1
-1
/
+1
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
1
-2
/
+2
2008-08-07
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
Russell King
1
-1
/
+1
2008-07-07
[ARM] 5135/1: pxa: drop superfluous asm/arch/pxa2xx-gpio.h includes
Philipp Zabel
1
-1
/
+0
2008-04-19
[ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.h
eric miao
1
-0
/
+1
2008-04-19
[ARM] pxa: merge assignment of set_wake into pxa_init_{irq,gpio}()
eric miao
1
-6
/
+2
2008-04-19
[ARM] pxa: integrate low IRQ chip (ICIP) and high IRQ chip (ICIP2) into one
eric miao
1
-84
/
+33
2008-04-19
[ARM] pxa: move GPIO IRQ specific code out of irq.c into gpio.c
eric miao
1
-183
/
+1
2008-04-19
[ARM] pxa: cleanup the coding style of pxa_gpio_set_type()
eric miao
1
-22
/
+20
2008-04-19
[ARM] pxa: make GPIO IRQ code less dependent on the internal IRQs
eric miao
1
-5
/
+19
2008-04-19
[ARM] pxa: generalize the muxed gpio IRQ handling code with loop and ffs()
eric miao
1
-58
/
+16
2008-02-05
gpiolib support for the PXA architecture
Philipp Zabel
1
-0
/
+2
2008-02-04
[ARM] pxa: introduce sysdev for IRQ register saving/restoring
eric miao
1
-0
/
+62
2007-10-15
[ARM] pxa: PXA3xx base support
eric miao
1
-1
/
+1
2007-10-13
[ARM] 4560/1: pxa: move processor specific set_wake logic out of irq.c
eric miao
1
-66
/
+10
2007-10-13
[ARM] 4559/1: pxa: make PXA_LAST_GPIO a run-time variable
eric miao
1
-0
/
+2
2007-08-29
[ARM] 4557/1: Fix PXA irq gpio initialization
Samuel
1
-1
/
+1
2007-07-12
[ARM] 4450/1: pxa: add pxa25x_init_irq() and pxa27x_init_irq()
Eric Miao
1
-9
/
+0
2007-07-12
[ARM] 4438/1: PXA: remove #ifdef .. #endif from pxa_gpio_demux_handler()
Eric Miao
1
-6
/
+4
[next]