1. 1aeede0 gpio: gpioep93xx: use devm functions by abdoulaye berthe · 11 years ago
  2. ae28193 gpio: janzttl: use devm function by abdoulaye berthe · 11 years ago
  3. 0ed3398 gpio: timberdale: use devm functions by abdoulaye berthe · 11 years ago
  4. a435e18 gpio: bt8xx: use devm function for memory allocation by abdoulaye berthe · 11 years ago
  5. 345477f gpio: omap: prepare and unprepare the debounce clock by Rajendra Nayak · 11 years ago
  6. 29a1f233 gpio: Add helpers for optional GPIOs by Thierry Reding · 11 years ago
  7. 9132913 gpio: pca953x: request a shared interrupt by Toby Smith · 11 years ago
  8. 3275d07 gpio: pca953x: return IRQ_NONE when appropriate by Toby Smith · 11 years ago
  9. dd64003 gpio: mvebu: Remove initcall-based driver initialization by Ezequiel Garcia · 11 years ago
  10. a49f2e7 gpio: zevio: Make of_device_id array const by Jingoo Han · 11 years ago
  11. 9992bc9 gpio: xilinx: Make of_device_id array const by Jingoo Han · 11 years ago
  12. 30373b6 gpio: tegra: Make of_device_id array const by Jingoo Han · 11 years ago
  13. 722782f gpio: palmas: Make of_device_id array const by Jingoo Han · 11 years ago
  14. 271b17b gpio: mvebu: Make of_device_id array const by Jingoo Han · 11 years ago
  15. ac79180 gpio: mcp23s08: Make of_device_id array const by Jingoo Han · 11 years ago
  16. f77b644 gpio: grgpio: Make of_device_id array const by Jingoo Han · 11 years ago
  17. 50908d6 gpio: zevio: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  18. 0661175 gpio: tps65910: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  19. e1ccdb8 gpio: tps6586x: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  20. c88a73b gpio: tegra: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  21. 48b9750 gpio: SPEAr: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  22. 84e27f9 gpio: rdc321x: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  23. 4189336 gpio: rcar: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  24. 4b7dfd7 gpio: rc5t583: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  25. 5605beb gpio: palmas: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  26. 6c8365f gpio: mvebu: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  27. 40b295f gpio: moxart: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  28. 1981d08 gpio: lynxpoint: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  29. 4920c4a gpio: janz-ttl: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  30. d4c4f88 gpio: em: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  31. 9ea9363c gpio: davinci: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  32. 1a25908 gpio: adp5588: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  33. e8a71aa gpio: adp5520: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  34. 9d5d96e gpio: always enable GPIO_OMAP on ARCH_OMAP by Arnd Bergmann · 11 years ago
  35. bea4150 gpio: pl061: use BIT() macro instead of shifting bits by Javier Martinez Canillas · 11 years ago
  36. b1e9fec gpio: omap: use BIT() macro instead of shifting bits by Javier Martinez Canillas · 11 years ago
  37. 459b818 gpio: kempld: use BIT() macro instead of shifting bits by Javier Martinez Canillas · 11 years ago
  38. 5f07764 gpio: em: use BIT() macro instead of shifting bits by Javier Martinez Canillas · 11 years ago
  39. 0879162 gpio: Fix gpio_get -> gpiod_get typo in kernel-doc by Thierry Reding · 11 years ago
  40. dd34c37 gpio: of: Allow -gpio suffix for property names by Thierry Reding · 11 years ago
  41. 9370084 gpio: omap: implement get_direction by Yegor Yefremov · 11 years ago
  42. 47a95fe gpio: of: Remove unneeded dummy function by Thierry Reding · 11 years ago
  43. 1333b90 gpio: do not set up hardware for IRQ_TYPE_NONE by Linus Walleij · 11 years ago
  44. 95ad6b9 gpio: rdc321x: Convert to use devm_kzalloc by Axel Lin · 11 years ago
  45. df0c6c8 gpio: rcar: Add minimal runtime PM support by Geert Uytterhoeven · 11 years ago
  46. 9288eca gpio: kempld: Fix autoloading of module by Axel Lin · 11 years ago
  47. 7e9fcc9 gpio: sch311x: Slightly refactor sch311x_detect for better readability by Axel Lin · 11 years ago
  48. f604cf0 gpio: pl061/sx150x: Remove unneeded include of linux/workqueue.h by Axel Lin · 11 years ago
  49. b6d71fd gpio: max730x: Remove kfree(ts) in __max730x_remove() by Axel Lin · 11 years ago
  50. 9dacc6d gpio: ge: Convert to platform driver by Alexander Shiyan · 11 years ago
  51. ccd9726 gpiolib: of: remove gpio_to_desc() usage by Linus Walleij · 11 years ago
  52. ef7de26 gpio: zevio: Get correct gpio output value by Axel Lin · 11 years ago
  53. e45d1c8 gpio: put GPIO IRQs into their own lock class by Linus Walleij · 11 years ago
  54. 1e0d982 gpio-sch: set output level after configuration of direction by Daniel Krueger · 11 years ago
  55. 9ea8d81 gpio: zevio: Remove of_match_ptr around zevio_gpio_of_match by Axel Lin · 11 years ago
  56. 11d3d33 gpio: dwapb: drop irq_setup_generic_chip() by Sebastian Andrzej Siewior · 11 years ago
  57. fb655f5 gpio: omap: convert driver to use gpiolib irqchip by Javier Martinez Canillas · 11 years ago
  58. cd0a374 gpio: omap: add a GPIO_OMAP option instead of using ARCH_OMAP by Javier Martinez Canillas · 11 years ago
  59. 6ef7f38 gpio: omap: check gpiochip_add() return value by Javier Martinez Canillas · 11 years ago
  60. caebd9d gpio: omap: convert to use irq_domain_add_simple() by Javier Martinez Canillas · 11 years ago
  61. 0815c2c gpio: timberdale: simplify dependencies by Jean Delvare · 11 years ago
  62. cf42f1c gpio: tc3589x: use gpiolib irqchip helpers by Linus Walleij · 11 years ago
  63. 5c81f20 gpio: tc3589x: get rid of static IRQ base by Linus Walleij · 11 years ago
  64. 033f275 gpio: tc3589x: use managed resources by Linus Walleij · 11 years ago
  65. 1c8732b gpio: support threaded interrupts in irqchip helpers by Linus Walleij · 11 years ago
  66. 4d0fa8a Merge tag 'gpio-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 11 years ago
  67. 9cc2368 Shiraz has moved by Viresh Kumar · 11 years ago
  68. b5539fa gpio / ACPI: Prevent potential wrap of GPIO value on OpRegion read by Mika Westerberg · 11 years ago
  69. e9595f8 gpio / ACPI: Don't crash on NULL chip->dev by Mika Westerberg · 11 years ago
  70. 7633fb9 gpio: set data first, then chip and handler by Linus Walleij · 11 years ago
  71. e5744ab Merge tag 'mfd-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 11 years ago
  72. cbda94e Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  73. 154d6f1 Merge tag 'gpio-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 11 years ago
  74. 40d4d33 MIPS: VR41xx: Mark GPIO lines used for IRQ by Linus Walleij · 11 years ago
  75. b22978f gpio: rcar: Add helper variable dev = &pdev->dev by Geert Uytterhoeven · 11 years ago
  76. 8650ea1 gpio-lynxpoint: force gpio_get() to return "1" and "0" only by Mathias Nyman · 11 years ago
  77. c3626fd gpio: unmap gpio irqs properly by Linus Walleij · 11 years ago
  78. 2ddf6cd pch_gpio: set value before enabling output direction by Daniel Krueger · 11 years ago
  79. fc86035 gpio: moxart: Actually set output state in moxart_gpio_direction_output() by Axel Lin · 11 years ago
  80. c9e8dba gpio: moxart: Avoid forward declaration by Axel Lin · 11 years ago
  81. a585f87 gpio: mxs: Allow for recursive enable_irq_wake() call by Marek Vasut · 11 years ago
  82. 24016ab gpio: samsung: Add missing "break" statement by Alexander Shiyan · 11 years ago
  83. fd0f885 gpio: twl4030: Remove redundant assignment by Alexander Shiyan · 11 years ago
  84. 138d876 gpio: iop: fix devm_ioremap_resource() return value checking by Bartlomiej Zolnierkiewicz · 11 years ago
  85. 8d5b24b gpio: pl061: convert driver to use gpiolib irqchip by Linus Walleij · 11 years ago
  86. 1425052 gpio: add IRQ chip helpers in gpiolib by Linus Walleij · 11 years ago
  87. 3b92318 gpio: ich: Add support for Intel Avoton by Vincent Donnefort · 11 years ago
  88. e6540f3 gpio: ich: Add output levels cache support by Vincent Donnefort · 11 years ago
  89. bb62a35 gpio: ich: Add support for multiple register addresses by Vincent Donnefort · 11 years ago
  90. ba7f74f gpio: ich: Add blink capability option by Vincent Donnefort · 11 years ago
  91. 6a8a0c1 gpio: Driver for SYSCON-based GPIOs by Alexander Shiyan · 11 years ago
  92. 1933853 gpio: generic: Use platform_device_id->driver_data field for driver flags by Alexander Shiyan · 11 years ago
  93. 57ef042 gpio: switch drivers to use new callback by Linus Walleij · 11 years ago
  94. 473ed7b gpio / ACPI: Add support for ACPI GPIO operation regions by Mika Westerberg · 11 years ago
  95. 9e29442 Merge tag 'v3.14-rc6' into devel by Linus Walleij · 11 years ago
  96. 2360096 gpio: clamp returned values to the boolean range by Alexandre Courbot · 11 years ago
  97. 6072b9d gpio / ACPI: Rework ACPI GPIO event handling by Mika Westerberg · 11 years ago
  98. 4b01a14 gpio / ACPI: Rename acpi_gpio_evt_pin to acpi_gpio_event by Mika Westerberg · 11 years ago
  99. aa92b6f gpio / ACPI: Allocate ACPI specific data directly in acpi_gpiochip_add() by Mika Westerberg · 11 years ago
  100. 77c2d79 gpiolib: Allow GPIO chips to request their own GPIOs by Mika Westerberg · 11 years ago