1. 2a900eb gpio/omap: fix incorrect update to context.irqenable1 by Tarun Kanti DebBarma · 13 years ago
  2. 960edff gpio/omap: fix incorrect context restore logic in omap_gpio_runtime_* by Tarun Kanti DebBarma · 13 years ago
  3. 2c836f7 gpio/omap: fix missing dataout context save in _set_gpio_dataout_reg by Tarun Kanti DebBarma · 13 years ago
  4. 8276536c gpio/omap: fix _set_gpio_irqenable implementation by Tarun Kanti DebBarma · 13 years ago
  5. 00ece7e gpio/omap: fix trigger type to unsigned by Tarun Kanti DebBarma · 13 years ago
  6. 381a752 gpio/omap: fix wakeup_en register update in _set_gpio_wakeup() by Tarun Kanti DebBarma · 13 years ago
  7. b0092f2 gpio: tegra: tegra_gpio_config shouldn't be __init by Stephen Warren · 13 years ago
  8. e041013 powerpc/85xx: Board support for GE IMP3A by Martyn Welch · 13 years ago
  9. 6518bb6 gpio: Move GE GPIO driver to reside within GPIO subsystem by Martyn Welch · 13 years ago
  10. 4788d72 Merge branch 'next/soc-exynos5250-gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/drivers by Arnd Bergmann · 13 years ago
  11. f4e2467 Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 into next/cleanup by Arnd Bergmann · 13 years ago
  12. d39c815 gpio/samsung: use ioremap() for EXYNOS4 GPIOlib by Sangsu Park · 13 years ago
  13. a9696d8 gpio/samsung: add support GPIOlib for EXYNOS5250 by Sangsu Park · 13 years ago
  14. 08932d8 ep93xx: Configure GPIO ports in core code by Ryan Mallon · 13 years ago
  15. 81b279d gpio/davinci: fix enabling unbanked GPIO IRQs by Sekhar Nori · 13 years ago
  16. ab2dde9 gpio/davinci: fix oops on unbanked gpio irq request by Sekhar Nori · 13 years ago
  17. 8805f41 gpio/omap: Fix section warning for omap_mpuio_alloc_gc() by Tony Lindgren · 13 years ago
  18. 691e06c ARM: tegra: export tegra_gpio_{en,dis}able by Arnd Bergmann · 13 years ago
  19. 7535b8b gpio/gpio-stmpe: Fix the value returned by _get_value routine by Bhupesh Sharma · 13 years ago
  20. 46158aa GPIO: LPC32xx: Add output reading to GPO P3 by Roland Stigge · 13 years ago
  21. 8e5fb37 GPIO: LPC32xx: Fix missing bit selection mask by Roland Stigge · 13 years ago
  22. 68942ed gpio/omap: fix wakeups on level-triggered GPIOs by Kevin Hilman · 13 years ago
  23. 38040c8 gpio: Support no-irq stmpe mode by Chris Blair · 13 years ago
  24. 25db711 gpio/omap: Fix IRQ handling for SPARSE_IRQ by Benoit Cousson · 13 years ago
  25. 384ebe1 gpio/omap: Add DT support to GPIO driver by Benoit Cousson · 13 years ago
  26. 96751fc gpio/omap: Use devm_ API and add request_mem_region by Benoit Cousson · 13 years ago
  27. 862ff64 gpio/omap: Remove bank->id information and misc cleanup by Benoit Cousson · 13 years ago
  28. 3a70b7e Merge branch 'depends/irqdomain' into next/drivers by Arnd Bergmann · 13 years ago
  29. e4e449e gpiolib: Add comments explaining the _cansleep() WARN_ON()s by Mark Brown · 13 years ago
  30. 25553ff gpio: gpiolib: Support for open source/emitter gpios by Laxman Dewangan · 13 years ago
  31. aca5ce1 gpio: gpiolib: Support for open drain/collector gpios by Laxman Dewangan · 13 years ago
  32. 7cb7f82 Merge tag 'tegra-soc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra into tegra/soc-drivers by Arnd Bergmann · 13 years ago
  33. 6e2cf65 gpio: constify the data parameter to gpiochip_find() by Grant Likely · 13 years ago
  34. 1220547 Merge branch 'depends/omap/gpio/runtime-pm-cleanup' into next/cleanup by Arnd Bergmann · 13 years ago
  35. b3950d5 Merge branch 'irqdomain/next' into gpio/next by Grant Likely · 13 years ago
  36. bdc93a7 gpio: tegra: Fix build issue due to irq_domain rework. by Stephen Warren · 13 years ago
  37. 63325ff ARM: OMAP1: Move 16xx GPIO system clock to platform init code by Tony Lindgren · 13 years ago
  38. daefd89 Merge branch 'for_3.4/gpio/runtime-pm-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into gpio/next by Grant Likely · 13 years ago
  39. 6e33ace gpio/gpio-pl061: No need of thaw and poweroff routines for hibernate by Viresh Kumar · 13 years ago
  40. ff8c3ab irq_domain/powerpc: Replace custom xlate functions with library functions by Grant Likely · 13 years ago
  41. a8db8cf irq_domain: Replace irq_alloc_host() with revmap-specific initializers by Grant Likely · 13 years ago
  42. 864533c Fix circular locking dependency (3.3-rc2) by Ming Lei · 13 years ago
  43. bae1d8f irq_domain/powerpc: Use common irq_domain structure instead of irq_host by Grant Likely · 13 years ago
  44. 3391811 gpio: tegra: Parameterize the number of banks by Stephen Warren · 13 years ago
  45. 6f74dc9 gpio: tegra: Dynamically allocate IRQ base, and support DT by Stephen Warren · 13 years ago
  46. f86bcc3 gpio/omap: handle set_dataout reg capable IP on restore by Nishanth Menon · 13 years ago
  47. 6d13eaa gpio/omap: restore OE only after setting the output level by Nishanth Menon · 13 years ago
  48. ba805be gpio/omap: enable irq at the end of all configuration in restore by Nishanth Menon · 13 years ago
  49. ae54735 gpio/omap: save and restore debounce registers by Nishanth Menon · 13 years ago
  50. 41d87cb gpio/omap: remove omap_gpio_save_context overhead by Tarun Kanti DebBarma · 13 years ago
  51. 6fd9c42 gpio/omap: fix incorrect access of debounce module by Tarun Kanti DebBarma · 13 years ago
  52. 72f83af9 gpio/omap: fix debounce clock handling by Tarun Kanti DebBarma · 13 years ago
  53. 2dc983c gpio/omap: cleanup prepare_for_idle and resume_after_idle by Tarun Kanti DebBarma · 13 years ago
  54. 065cd79 gpio/omap: optimize suspend and resume functions by Tarun Kanti DebBarma · 13 years ago
  55. 55b93c3 gpio/omap: use pm-runtime framework by Tarun Kanti DebBarma · 13 years ago
  56. d0d665a gpio/omap: remove bank->method & METHOD_* macros by Charulatha V · 13 years ago
  57. d3901ea gpio/omap: remove unnecessary bit-masking for read access by Tarun Kanti DebBarma · 13 years ago
  58. fad96ea gpio/omap: use pinctrl offset instead of macro by Charulatha V · 13 years ago
  59. ab985f0 gpio/omap: cleanup omap_gpio_mod_init function by Tarun Kanti DebBarma · 13 years ago
  60. 5e571f3 gpio/omap: cleanup set_gpio_triggering function by Tarun Kanti DebBarma · 13 years ago
  61. ae10f23 gpio/omap: remove hardcoded offsets in context save/restore by Tarun Kanti DebBarma · 13 years ago
  62. 9ea14d8 gpio/omap: use level/edge detect reg offsets by Tarun Kanti DebBarma · 13 years ago
  63. 6ed87c5 gpio/omap: further cleanup using wkup_en register by Tarun Kanti DebBarma · 13 years ago
  64. c8eef65 gpio/omap: avoid cpu checks during module ena/disable by Charulatha V · 13 years ago
  65. 803a243 gpio/omap: make non-wakeup GPIO part of pdata by Charulatha V · 13 years ago
  66. 60a3437 gpio/omap: handle save/restore context in GPIO driver by Tarun Kanti DebBarma · 13 years ago
  67. 6d62e21 gpio/omap: make gpio_context part of gpio_bank structure by Charulatha V · 14 years ago
  68. 0cde8d0 gpio/omap: use flag to identify wakeup domain by Charulatha V · 13 years ago
  69. 03e128c gpio/omap: remove dependency on gpio_bank_count by Charulatha V · 13 years ago
  70. 9467d29 gpio: tps65910: Add sleep control support by Laxman Dewangan · 13 years ago
  71. b43ab90 gpio: Add a driver for Sodaville GPIO controller by Sebastian Andrzej Siewior · 13 years ago
  72. 7e3a70f gpio: Add missing spin_lock_init in gpio-ml-ioh driver by Axel Lin · 13 years ago
  73. d166370 gpio: Add missing spin_lock_init in gpio-pch driver by Axel Lin · 13 years ago
  74. 876cf5e gpio: samsung: adapt to changes in gpio specifier translator function declaration by Thomas Abraham · 13 years ago
  75. 608589b ARM/mx35/3ds: gpio: add mc9s08dz60 gpio function by wu guoxing · 13 years ago
  76. feefe73 gpio: pxa: explicitly include mach/irqs.h by Rob Herring · 13 years ago
  77. 95120d5 Correct bad gpio naming by Roland Stigge · 13 years ago
  78. 94bd244 gpio: tps65910: Use correct offset for gpio initialization by Laxman Dewangan · 13 years ago
  79. 265fe02 gpio/it8761e: Restrict it8761e gpio driver to x86. by Grant Likely · 13 years ago
  80. dd9328a gpio-ml-ioh: cleanup __iomem annotation usage by Márton Németh · 13 years ago
  81. 2bd1c85 gpio-ml-ioh: cleanup NULL pointer checking by Márton Németh · 13 years ago
  82. cd7bf8a gpio-pch: cleanup __iomem annotation usage by Márton Németh · 13 years ago
  83. c4addcb gpio-pch: cleanup NULL pointer checking by Márton Németh · 13 years ago
  84. f5e4e20 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  85. f408c98 GPIO: sa1100: implement proper gpiolib gpio_to_irq conversion by Russell King · 13 years ago
  86. 21ebd6c Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  87. d52739c Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 13 years ago
  88. 2ac9d7a Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  89. dfc1ebe Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  90. cccdceb gpio: Add support for stmpe variant 801 by Viresh Kumar · 13 years ago
  91. b7d845f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 13 years ago
  92. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  93. fbce1c2 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  94. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  95. d3d0b02 Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  96. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  97. fda8790 Merge branch 'gpio-for-grant' of git://sources.calxeda.com/kernel/linux into gpio/next by Grant Likely · 13 years ago
  98. 2de0dbc gpio: pl061: remove combined interrupt by Rob Herring · 13 years ago
  99. 3ab5247 gpio: pl061: convert to use generic irq chip by Rob Herring · 13 years ago
  100. 1a0703e GPIO: add bindings for managed devices by John Crispin · 13 years ago