1. 031ba28 gpio: acpi: separation of concerns by Linus Walleij · 8 years ago
  2. ea713bc gpio: OF: separation of concerns by Linus Walleij · 8 years ago
  3. 22a5db9 Merge branch 'gpio-irq-validmask' of /home/linus/linux-pinctrl into devel by Linus Walleij · 8 years ago
  4. 79b804c gpiolib: Make it possible to exclude GPIOs from IRQ domain by Mika Westerberg · 8 years ago
  5. 0a1e005 gpiolib: Forbid irqchip default trigger for ACPI enumerated devices by Mika Westerberg · 8 years ago
  6. 332e99d gpio/gpiolib: Forbid irqchip default trigger if probed over DT by Marc Zyngier · 8 years ago
  7. acf06ff gpio: refactor gpiochip_find() slightly by Masahiro Yamada · 8 years ago
  8. 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
  9. ee4fc40 gpiolib: remove duplicated include from gpiolib.c by Wei Yongjun · 8 years ago
  10. 78456d6 Revert "gpio: convince line to become input in irq helper" by Linus Walleij · 8 years ago
  11. da17f8a gpiolib: of_find_gpio(): Don't discard errors by Lars-Peter Clausen · 8 years ago
  12. acc6e33 gpio: of: Allow overriding the device node by Thierry Reding · 8 years ago
  13. d932cd4 gpio: free handles in fringe cases by Linus Walleij · 8 years ago
  14. 85b03b3 Revert "gpiolib: Split GPIO flags parsing and GPIO configuration" by Johan Hovold · 8 years ago
  15. 7e7c059 gpio: convince line to become input in irq helper by Linus Walleij · 8 years ago
  16. 33265b1 gpiolib: make lineevent_irq_thread static by Ben Dooks · 8 years ago
  17. e2f608b gpio: make the iterator point to last handle by Linus Walleij · 8 years ago
  18. bfbbe44 gpio: make library immune to error pointers by Linus Walleij · 8 years ago
  19. 79bb71b gpio: make sure gpiod_to_irq() returns negative on NULL desc by Linus Walleij · 8 years ago
  20. bc0207a gpiolib: avoid uninitialized data in gpio kfifo by Arnd Bergmann · 8 years ago
  21. 61f922d gpio: userspace ABI for reading GPIO line events by Linus Walleij · 8 years ago
  22. d7c51b4 gpio: userspace ABI for reading/writing GPIO lines by Linus Walleij · 8 years ago
  23. f4833b8 gpiolib: Fix unaligned used of reference counters by Ricardo Ribalda Delgado · 8 years ago
  24. 11f33a6 gpiolib: Fix NULL pointer deference by Ricardo Ribalda Delgado · 8 years ago
  25. 545ebd9 gpio: drop lock before reading GPIO direction by Linus Walleij · 8 years ago
  26. 54d7719 gpio: bail out silently on NULL descriptors by Linus Walleij · 8 years ago
  27. 8b92e17 gpio: handle compatible ioctl() pointers by Linus Walleij · 8 years ago
  28. 9c10280 gpio: flush direction status in gpiochip_lock_as_irq() by Linus Walleij · 8 years ago
  29. 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
  30. 4c37ce8 gpio: make gpiod_to_irq() return negative for NO_IRQ by Linus Walleij · 8 years ago
  31. 72d3200 gpio: set up initial state from .get_direction() by Linus Walleij · 8 years ago
  32. 44c7288f gpio: move gpiod_set_array_value_priv() by Linus Walleij · 8 years ago
  33. c31a571 gpio: gpiolib: Print error number if gpio hog failed by Laxman Dewangan · 8 years ago
  34. 159f3cd gpiolib: Defer gpio device setup until after gpiolib initialization by Guenter Roeck · 8 years ago
  35. 476e2fc gpiolib: Do not use devm functions when registering gpio chip by Guenter Roeck · 8 years ago
  36. 2548753 gpio / ACPI: ignore GpioInt() GPIOs when requesting GPIO_OUT_* by Dmitry Torokhov · 8 years ago
  37. c663e5f gpio: support native single-ended hardware drivers by Linus Walleij · 8 years ago
  38. 1cfab8f gpiolib: Fix comment referring to gpio_*() in gpiod_*() by Geert Uytterhoeven · 8 years ago
  39. 016bf20 Merge branch 'devm-gpiochip-add-data' into devel by Linus Walleij · 8 years ago
  40. a961f9b gpiolib: rewrite gpiodev_add_to_list by Bamvor Jian Zhang · 8 years ago
  41. 214338e gpio: present the consumer of a line to userspace by Linus Walleij · 8 years ago
  42. 0cf3292 gpio: Add devm_ apis for gpiochip_add_data and gpiochip_remove by Laxman Dewangan · 8 years ago
  43. 9d8cc89 gpio: fixup line flags for userspace ABI by Linus Walleij · 8 years ago
  44. bd203bd gpiolib: fix crash when gpiochip removed by Bamvor Jian Zhang · 8 years ago
  45. 521a2ad gpio: add userspace ABI for GPIO line information by Linus Walleij · 8 years ago
  46. df4878e gpio: store reflect the label to userspace by Linus Walleij · 8 years ago
  47. 969f07b gpio: use kzalloc to allocate gpio_device by Josh Cartwright · 8 years ago
  48. 143b65d gpio: create an API to detect open drain/source on lines by Linus Walleij · 8 years ago
  49. 43c54ec gpio: move the subdriver data pointer into gpio_device by Linus Walleij · 8 years ago
  50. 20ec3e3 gpio: move the pin ranges into gpio_device by Linus Walleij · 8 years ago
  51. 33a68e8 gpio: reference count the gpio device for each desc by Linus Walleij · 8 years ago
  52. fdeb8e1 gpio: reflect base and ngpio into gpio_device by Linus Walleij · 8 years ago
  53. 6cee382 gpio/pinctrl: sunxi: stop poking around in private vars by Linus Walleij · 8 years ago
  54. 1c3cdb1 gpio: move descriptors into gpio_device by Linus Walleij · 8 years ago
  55. afbc4f3 gpio: move sysfs mock device to the gpio_device by Linus Walleij · 8 years ago
  56. 9efd9e6 gpio: remember to finally free gpio_device by Linus Walleij · 8 years ago
  57. 3c702e9 gpio: add a userspace chardev ABI for GPIOs by Linus Walleij · 9 years ago
  58. 34ffd85 gpio: refer to gpio device in prints and debugfs by Linus Walleij · 9 years ago
  59. ff2b135 gpio: make the gpiochip a real device by Linus Walleij · 9 years ago
  60. 58cf279a Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  61. 1c5ff2a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  62. 96098df gpiolib: fix chip order in gpio list by Julien Grossholtz · 8 years ago
  63. 09dd5f9 gpio: fix misleading comment by Linus Walleij · 9 years ago
  64. b08ea35 gpio: add a data pointer to gpio_chip by Linus Walleij · 9 years ago
  65. 5204472 ACPI / gpio: Add irq_type when a GPIO is used as an interrupt by Christophe RICARD · 9 years ago
  66. e28ecca gpio: fix warning about iterator by Sudip Mukherjee · 9 years ago
  67. 723a630 Revert "gpio: revert get() to non-errorprogating behaviour" by Linus Walleij · 9 years ago
  68. 0529357 Merge tag 'v4.4-rc6' into devel by Linus Walleij · 9 years ago
  69. 45ad7db gpio: revert get() to non-errorprogating behaviour by Linus Walleij · 9 years ago
  70. 7f0ad53 Merge branch 'for-dmitry' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio into goodix by Dmitry Torokhov · 9 years ago
  71. 10cf489 gpiolib: tighten up ACPI legacy gpio lookups by Dmitry Torokhov · 9 years ago
  72. c88402c gpiolib: make comment consistent with code by Bamvor Jian Zhang · 9 years ago
  73. d06165b gpiolib: fix oops, if gpio name is NULL by Vladimir Zapolskiy · 9 years ago
  74. 5ed41cc gpiolib: do not allow to insert an empty gpiochip by Bamvor Jian Zhang · 9 years ago
  75. ef7c755 gpiolib: improve overlap check of range of gpio by Bamvor Jian Zhang · 9 years ago
  76. ed37915 gpiolib: keep comment consistent with code by Bamvor Jian Zhang · 9 years ago
  77. 9c3c9bc gpiolib: tighten up ACPI legacy gpio lookups by Dmitry Torokhov · 9 years ago
  78. 58383c7 gpio: change member .dev to .parent by Linus Walleij · 9 years ago
  79. 0d51ce9 Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  80. ab736d7 Merge branch 'device-properties' by Rafael J. Wysocki · 9 years ago
  81. 90b665f gpiolib: Add and use OF_GPIO_SINGLE_ENDED flag by Laurent Pinchart · 9 years ago
  82. 923b93e gpiolib: Split GPIO flags parsing and GPIO configuration by Laurent Pinchart · 9 years ago
  83. c771c2f gpiolib: provide generic request/free implementations by Jonas Gorski · 9 years ago
  84. 48b5953 gpio: gpiolib: don't compare an unsigned for >= 0 by Dirk Behme · 9 years ago
  85. f881bab gpio: keep the GPIO line names internal by Linus Walleij · 9 years ago
  86. ced433e gpiolib: Add gpio name information to /sys/kernel/debug/gpio by Markus Pargmann · 9 years ago
  87. 5f3ca73 gpiolib: Use GPIO name from names array for gpio descriptor by Markus Pargmann · 9 years ago
  88. c0017ed gpio: Introduce gpio descriptor 'name' by Markus Pargmann · 9 years ago
  89. 504a337 ACPI / property: Extend device_get_next_child_node() to data-only nodes by Rafael J. Wysocki · 9 years ago
  90. 3a7a2ab ACPI / property: Extend fwnode_property_* to data-only subnodes by Rafael J. Wysocki · 9 years ago
  91. e20538b gpio: Propagate errors from chip->get() by Bjorn Andersson · 9 years ago
  92. f377ea8 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  93. a0a8bcf gpiolib: irqchip: use different lockdep class for each gpio irqchip by Grygorii Strashko · 9 years ago
  94. 8b67a1f gpio: don't override irq_*_resources() callbacks by Rabin Vincent · 9 years ago
  95. 28355f8 gpio: defer probe if pinctrl cannot be found by Tomeu Vizoso · 9 years ago
  96. 23393d4 gpio: kill off set_irq_flags usage by Rob Herring · 9 years ago
  97. d1aceb8 gpio: remove unneeded initializer in gpiochip_add_to_list() by Masahiro Yamada · 9 years ago
  98. be9015a gpiolib: Add support for removing registered consumer lookup table by Shobhit Kumar · 9 years ago
  99. 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
  100. 2563606 Merge tag 'gpiod-flags-for-4.3' of git://git.pengutronix.de/git/ukl/linux into devel by Linus Walleij · 9 years ago