Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
83dbb15e9cd78a3619e3db36777e2f81d09b2914
/
arch
/
arm
/
mach-pxa
/
irq.c
68e24ba
Merge branch 'next/fixes' of git://git.linaro.org/people/arnd/arm-soc
by Linus Torvalds
· 13 years ago
43872fa
Merge branch 'depends/rmk/gpio' into next/fixes
by Arnd Bergmann
· 13 years ago
ca90666
Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
by Linus Torvalds
· 13 years ago
5a567d7
ARM: 7115/4: move __exception and friends to asm/exception.h
by Jamie Iles
· 13 years ago
97b09da
ARM: pxa: use correct __iomem annotations
by Arnd Bergmann
· 13 years ago
f55be1b
ARM: 7104/1: plat-pxa: break out GPIO driver specifics
by Linus Walleij
· 13 years ago
2f8163b
ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.h
by Russell King
· 13 years ago
a551e4f
ARM: pxa: introduce {icip,ichp}_handle_irq() to prepare MULTI_IRQ_HANDLER
by Eric Miao
· 14 years ago
5d284e3
ARM: pxa: avoid accessing interrupt registers directly
by Eric Miao
· 14 years ago
2eaa03b
ARM / PXA: Use struct syscore_ops for "core" power management
by Rafael J. Wysocki
· 14 years ago
f38c02f
arm: Fold irq_set_chip/irq_set_handler
by Thomas Gleixner
· 14 years ago
9323f261
arm: Reorder irq_set_ function calls
by Thomas Gleixner
· 14 years ago
6845664a
arm: Cleanup the irq namespace
by Thomas Gleixner
· 14 years ago
a1015a1
ARM: pxa: fix recursive calls in pxa_low_gpio_chip
by Eric Miao
· 14 years ago
1b624fb
ARM: pxa: fix suspend/resume array index miscalculation
by Marek Vasut
· 14 years ago
57879b8
ARM: pxa: use cpu_has_ipr() consistently in irq.c
by Marek Vasut
· 14 years ago
a3f4c92
ARM: PXA SoCs: irq_data conversion.
by Lennert Buytenhek
· 14 years ago
a79a9ad
ARM: pxa: sanitize IRQ registers access based on offset
by Haojian Zhuang
· 14 years ago
bb71bdd
ARM: pxa: redefine irqs.h
by Haojian Zhuang
· 14 years ago
c70f5a6
[ARM] pxa: fix irq suspend/resume for pxa25x
by Eric Miao
· 15 years ago
c482ae4
[ARM] pxa: fix resume failure by saving/restoring IPRx registers
by Haojian Zhuang
· 15 years ago
d2c3706
[ARM] pxa: initialize default interrupt priority and use ICHP for IRQ handling
by Haojian Zhuang
· 15 years ago
5bf3df3
[ARM] pxa: separate definitions from pxa-regs.h and remove it finally
by Eric Miao
· 16 years ago
a58fbcd
[ARM] pxa: move IRQ handling of GPIO 0 and 1 outside of gpio.c
by Eric Miao
· 16 years ago
57a7a62
[ARM] 5233/1: Allow PXA to have ISA IRQs numbered 0-15
by Marc Zyngier
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
be50972
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
by Russell King
· 16 years ago
f1b2358
[ARM] 5135/1: pxa: drop superfluous asm/arch/pxa2xx-gpio.h includes
by Philipp Zabel
· 16 years ago
a683b14
[ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.h
by eric miao
· 17 years ago
b9e25ac
[ARM] pxa: merge assignment of set_wake into pxa_init_{irq,gpio}()
by eric miao
· 17 years ago
f6fb7af
[ARM] pxa: integrate low IRQ chip (ICIP) and high IRQ chip (ICIP2) into one
by eric miao
· 17 years ago
e3630db
[ARM] pxa: move GPIO IRQ specific code out of irq.c into gpio.c
by eric miao
· 17 years ago
dfa1067
[ARM] pxa: cleanup the coding style of pxa_gpio_set_type()
by eric miao
· 17 years ago
a7bf4db
[ARM] pxa: make GPIO IRQ code less dependent on the internal IRQs
by eric miao
· 17 years ago
7a26d3a
[ARM] pxa: generalize the muxed gpio IRQ handling code with loop and ffs()
by eric miao
· 17 years ago
1c44f5f
gpiolib support for the PXA architecture
by Philipp Zabel
· 17 years ago
c0165504
[ARM] pxa: introduce sysdev for IRQ register saving/restoring
by eric miao
· 17 years ago
2c8086a
[ARM] pxa: PXA3xx base support
by eric miao
· 17 years ago
c95530c
[ARM] 4560/1: pxa: move processor specific set_wake logic out of irq.c
by eric miao
· 17 years ago
30f0b40
[ARM] 4559/1: pxa: make PXA_LAST_GPIO a run-time variable
by eric miao
· 17 years ago
fd51bcc
[ARM] 4557/1: Fix PXA irq gpio initialization
by Samuel
· 17 years ago
cd49104
[ARM] 4450/1: pxa: add pxa25x_init_irq() and pxa27x_init_irq()
by Eric Miao
· 17 years ago
4a3dcd3
[ARM] 4438/1: PXA: remove #ifdef .. #endif from pxa_gpio_demux_handler()
by Eric Miao
· 17 years ago
348f2e3
[ARM] 4437/1: PXA: move the GPIO IRQ initialization code to pxa_init_irq_gpio()
by Eric Miao
· 17 years ago
53665a5
[ARM] 4436/1: PXA: move low IRQ initialization code to pxa_init_irq_low()
by Eric Miao
· 17 years ago
c08b7b3
[ARM] 4435/1: PXA: remove PXA_INTERNAL_IRQS
by Eric Miao
· 17 years ago
486c955
[ARM] 4434/1: PXA: remove PXA_IRQ_SKIP
by Eric Miao
· 17 years ago
4fe4a2b
[ARM] 4236/2: basic {enable,disable}_irq_wake() support for PXA
by Philipp Zabel
· 18 years ago
0f0a00b
[ARM] Remove needless linux/ptrace.h includes
by Russell King
· 18 years ago
10dd5ce
[ARM] Remove compatibility layer for ARM irqs
by Russell King
· 18 years ago
0cd61b6
Initial blind fixup for arm for irq changes
by Linus Torvalds
· 18 years ago
38c677c
[ARM] 3739/1: genirq updates: irq_chip, add and use irq_chip.name
by David Brownell
· 18 years ago
e033108
[ARM] 3672/1: PXA: don't probe output GPIOs for interrupt
by Guennadi Liakhovetski
· 18 years ago
664399e
[ARM] Wrap calls to descriptor handlers
by Russell King
· 19 years ago
7801907
[ARM] Change irq_chip wake/type methods to set_wake/set_type
by Russell King
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago