index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-pxa
/
irq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM] pxa: fix irq suspend/resume for pxa25x
Eric Miao
2010-01-13
1
-4
/
+10
*
[ARM] pxa: fix resume failure by saving/restoring IPRx registers
Haojian Zhuang
2009-11-03
1
-1
/
+10
*
[ARM] pxa: initialize default interrupt priority and use ICHP for IRQ handling
Haojian Zhuang
2009-09-10
1
-1
/
+7
*
[ARM] pxa: separate definitions from pxa-regs.h and remove it finally
Eric Miao
2009-03-09
1
-1
/
+1
*
[ARM] pxa: move IRQ handling of GPIO 0 and 1 outside of gpio.c
Eric Miao
2009-03-09
1
-0
/
+68
*
[ARM] 5233/1: Allow PXA to have ISA IRQs numbered 0-15
Marc Zyngier
2008-09-01
1
-1
/
+1
*
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
2008-08-07
1
-2
/
+2
*
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
Russell King
2008-08-07
1
-1
/
+1
*
[ARM] 5135/1: pxa: drop superfluous asm/arch/pxa2xx-gpio.h includes
Philipp Zabel
2008-07-07
1
-1
/
+0
*
[ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.h
eric miao
2008-04-19
1
-0
/
+1
*
[ARM] pxa: merge assignment of set_wake into pxa_init_{irq,gpio}()
eric miao
2008-04-19
1
-6
/
+2
*
[ARM] pxa: integrate low IRQ chip (ICIP) and high IRQ chip (ICIP2) into one
eric miao
2008-04-19
1
-84
/
+33
*
[ARM] pxa: move GPIO IRQ specific code out of irq.c into gpio.c
eric miao
2008-04-19
1
-183
/
+1
*
[ARM] pxa: cleanup the coding style of pxa_gpio_set_type()
eric miao
2008-04-19
1
-22
/
+20
*
[ARM] pxa: make GPIO IRQ code less dependent on the internal IRQs
eric miao
2008-04-19
1
-5
/
+19
*
[ARM] pxa: generalize the muxed gpio IRQ handling code with loop and ffs()
eric miao
2008-04-19
1
-58
/
+16
*
gpiolib support for the PXA architecture
Philipp Zabel
2008-02-05
1
-0
/
+2
*
[ARM] pxa: introduce sysdev for IRQ register saving/restoring
eric miao
2008-02-04
1
-0
/
+62
*
[ARM] pxa: PXA3xx base support
eric miao
2007-10-15
1
-1
/
+1
*
[ARM] 4560/1: pxa: move processor specific set_wake logic out of irq.c
eric miao
2007-10-12
1
-66
/
+10
*
[ARM] 4559/1: pxa: make PXA_LAST_GPIO a run-time variable
eric miao
2007-10-12
1
-0
/
+2
*
[ARM] 4557/1: Fix PXA irq gpio initialization
Samuel
2007-08-28
1
-1
/
+1
*
[ARM] 4450/1: pxa: add pxa25x_init_irq() and pxa27x_init_irq()
Eric Miao
2007-07-12
1
-9
/
+0
*
[ARM] 4438/1: PXA: remove #ifdef .. #endif from pxa_gpio_demux_handler()
Eric Miao
2007-07-12
1
-6
/
+4
*
[ARM] 4437/1: PXA: move the GPIO IRQ initialization code to pxa_init_irq_gpio()
Eric Miao
2007-07-12
1
-24
/
+17
*
[ARM] 4436/1: PXA: move low IRQ initialization code to pxa_init_irq_low()
Eric Miao
2007-07-12
1
-15
/
+21
*
[ARM] 4435/1: PXA: remove PXA_INTERNAL_IRQS
Eric Miao
2007-07-12
1
-10
/
+16
*
[ARM] 4434/1: PXA: remove PXA_IRQ_SKIP
Eric Miao
2007-07-12
1
-5
/
+5
*
[ARM] 4236/2: basic {enable,disable}_irq_wake() support for PXA
Philipp Zabel
2007-04-21
1
-2
/
+70
*
[ARM] Remove needless linux/ptrace.h includes
Russell King
2007-04-21
1
-1
/
+0
*
[ARM] Remove compatibility layer for ARM irqs
Russell King
2006-11-30
1
-5
/
+5
*
Initial blind fixup for arm for irq changes
Linus Torvalds
2006-10-06
1
-6
/
+5
*
[ARM] 3739/1: genirq updates: irq_chip, add and use irq_chip.name
David Brownell
2006-08-01
1
-4
/
+8
*
[ARM] 3672/1: PXA: don't probe output GPIOs for interrupt
Guennadi Liakhovetski
2006-06-28
1
-2
/
+2
*
[ARM] Wrap calls to descriptor handlers
Russell King
2005-09-04
1
-4
/
+4
*
[ARM] Change irq_chip wake/type methods to set_wake/set_type
Russell King
2005-09-04
1
-2
/
+2
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+313