1. adaaf63 gpio: vf610: drop unused MODULE_ tags from non-modular code by Paul Gortmaker · 8 years ago
  2. b29c5dd gpio: spear-spics: drop unused MODULE_ tags from non-modular code by Paul Gortmaker · 8 years ago
  3. 2c8d6c8 gpio: mxc: drop unused MODULE_ tags from non-modular code by Paul Gortmaker · 8 years ago
  4. 9810288 gpio: msic: drop unused MODULE_ tags from non-modular code by Paul Gortmaker · 8 years ago
  5. 7d9e59c gpio: wcove-gpio: add get_direction method by Bin Gao · 8 years ago
  6. 048c28c gpio: make any OF dependent driver depend on OF_GPIO by Linus Walleij · 8 years ago
  7. 2527ecc gpio: Fix OF build problem on UM by Linus Walleij · 8 years ago
  8. 9c66863 gpio: add Technologic I2C-FPGA gpio support by Lucile Quirion · 8 years ago
  9. acf06ff gpio: refactor gpiochip_find() slightly by Masahiro Yamada · 8 years ago
  10. 05cc995 gpio: mmio: add brcm,bcm6345 support by Christian Lamparter · 8 years ago
  11. de4b894 Merge tag 'ib-mfd-gpio-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into devel by Linus Walleij · 8 years ago
  12. 6ea5dcd gpio: Add GPIO support for the Diamond Systems GPIO-MM by William Breathitt Gray · 8 years ago
  13. 0ba19cf gpio: Add Intel WhiskeyCove PMIC GPIO driver by Bin Gao · 8 years ago
  14. f72f4b4 gpio: Add AXP209 GPIO driver by Maxime Ripard · 8 years ago
  15. e23efa3 gpio: pca954x: Add vcc regulator and enable it by Phil Reid · 8 years ago
  16. 6f4deb1 gpio: max730x: set gpiochip data pointer before using it by Christophe Leroy · 8 years ago
  17. c6a05a0 gpio: stmpe: Add STMPE1600 support by Patrice Chotard · 8 years ago
  18. 43db289 gpio: stmpe: Rework registers access by Patrice Chotard · 8 years ago
  19. 6936e1f gpio: stmpe: Write int status register only when needed by Patrice Chotard · 8 years ago
  20. 287849c gpio: stmpe: Fix edge and rising/falling edge detection by Patrice Chotard · 8 years ago
  21. 65053e1 gpio: delete ARCH_[WANTS_OPTIONAL|REQUIRE]_GPIOLIB by Linus Walleij · 8 years ago
  22. 1cd04d2 Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  23. bfab7c8 gpio: dwapb: add missing fwnode_handle_put() in dwapb_gpio_get_pdata() by Wei Yongjun · 8 years ago
  24. fcce9f1 gpio: merrifield: Protect irq_ack() and gpio_set() by lock by Andy Shevchenko · 8 years ago
  25. ccf6fd6 gpio: merrifield: Introduce GPIO driver to support Merrifield by Andy Shevchenko · 8 years ago
  26. c78e3cf gpio: intel-mid: Make it depend to X86_INTEL_MID by Andy Shevchenko · 8 years ago
  27. 3cabe87 gpio: intel-mid: Sort header block alphabetically by Andy Shevchenko · 8 years ago
  28. 3dbd321 gpio: intel-mid: Remove potentially harmful code by Andy Shevchenko · 8 years ago
  29. e79c583 gpio: rcar: add R8A7792 support by Sergei Shtylyov · 8 years ago
  30. ee4fc40 gpiolib: remove duplicated include from gpiolib.c by Wei Yongjun · 8 years ago
  31. 0bfb85c gpio: tegra: don't auto-enable for COMPILE_TEST by Arnd Bergmann · 8 years ago
  32. 78456d6 Revert "gpio: convince line to become input in irq helper" by Linus Walleij · 8 years ago
  33. da17f8a gpiolib: of_find_gpio(): Don't discard errors by Lars-Peter Clausen · 8 years ago
  34. acc6e33 gpio: of: Allow overriding the device node by Thierry Reding · 8 years ago
  35. 92c74bc Revert "gpio: gpiolib-of: Allow compile testing" by Linus Walleij · 8 years ago
  36. d932cd4 gpio: free handles in fringe cases by Linus Walleij · 8 years ago
  37. 85b03b3 Revert "gpiolib: Split GPIO flags parsing and GPIO configuration" by Johan Hovold · 8 years ago
  38. 87041a5 gpio: sch: Fix Oops on module load on Asus Eee PC 1201 by Colin Pitrat · 8 years ago
  39. a944a89 gpio: tps65218: Add platform_device_id table by Keerthy · 8 years ago
  40. 1941b44 gpio: max77620: get gpio value based on direction by Venkat Reddy Talla · 8 years ago
  41. 00bf377 Merge tag 'pinctrl-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 8 years ago
  42. 7eebe96 gpio: lynxpoint: avoid potential warning on error path by Andy Shevchenko · 8 years ago
  43. dd3b204 gpio: intel-mid: switch to devm_gpiochip_add_data() by Andy Shevchenko · 8 years ago
  44. 771d899 gpio: 74x164: Use spi_write() helper instead of open coding by Geert Uytterhoeven · 8 years ago
  45. 99468c1 gpio: of: factor out common code to a new helper function by Masahiro Yamada · 8 years ago
  46. 762c2e4 gpio: of: remove of_gpiochip_and_xlate() and struct gg_data by Masahiro Yamada · 8 years ago
  47. 1020dfd gpio: of: move chip->of_gpio_n_cells checking to of_gpiochip_add() by Masahiro Yamada · 8 years ago
  48. be71534 gpio: of: drop needless gpio_chip look-up in of_parse_own_gpio() by Masahiro Yamada · 8 years ago
  49. 3f9547e gpio: of: optimize "gpios" property parsing of of_parse_own_gpio() by Masahiro Yamada · 8 years ago
  50. 7e7c059 gpio: convince line to become input in irq helper by Linus Walleij · 8 years ago
  51. 144b5ae Merge tag 'gpio-v4.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  52. 9ee8ff4 gpio: tegra: Make lockdep class file-scoped by Thierry Reding · 8 years ago
  53. 33265b1 gpiolib: make lineevent_irq_thread static by Ben Dooks · 8 years ago
  54. e2f608b gpio: make the iterator point to last handle by Linus Walleij · 8 years ago
  55. f4ae916 gpio: Allow PC/104 devices on X86_64 by William Breathitt Gray · 8 years ago
  56. bfbbe44 gpio: make library immune to error pointers by Linus Walleij · 8 years ago
  57. 79bb71b gpio: make sure gpiod_to_irq() returns negative on NULL desc by Linus Walleij · 8 years ago
  58. bc0207a gpiolib: avoid uninitialized data in gpio kfifo by Arnd Bergmann · 8 years ago
  59. 61f922d gpio: userspace ABI for reading GPIO line events by Linus Walleij · 8 years ago
  60. d7c51b4 gpio: userspace ABI for reading/writing GPIO lines by Linus Walleij · 8 years ago
  61. 747e42a1c gpio: pca953x: enable driver on Intel Edison by Andy Shevchenko · 8 years ago
  62. 3f86a63 gpio: acpi: add _DEP support for Acer One 10 by Rui Zhang · 8 years ago
  63. 107cdd2 gpio: f7188x: Implement get_direction. by plr.vincent@gmail.com · 8 years ago
  64. 053ae64 gpio: 104-idi-48: Fix missing spin_lock_init for ack_lock by Axel Lin · 8 years ago
  65. a246b81 gpio: pca953x: Fix NBANK calculation for PCA9536 by Vignesh R · 8 years ago
  66. b66b2a0 gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings by Ben Dooks · 8 years ago
  67. 60a5eab gpio: select ANON_INODES by Linus Walleij · 8 years ago
  68. c0d30ec gpio: mmio: add MyBook Live GPIO support by Christian Lamparter · 8 years ago
  69. e698613 gpio: mmio: add DT support for memory-mapped GPIOs by Álvaro Fernández Rojas · 8 years ago
  70. 54b7299 gpio: lpc18xx: convert GPIO_LPC18XX from bool to tristate by Paul Gortmaker · 8 years ago
  71. 7d4defe gpio: include <linux/io-mapping.h> in gpiolib-of by Linus Walleij · 8 years ago
  72. baa1b92 gpio: Add ACPI support for XLP GPIO controller by Kamlakant Patel · 8 years ago
  73. 1630a06 gpio: xlp: Fix vulcan IRQ descriptor allocation by Kamlakant Patel · 8 years ago
  74. 1bdb5c8 gpio: clps711x: Remove board support by Alexander Shiyan · 8 years ago
  75. 2e607fc gpio: syscon: Change the compatibility string by Alexander Shiyan · 8 years ago
  76. 1a4d458 gpio: clps711x: Change the compatibility string by Alexander Shiyan · 8 years ago
  77. f4833b8 gpiolib: Fix unaligned used of reference counters by Ricardo Ribalda Delgado · 8 years ago
  78. 11f33a6 gpiolib: Fix NULL pointer deference by Ricardo Ribalda Delgado · 8 years ago
  79. 0f84f29 gpio: zynq: initialize clock even without CONFIG_PM by Helmut Grohne · 8 years ago
  80. 8e7c1b80 gpio: xilinx: Add support to set multiple GPIO at once by Iban Rodriguez · 8 years ago
  81. d15d6cf gpio: 104-dio-48e: Fix control port offset computation off-by-one error by William Breathitt Gray · 8 years ago
  82. c4d1cbd gpio: pca953x: enfore type for i2c_smbus_write_word_data() by Andy Shevchenko · 8 years ago
  83. 8c7a92d gpio: pca953x: remove redundant assignments by Andy Shevchenko · 8 years ago
  84. adc2847 gpio: pcf857x: restore the initial line state of all pcf lines by Kishon Vijay Abraham I · 8 years ago
  85. 2ec64c9 gpio: remove redundant owner assignments of drivers by Masahiro Yamada · 8 years ago
  86. 602cf63 gpio: of: add missing of_node_put() to of_gpiochip_add_pin_range() by Masahiro Yamada · 8 years ago
  87. 23087a0 gpio: max77620: use the new open drain callback by Laxman Dewangan · 8 years ago
  88. ff93ec7 gpio: max77620: Configure interrupt trigger level by Laxman Dewangan · 8 years ago
  89. 8e293fb gpio: stmpe: implement .get_direction() by Linus Walleij · 8 years ago
  90. 353661d gpio: pca953x: Add support for TI PCA9536 by Vignesh R · 8 years ago
  91. 02c5ba1 gpio: max77620: add gpio driver for MAX77620/MAX20024 by Laxman Dewangan · 8 years ago
  92. 545ebd9 gpio: drop lock before reading GPIO direction by Linus Walleij · 8 years ago
  93. 54d7719 gpio: bail out silently on NULL descriptors by Linus Walleij · 8 years ago
  94. 8b92e17 gpio: handle compatible ioctl() pointers by Linus Walleij · 8 years ago
  95. 9c10280 gpio: flush direction status in gpiochip_lock_as_irq() by Linus Walleij · 8 years ago
  96. 320a648 gpio: lpc32xx: disable broken to_irq support by Sylvain Lemieux · 8 years ago
  97. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
  98. 3aa2fc1 Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  99. 1eccc6e Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  100. a90295b gpio: zevio: make it explicitly non-modular by Paul Gortmaker · 8 years ago