1. 3cf42ef Merge branch 'devel' into for-next by Linus Walleij · 8 years ago
  2. d6f434e gpio: davinci: Fix possible NULL pointer deference by Nicholas Krause · 8 years ago
  3. 6ec9249a gpio: davinci: Fix the number of controllers allocated by Lokesh Vutla · 8 years ago
  4. 310a7e6 gpio: davinci: Add the missing of-node pointer by Keerthy · 8 years ago
  5. ccdbddf gpio: davinci: use irq_data_get_chip_type by Geliang Tang · 8 years ago
  6. 72a1ca2 gpio: davinci: use gpiochip data pointer by Linus Walleij · 8 years ago
  7. 5b8d8fb gpio: davinci: Be sure to clamp return value by Linus Walleij · 8 years ago
  8. 6ddbaed gpio: davinci: fix missed parent conversion by Linus Walleij · 8 years ago
  9. ab128af gpio: use dev_get_platdata() by Nizam Haider · 8 years ago
  10. 58383c78 gpio: change member .dev to .parent by Linus Walleij · 9 years ago
  11. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  12. 23393d4 gpio: kill off set_irq_flags usage by Rob Herring · 9 years ago
  13. bcae888 Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into devel by Linus Walleij · 9 years ago
  14. 3685bbc gpio/davinci: add interrupt support for GPIOs 16-31 by Vitaly Andrianov · 9 years ago
  15. bdac2b6 gpio/davinci: Fix race in installing chained irq handler by Thomas Gleixner · 9 years ago
  16. 1765d67 gpio/davinci: Avoid redundant lookup of irq_data by Thomas Gleixner · 9 years ago
  17. c3ca1e6 gpio/davinci: Prepare gpio_irq_handler for irq argument removal by Thomas Gleixner · 9 years ago
  18. c16edb8 gpio/davinci: Use accessor function irq_data_get_irq_handler_data() by Jiang Liu · 9 years ago
  19. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  20. 5bb5428 gpio: gpio-davinci: remove duplicate check on resource by Varka Bhadram · 10 years ago
  21. 4a3a950 gpio: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  22. 9ea9363c gpio: davinci: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  23. 758afe4 gpio: davinci: fix gpio selection for OF by Alexander Holler · 10 years ago
  24. 0c6feb0 gpio: davinci: reuse for keystone soc by Grygorii Strashko · 10 years ago
  25. 58c0f5a gpio: davinci: Use signed type for 'irq' variable by Alexander Shiyan · 10 years ago
  26. 6075a8b gpio: davinci: don't create irq_domain in case of unbanked irqs by Grygorii Strashko · 10 years ago
  27. 0d978eb gpio: davinci: use chained_irq_enter/chained_irq_exit API by Grygorii Strashko · 10 years ago
  28. c770844 gpio: davinci: add OF support by KV Sujith · 10 years ago
  29. 9211ff3 gpio: davinci: convert to use irqdomain support. by Lad, Prabhakar · 10 years ago
  30. c21d500 gpio: davinci: get rid of DAVINCI_N_GPIO by Grygorii Strashko · 10 years ago
  31. 388291c gpio: davinci: use {readl|writel}_relaxed() instead of __raw_* by Lad, Prabhakar · 10 years ago
  32. 34af1ab gpio: davinci: fix check for unbanked gpio by Lad, Prabhakar · 11 years ago
  33. 118150f gpio: davinci: move to platform device by KV Sujith · 11 years ago
  34. 131a10a gpio: davinci: coding style correction by Philip Avinash · 11 years ago
  35. ce6b658 gpio: davinci: preparation for switch to common clock framework by Murali Karicheri · 12 years ago
  36. 81b279d gpio/davinci: fix enabling unbanked GPIO IRQs by Sekhar Nori · 12 years ago
  37. ab2dde9 gpio/davinci: fix oops on unbanked gpio irq request by Sekhar Nori · 12 years ago
  38. 526a0dc ARM: 7074/1: gpio: davinci: eliminate unused variable warnings by Axel Lin · 13 years ago
  39. 8338d87 ARM: 7038/1: mach-davinci: move GPIO driver to GPIO subsystem by Linus Walleij · 13 years ago[Renamed from arch/arm/mach-davinci/gpio.c]
  40. 2f8163b ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.h by Russell King · 13 years ago
  41. f299bb9 arm: davinci: Fix low level gpio irq handlers' argument by Ido Yariv · 13 years ago
  42. 7416401 arm: davinci: Fix fallout from generic irq chip conversion by Thomas Gleixner · 13 years ago
  43. 6845664a arm: Cleanup the irq namespace by Thomas Gleixner · 13 years ago
  44. 5093aec arm: davinci: Cleanup irq chip code by Thomas Gleixner · 13 years ago
  45. 2326544 ARM: davinci: irq_data conversion. by Lennert Buytenhek · 13 years ago
  46. b8d4429 Davinci: gpio - use ioremap() by Cyril Chemparathy · 14 years ago
  47. 5b3a05c Davinci: eliminate pinmux offset verbosity by Cyril Chemparathy · 14 years ago
  48. b27b6d0 Davinci: gpio - fine grained locking by Cyril Chemparathy · 14 years ago
  49. 686b634 Davinci: gpio - controller type support by Cyril Chemparathy · 14 years ago
  50. c12f415 Davinci: gpio - register layout invariant inlines by Cyril Chemparathy · 14 years ago
  51. 99e9e52 Davinci: gpio - structs and functions renamed by Cyril Chemparathy · 14 years ago
  52. ba4a984 Davinci: gpio - minor cleanup by Cyril Chemparathy · 14 years ago
  53. 21ce873 davinci: sparse: gpio: void casting by Kevin Hilman · 14 years ago
  54. 28552c2 davinci: misc cleanups from sparse by Kevin Hilman · 14 years ago
  55. 42d399e DaVinci: remove unneeded #include's by Sergei Shtylyov · 15 years ago
  56. 7a36071 davinci: dm365 gpio irq support by David Brownell · 15 years ago
  57. a994955 davinci: Make GPIO code more generic by Mark A. Greer · 15 years ago
  58. dc75602 davinci: fixups for banked GPIO interrupt handling by Kevin Hilman · 15 years ago
  59. df4aab4 davinci: gpio irq enable tweaks by David Brownell · 15 years ago
  60. 474dad5 davinci: gpio bugfixes by David Brownell · 15 years ago
  61. c97f681 Merge branch 'for-rmk' of git://source.mvista.com/git/linux-davinci-2.6.git by Russell King · 16 years ago
  62. d8aa025 [ARM] 5298/1: Drop desc_handle_irq() by Dmitry Baryshkov · 16 years ago
  63. dce1115 ARM: DaVinci: SOC GPIOs use gpiolib by David Brownell · 16 years ago
  64. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  65. 3d9edf0 [ARM] 4457/2: davinci: GPIO support by Vladimir Barinov · 17 years ago