1. 7b19981 ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node by Rafael J. Wysocki · 11 years ago
  2. c2d3306 Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 11 years ago
  3. 8a5dc58 Merge tag 'pinctrl-for-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 11 years ago
  4. e01f440 gpiolib / ACPI: allow passing GPIOF_ACTIVE_LOW for GpioInt resources by Mika Westerberg · 11 years ago
  5. 81f59e9 gpiolib / ACPI: add ACPI support for gpiod_get_index() by Mika Westerberg · 11 years ago
  6. bae48da gpiolib: add gpiod_get() and gpiod_put() functions by Alexandre Courbot · 11 years ago
  7. 79a9bec gpiolib: export descriptor-based GPIO interface by Alexandre Courbot · 11 years ago
  8. b41fb43 Merge tag 'v3.12-rc6' into devel by Linus Walleij · 11 years ago
  9. a7204d7 Merge 3.12-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  10. 586a87e pinctrl/gpio: non-linear GPIO ranges accesible from gpiolib by Christian Ruppert · 11 years ago
  11. d468bf9 gpio: add API to be strict about GPIO IRQ usage by Linus Walleij · 11 years ago
  12. 0204df4 gpiolib: let gpiod_request() return -EPROBE_DEFER by Alexandre Courbot · 11 years ago
  13. 8c0fca8 gpiolib: safer implementation of desc_to_gpio() by Alexandre Courbot · 11 years ago
  14. 388975c sysfs: clean up sysfs_get_dirent() by Tejun Heo · 11 years ago
  15. d8e0ac0 gpiolib: factorize gpiod_get/set functions by Alexandre Courbot · 11 years ago
  16. 7b17b59 gpiolib: Include GPIO label in log messages for GPIOs by Mark Brown · 11 years ago
  17. 6424de5 gpiolib: Provide helper macros for logging of GPIO events by Mark Brown · 11 years ago
  18. 65d8765 gpio: return -ENOTSUPP if debounce cannot be set by Linus Walleij · 11 years ago
  19. be1a4b1 gpio: improve error path in gpiolib by Linus Walleij · 11 years ago
  20. a3d88c9 gpiolib: replace strict_strtol() with kstrtol() by Jingoo Han · 11 years ago
  21. 3bae481 gpiolib: remove warnning of allocations with IRQs disabled by Zhangfei Gao · 11 years ago
  22. 24d7628 gpiolib: move comment to right function by Alexandre Courbot · 11 years ago
  23. def6343 gpiolib: use const parameters when possible by Alexandre Courbot · 11 years ago
  24. bcabdef gpiolib: check descriptors validity before use by Alexandre Courbot · 11 years ago
  25. 62f516b gpio: convert to idr_alloc() by Tejun Heo · 11 years ago
  26. 4c8c225 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  27. 362432a gpiolib: Fix locking on gpio debugfs files by Grant Likely · 11 years ago
  28. 6c0b4e6 gpiolib: let gpio_chip reference its descriptors by Alexandre Courbot · 11 years ago
  29. 372e722 gpiolib: use descriptors internally by Alexandre Courbot · 11 years ago
  30. 83cabe3 gpiolib: use gpio_chips list in gpiochip_find_base by Alexandre Courbot · 11 years ago
  31. cb1650d gpiolib: use gpio_chips list in sysfs ops by Alexandre Courbot · 11 years ago
  32. 125eef9 gpiolib: use gpio_chips list in gpiochip_find by Alexandre Courbot · 11 years ago
  33. 65493e3 gpiolib: use gpio_chips list in gpiolib_sysfs_init by Alexandre Courbot · 11 years ago
  34. 1a989d0 gpiolib: link all gpio_chips using a list by Alexandre Courbot · 11 years ago
  35. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 11 years ago
  36. 476171ce gpiolib: add missing braces in gpio_direction_show by Alexandre Courbot · 11 years ago
  37. 710b40e gpiolib: remove gpiochip_reserve() by Alexandre Courbot · 11 years ago
  38. b0885d0 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  39. b4d4b1f gpiolib: Fix use after free in gpiochip_add_pin_range by Axel Lin · 12 years ago
  40. 316511c gpiolib: rename pin range arguments by Linus Walleij · 12 years ago
  41. 8f23ca1 gpiolib: return any error code from range creation by Linus Walleij · 12 years ago
  42. 192c369 gpiolib: rename find_pinctrl_* by Linus Walleij · 12 years ago
  43. 3f0f867 gpiolib: let gpiochip_add_pin_range() specify offset by Linus Walleij · 12 years ago
  44. 1e63d7b gpiolib: separation of pin concerns by Linus Walleij · 12 years ago
  45. 9ef0d6f gpiolib: call pin removal in chip removal function by Linus Walleij · 12 years ago
  46. 165adc9 gpiolib: fix up function prototypes etc by Linus Walleij · 12 years ago
  47. f23f151 gpiolib: provide provision to register pin ranges by Shiraz Hashim · 12 years ago
  48. 529f2ad gpiolib: unlock on error in gpio_export() by Dan Carpenter · 12 years ago
  49. ad2fab3 gpiolib: Don't return -EPROBE_DEFER to sysfs, or for invalid gpios by Mathias Nyman · 12 years ago
  50. 80b0a60 gpiolib: add gpio get direction callback support by Mathias Nyman · 12 years ago
  51. fc4e251 gpiolib: Refactor gpio_export by Ryan Mallon · 12 years ago
  52. f9c4a31 gpiolib: Use seq_file's iterator interface by Thierry Reding · 12 years ago
  53. e935457 gpiolib: Defer failed gpio requests by default by Mark Brown · 12 years ago
  54. 07ce8ec gpiolib: Remove 'const' from data argument of gpiochip_find() by Grant Likely · 12 years ago
  55. ee1c1e7 gpiolib: quiet gpiochip_add boot message noise by H Hartley Sweeten · 12 years ago
  56. 3d0f7cf gpio: Adjust of_xlate API to support multiple GPIO chips by Grant Likely · 12 years ago
  57. fc3a1f0 gpio: add flags to export GPIOs when requesting by Wolfram Sang · 13 years ago
  58. e4e449e gpiolib: Add comments explaining the _cansleep() WARN_ON()s by Mark Brown · 12 years ago
  59. 25553ff gpio: gpiolib: Support for open source/emitter gpios by Laxman Dewangan · 12 years ago
  60. aca5ce1 gpio: gpiolib: Support for open drain/collector gpios by Laxman Dewangan · 12 years ago
  61. 6e2cf65 gpio: constify the data parameter to gpiochip_find() by Grant Likely · 12 years ago
  62. 864533c Fix circular locking dependency (3.3-rc2) by Ming Lei · 12 years ago
  63. 1a2d397 gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags() by Grant Likely · 13 years ago
  64. 64842aa gpiolib: output basic details and consolidate gpio device drivers by Grant Likely · 13 years ago
  65. 7c29597 gpio: make gpio_{request,free}_array gpio array parameter const by Lars-Peter Clausen · 13 years ago
  66. 3f397c21 gpio: add trace events for setting direction and value by Uwe Kleine-König · 13 years ago
  67. 8fa0c9b gpiolib: export gpiochip_find by Jean Delvare · 13 years ago
  68. b15f052 arm/gpio: Remove three copies of broken and racy debug code by Thomas Gleixner · 13 years ago
  69. e254811 gpiolib: gpio_request_one(): add missing gpio_free() by Aaro Koskinen · 14 years ago
  70. 364fadb3 gpiolib: allow nested threaded irqs for poll(2) by Daniel Gl?ckner · 14 years ago
  71. 5ba1821 gpiolib: get rid of struct poll_desc and worklet by Daniel Gl?ckner · 14 years ago
  72. 9c4ba94 gpiolib: decouple might_sleep_if() from DEBUG by David Brownell · 14 years ago
  73. 03c0c29 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  74. 6a99ad4 gpio: fix spurious printk when freeing a gpio by Jon Povey · 14 years ago
  75. 391c970 of/gpio: add default of_xlate function if device has a node pointer by Anton Vorontsov · 14 years ago
  76. 594fa26 of/gpio: stop using device_node data pointer to find gpio_chip by Grant Likely · 14 years ago
  77. cedb188 gpiolib: cosmetic improvements for error handling in gpiochip_add() by Anton Vorontsov · 14 years ago
  78. c4b5be9 gpiolib: introduce set_debounce method by Felipe Balbi · 14 years ago
  79. 796a8e4 gpiolib: make gpiochip_add() show a better error message by Ben Dooks · 14 years ago
  80. 7cfe139 gpiolib: a gpio is unsigned, so use %u to print it by Uwe Kleine-König · 14 years ago
  81. 6215499 gpiolib: make names array and its values const by Uwe Kleine-König · 14 years ago
  82. 3ff195b sysfs: Implement sysfs tagged directory support. by Eric W. Biederman · 14 years ago
  83. 3913fd5 gpio: potential null dereference by Dan Carpenter · 14 years ago
  84. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  85. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  86. 3e45f1d gpio: introduce gpio_request_one() and friends by Eric Miao · 14 years ago
  87. 24f3c59 gpiolib: fix poll(2) support reconfigure on sysfs polarity change by Jani Nikula · 15 years ago
  88. 0769746 gpiolib: add support for changing value polarity in sysfs by Jani Nikula · 15 years ago
  89. d62668e gpiolib: fix device_create() result check by Sergei Shtylyov · 15 years ago
  90. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  91. ff77c35 gpiolib: allow poll() on value by Daniel Glöckner · 15 years ago
  92. a4177ee gpiolib: allow exported GPIO nodes to be named using sysfs links by Jani Nikula · 15 years ago
  93. 8a0cecf gpio: gpio_{request,free}() now required (feature removal) by David Brownell · 15 years ago
  94. 926b663 gpiolib: allow GPIOs to be named by Daniel Silverstone · 15 years ago
  95. 7460db5 gpiolib: fix request related issue by Magnus Damm · 15 years ago
  96. 14ab309 gpio: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  97. 6e8ba72 gpiolib: extend gpio label column width in debugfs file by Jarkko Nikula · 16 years ago
  98. 9301975 Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  99. 978ccaa gpiolib: fix oops in gpio_get_value_cansleep() by David Brownell · 16 years ago
  100. e3274e9 gpio: modify sysfs gpio export so that "value" displays as 0 or 1 by Steven A. Falco · 16 years ago