1. e9a65bb gpio: using common order: let 'static const' instead of 'const static' by Chen Gang · 12 years ago
  2. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  3. b0885d0 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  4. 3836309 gpio: remove use of __devinit by Bill Pemberton · 12 years ago
  5. c9c55d9 gpio/omap: fix off-mode bug: clear debounce settings on free/reset by Jon Hunter · 12 years ago
  6. 086d585 gpio/gpio-omap: Use existing pointer to struct device by Tobias Klauser · 12 years ago
  7. 61464c8 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  8. 4b25408 ARM: OMAP: Move gpio.h to include/linux/platform_data by Tony Lindgren · 12 years ago
  9. c06e676 gpio/gpio-omap: make platformdata used as *of_device_id.data const by Uwe Kleine-König · 12 years ago
  10. f6817a2 gpio/gpio-omap.c: add a const qualifier by Uwe Kleine-König · 12 years ago
  11. f948ad0 Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 12 years ago
  12. 3467201 gpio/omap: move bank->dbck initialization to omap_gpio_mod_init() by Tarun Kanti DebBarma · 12 years ago
  13. 7b86cef gpio/omap: fix invalid context restore of gpio bank-0 by Jon Hunter · 12 years ago
  14. 9e303f2 gpio/omap: fix irq loss while in idle with debounce on by Grazvydas Ignotas · 12 years ago
  15. b3c64bc gpio/omap: (re)fix wakeups on level-triggered GPIOs by Kevin Hilman · 12 years ago
  16. 22770de gpio/omap: fix broken context restore for non-OFF mode transitions by Kevin Hilman · 12 years ago
  17. 1b128703 gpio/omap: fix missing check in *_runtime_suspend() by Tarun Kanti DebBarma · 12 years ago
  18. 4e962e8 gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume() by Tarun Kanti DebBarma · 12 years ago
  19. 9c4ed9e gpio/omap: remove suspend/resume callbacks by Tarun Kanti DebBarma · 12 years ago
  20. b1a8e3d gpio/omap: remove retrigger variable in gpio_irq_handler by Tarun Kanti DebBarma · 12 years ago
  21. 499fa28 gpio/omap: remove saved_wakeup field from struct gpio_bank by Tarun Kanti DebBarma · 12 years ago
  22. 0aa2727 gpio/omap: remove suspend_wakeup field from struct gpio_bank by Tarun Kanti DebBarma · 12 years ago
  23. c6f31c9 gpio/omap: remove saved_fallingdetect, saved_risingdetect by Tarun Kanti DebBarma · 12 years ago
  24. 6edd94d gpio/omap: fix incorrect initialization of omap_gpio_mod_init by Tarun Kanti DebBarma · 12 years ago
  25. 7fcca71 gpio/omap: fix redundant decoding of gpio offset by Tarun Kanti DebBarma · 13 years ago
  26. 2a900eb gpio/omap: fix incorrect update to context.irqenable1 by Tarun Kanti DebBarma · 13 years ago
  27. 960edff gpio/omap: fix incorrect context restore logic in omap_gpio_runtime_* by Tarun Kanti DebBarma · 13 years ago
  28. 2c836f7 gpio/omap: fix missing dataout context save in _set_gpio_dataout_reg by Tarun Kanti DebBarma · 13 years ago
  29. 8276536c gpio/omap: fix _set_gpio_irqenable implementation by Tarun Kanti DebBarma · 13 years ago
  30. 00ece7e gpio/omap: fix trigger type to unsigned by Tarun Kanti DebBarma · 13 years ago
  31. 381a752 gpio/omap: fix wakeup_en register update in _set_gpio_wakeup() by Tarun Kanti DebBarma · 13 years ago
  32. 8805f41 gpio/omap: Fix section warning for omap_mpuio_alloc_gc() by Tony Lindgren · 13 years ago
  33. 68942ed gpio/omap: fix wakeups on level-triggered GPIOs by Kevin Hilman · 13 years ago
  34. 25db711 gpio/omap: Fix IRQ handling for SPARSE_IRQ by Benoit Cousson · 13 years ago
  35. 384ebe1 gpio/omap: Add DT support to GPIO driver by Benoit Cousson · 13 years ago
  36. 96751fc gpio/omap: Use devm_ API and add request_mem_region by Benoit Cousson · 13 years ago
  37. 862ff64 gpio/omap: Remove bank->id information and misc cleanup by Benoit Cousson · 13 years ago
  38. f86bcc3 gpio/omap: handle set_dataout reg capable IP on restore by Nishanth Menon · 13 years ago
  39. 6d13eaa gpio/omap: restore OE only after setting the output level by Nishanth Menon · 13 years ago
  40. ba805be gpio/omap: enable irq at the end of all configuration in restore by Nishanth Menon · 13 years ago
  41. ae54735 gpio/omap: save and restore debounce registers by Nishanth Menon · 13 years ago
  42. 41d87cb gpio/omap: remove omap_gpio_save_context overhead by Tarun Kanti DebBarma · 13 years ago
  43. 6fd9c42 gpio/omap: fix incorrect access of debounce module by Tarun Kanti DebBarma · 13 years ago
  44. 72f83af9 gpio/omap: fix debounce clock handling by Tarun Kanti DebBarma · 13 years ago
  45. 2dc983c gpio/omap: cleanup prepare_for_idle and resume_after_idle by Tarun Kanti DebBarma · 13 years ago
  46. 065cd79 gpio/omap: optimize suspend and resume functions by Tarun Kanti DebBarma · 13 years ago
  47. 55b93c3 gpio/omap: use pm-runtime framework by Tarun Kanti DebBarma · 13 years ago
  48. d0d665a gpio/omap: remove bank->method & METHOD_* macros by Charulatha V · 13 years ago
  49. d3901ea gpio/omap: remove unnecessary bit-masking for read access by Tarun Kanti DebBarma · 13 years ago
  50. fad96ea gpio/omap: use pinctrl offset instead of macro by Charulatha V · 13 years ago
  51. ab985f0 gpio/omap: cleanup omap_gpio_mod_init function by Tarun Kanti DebBarma · 13 years ago
  52. 5e571f3 gpio/omap: cleanup set_gpio_triggering function by Tarun Kanti DebBarma · 13 years ago
  53. ae10f23 gpio/omap: remove hardcoded offsets in context save/restore by Tarun Kanti DebBarma · 13 years ago
  54. 9ea14d8 gpio/omap: use level/edge detect reg offsets by Tarun Kanti DebBarma · 13 years ago
  55. 6ed87c5 gpio/omap: further cleanup using wkup_en register by Tarun Kanti DebBarma · 13 years ago
  56. c8eef65 gpio/omap: avoid cpu checks during module ena/disable by Charulatha V · 13 years ago
  57. 803a243 gpio/omap: make non-wakeup GPIO part of pdata by Charulatha V · 13 years ago
  58. 60a3437 gpio/omap: handle save/restore context in GPIO driver by Tarun Kanti DebBarma · 13 years ago
  59. 6d62e21 gpio/omap: make gpio_context part of gpio_bank structure by Charulatha V · 13 years ago
  60. 0cde8d0 gpio/omap: use flag to identify wakeup domain by Charulatha V · 13 years ago
  61. 03e128c gpio/omap: remove dependency on gpio_bank_count by Charulatha V · 13 years ago
  62. 80f01ca Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  63. 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
  64. 78a4315 gpio/omap: fix build error with certain OMAP1 configs by Janusz Krzysztofik · 13 years ago
  65. 8323374 gpio/omap: check return value from irq_alloc_generic_chip by Todd Poynor · 13 years ago
  66. ece9528 gpio/omap: replace MOD_REG_BIT macro with static inline by Kevin Hilman · 13 years ago
  67. 1bc857f ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.h by Russell King · 13 years ago
  68. c7c8518 Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  69. e5ff444 gpio/omap: cleanup show revision, remove cpu_is checks, display only once by Kevin Hilman · 13 years ago
  70. 9942da0 gpio/omap: debounce remove SoC specific registers, use pdata by Kevin Hilman · 13 years ago
  71. f64ad1a gpio/omap: cleanup _set_gpio_wakeup(), remove ifdefs by Kevin Hilman · 13 years ago
  72. 7a6f841 gpio/omap: remove useless gpio_valid() & check_gpio() checks by Kevin Hilman · 13 years ago
  73. f8b46b5 gpio/omap: convert MPUIO IRQ over to generic irq_chip by Kevin Hilman · 13 years ago
  74. 28f3b5a gpio/omap: conslidate enable/disable of GPIO IRQs, remove ifdefs by Kevin Hilman · 13 years ago
  75. eef4bec gpio/omap: consolidate IRQ status handling, remove #ifdefs by Kevin Hilman · 13 years ago
  76. fa87931a gpio/omap: consolidate direction, input, output, remove #ifdefs by Kevin Hilman · 13 years ago
  77. a8be8da gpio/omap: remove get_gpio_bank() by Charulatha V · 13 years ago
  78. 129fd22 gpio/omap: replace get_gpio_index() by using bank width by Kevin Hilman · 13 years ago
  79. c390aad0 gpio/omap: _get_gpio_irqbank_mask: replace hard-coded mask with bank->width by Kevin Hilman · 13 years ago
  80. d5f4624 gpio/omap: move bank width into struct gpio_bank by Kevin Hilman · 13 years ago
  81. bdba15d gpio/omap: remove MPUIO handling from _clear_gpio_irqbank() by Kevin Hilman · 13 years ago
  82. df3c851 gpio/omap: _clear_gpio_irqbank: fix flushing of posted write by Kevin Hilman · 13 years ago
  83. 55b220c gpio/omap4: Fix missing interrupts during device wakeup due to IOPAD. by Ambresh K · 13 years ago
  84. 85ec7b9 GPIO: OMAP: add locking around calls to _set_gpio_triggering by Colin Cross · 13 years ago
  85. 0622b25 GPIO: OMAP: fix setting IRQWAKEN bits for OMAP4 by Colin Cross · 13 years ago
  86. d52b31d GPIO: OMAP: fix section mismatch warnings by Russell King · 13 years ago
  87. e5cdb13 GPIO: OMAP: move to drivers/gpio by Kevin Hilman · 13 years ago[Renamed (99%) from arch/arm/plat-omap/gpio.c]
  88. 5ee1a81 GPIO: OMAP: move register offset defines into <plat/gpio.h> by Kevin Hilman · 13 years ago
  89. 9a55d97 Merge branch 'devel-stable' into for-linus by Russell King · 13 years ago
  90. ee14418 ARM: omap: update GPIO chained IRQ handler to use entry/exit functions by Will Deacon · 14 years ago
  91. 3c437ff ARM / OMAP: Use struct syscore_ops for "core" power management by Rafael J. Wysocki · 13 years ago
  92. 6845664a arm: Cleanup the irq namespace by Thomas Gleixner · 13 years ago
  93. 8c04a17 arm: plat-omap: Cleanup irq_desc access by Thomas Gleixner · 13 years ago
  94. 1475b85 arm: Use genirq lockdep helper to set lock class by Thomas Gleixner · 13 years ago
  95. 16c1020 Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  96. e919102 ARM: plat-omap: irq_data conversion. by Lennert Buytenhek · 14 years ago
  97. 1a9b587 arm: omap: gpio: don't access irq_desc array directly by Felipe Balbi · 14 years ago
  98. f7c5cc4 OMAP: GPIO: fix _set_gpio_triggering() for OMAP2+ by Mika Westerberg · 14 years ago
  99. 72e06d0 OMAP2+: powerdomain: move header file from plat-omap to mach-omap2 by Paul Walmsley · 14 years ago
  100. 5de62b8 omap1: Fix gpio mpuio bank to work for multi-omap for 7xx/15xx/16xx by Tony Lindgren · 14 years ago