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