1. c4a2fed Merge branch 'gpio-drivers-only-driver-h' into devel by Linus Walleij · 7 years ago
  2. adbf029 gpio: Documentation update by Linus Walleij · 7 years ago
  3. 40a3c9d gpiolib: remove redundant initialization of pointer desc by Colin Ian King · 7 years ago
  4. 605f2d3 gpio: of: Fix NPE from OF flags by Linus Walleij · 7 years ago
  5. 0f71923 gpio: stmpe: Delete an unnecessary variable initialisation in stmpe_gpio_probe() by Markus Elfring · 7 years ago
  6. 757ad05 gpio: stmpe: Move an assignment in stmpe_gpio_probe() by Markus Elfring · 7 years ago
  7. 64fec0b gpio: stmpe: Improve a size determination in stmpe_gpio_probe() by Markus Elfring · 7 years ago
  8. 0d83a5e gpio: stmpe: Use seq_putc() in stmpe_dbg_show() by Markus Elfring · 7 years ago
  9. 7d18f0a gpio: No NULL owner by Linus Walleij · 7 years ago
  10. b888fb6 gpio: stmpe: i2c transfer are forbiden in atomic context by Patrice Chotard · 7 years ago
  11. 7220c43 gpio: davinci: Include proper header by Linus Walleij · 7 years ago
  12. 45e8bd9 gpio: da905x: Include proper header by Linus Walleij · 7 years ago
  13. 326a292 gpio: cs5535: Include proper header by Linus Walleij · 7 years ago
  14. 6ba40f8 gpio: crystalcove: Include proper header by Linus Walleij · 7 years ago
  15. e88a2ae gpio: bt8xx: Include proper header by Linus Walleij · 7 years ago
  16. 14ec018 gpio: bcm-kona: Include proper header by Linus Walleij · 7 years ago
  17. 2e21ec4 gpio: arizona: Include proper header by Linus Walleij · 7 years ago
  18. 3708c66 gpio: amd8111: Include proper header by Linus Walleij · 7 years ago
  19. 40a1f9b gpio: altera: Include GPIO driver header by Linus Walleij · 7 years ago
  20. d543668 gpio: adp5588: Include proper header by Linus Walleij · 7 years ago
  21. 8a3b4f2 gpio: adp5520: Include proper header by Linus Walleij · 7 years ago
  22. 91f6a4a gpio: 74x174: Include proper headers by Linus Walleij · 7 years ago
  23. a603a2b gpio: of: Add special quirk to parse regulator flags by Linus Walleij · 7 years ago
  24. 92542ed gpio: Export devm_gpiod_get_from_of_node() for consumers by Linus Walleij · 7 years ago
  25. 6392cca gpio: Break out code to get a descriptor from a DT node by Linus Walleij · 7 years ago
  26. 6a537d4 gpio: of: Support regulator nonstandard GPIO properties by Linus Walleij · 7 years ago
  27. 76e28f5 gpio: thunderx: fix error return code in thunderx_gpio_probe() by Wei Yongjun · 7 years ago
  28. 92a8046 gpio: winbond: fix ISA_BUS_API dependency by Arnd Bergmann · 7 years ago
  29. 5855620 gpio: Add GPIO support for the ACCES PCIe-IDIO-24 family by William Breathitt Gray · 7 years ago
  30. 64ff2c8 gpiolib: Export gpiochip_irqchip_irq_valid() to drivers by Stephen Boyd · 7 years ago
  31. 9961dbc Documentation: gpio: correct return value of gpiod_get_direction by Wolfram Sang · 7 years ago
  32. 94fc730 gpio: correct docs about return value of gpiod_get_direction by Wolfram Sang · 7 years ago
  33. a0d6500 gpio: winbond: Add driver by Maciej S. Szmigiero · 7 years ago
  34. c858233 gpio: of: Support SPI nonstandard GPIO properties by Linus Walleij · 7 years ago
  35. 24e7807 gpio: label descriptors using the device name by Linus Walleij · 7 years ago
  36. 088413b gpio: omap: Give unique labels to each GPIO bank/chip by Linus Walleij · 7 years ago
  37. 156dd39 gpiolib: add desc validation to gpiod_set_transitory() by Vladimir Zapolskiy · 7 years ago
  38. dd3b9a4 gpiolib: remove a redundant check in gpiod_to_chip() by Vladimir Zapolskiy · 7 years ago
  39. 30322bc gpiolib: don't dereference a desc before validation by Vladimir Zapolskiy · 7 years ago
  40. fe13862 gpio: fix aspeed_gpio_banks array size check by Vasyl Gomonovych · 7 years ago
  41. bd8ed93 Revert "pinctrl: qcom: disable GPIO groups with no pins" by Linus Walleij · 7 years ago
  42. 689fd02 gpiolib: Fix typo in comment ("piochip_add_data") by Jonathan Neuschäfer · 7 years ago
  43. a746a23 gpio: reduce descriptor validation code size by Rasmus Villemoes · 7 years ago
  44. 1696784 tools/gpio: Fix build error with musl libc by Joel Stanley · 7 years ago
  45. 93ebe86 pinctrl: qcom: disable GPIO groups with no pins by Timur Tabi · 7 years ago
  46. 1ca2a92 Revert "gpio: set up initial state from .get_direction()" by Timur Tabi · 7 years ago
  47. caa92ee dt-bindings: gpio: rcar: Correct SoC family name for R8A7778 by Geert Uytterhoeven · 7 years ago
  48. 76bc7f1 drivers: gpio: remove duplicate includes by Pravin Shedge · 7 years ago
  49. 92e70b8 tools/gpio: Don't use u_int32_t by Jonathan Neuschäfer · 7 years ago
  50. 1efba35a gpio: sysfs: avoid using kstrtol() in 'value' attribute write by Christophe Leroy · 7 years ago
  51. 7a94b88 gpio: sysfs: don't use sprintf() for 'value' attribute by Christophe Leroy · 7 years ago
  52. 9295c01 gpio: sysfs: correct error handling on 'value' attribute read. by Christophe Leroy · 7 years ago
  53. 7fda910 gpio: sysfs: change 'value' attribute to prealloc by Christophe Leroy · 7 years ago
  54. fcf273e5 gpiolib: use kstrdup_const() for gpio_device label by Bartosz Golaszewski · 7 years ago
  55. 3b469b0 gpiolib: constify label in gpio_device by Bartosz Golaszewski · 7 years ago
  56. c4b54e1 gpio: mockup: fix a return value check by Bartosz Golaszewski · 7 years ago
  57. e0fc62a w1: w1-gpio: Convert to use GPIO descriptors by Linus Walleij · 7 years ago
  58. 110e2a3 Merge branch 'ib-move-axp209' into devel by Linus Walleij · 7 years ago
  59. e119008 pinctrl: axp209: add support for AXP813 GPIOs by Quentin Schulz · 7 years ago
  60. a0a4b4c pinctrl: axp209: add programmable ADC muxing value by Quentin Schulz · 7 years ago
  61. 48e706f pinctrl: axp209: add programmable gpio_status_offset by Quentin Schulz · 7 years ago
  62. d242e60 pinctrl: axp209: rename everything from gpio to pctl by Quentin Schulz · 7 years ago
  63. f17aea4 dt-bindings: gpio: gpio-axp209: add pinctrl features by Quentin Schulz · 7 years ago
  64. 23f75d7 pinctrl: axp209: add pinctrl features by Quentin Schulz · 7 years ago
  65. 449317a8 pinctrl: move gpio-axp209 to pinctrl by Quentin Schulz · 7 years ago
  66. 3cac991 gpio: axp209: switch unsigned variables to unsigned int by Quentin Schulz · 7 years ago
  67. 4070a53 gpio: ftgpio010: Fix platform_get_irq's error checking by Arvind Yadav · 7 years ago
  68. 1b43d26 gpio: aspeed: Add support for reset tolerance by Andrew Jeffery · 7 years ago
  69. e10f72b gpio: gpiolib: Generalise state persistence beyond sleep by Andrew Jeffery · 7 years ago
  70. e2843cb gpio: gpio-stmpe: make various char arrays static const, shrinks object size by Colin Ian King · 7 years ago
  71. deb2e71 gpio: it87: fix mojibake in module metadata by Adam Borowski · 7 years ago
  72. 7965f5d MAINTAINERS: add myself as reviewer for gpio-mockup by Bartosz Golaszewski · 7 years ago
  73. cd9835f gpio: mockup: add helpers for accessing the gpio ranges by Bartosz Golaszewski · 7 years ago
  74. e63a006 gpio: mockup: rename gpio_mockup_params_nr to gpio_mockup_num_ranges by Bartosz Golaszewski · 7 years ago
  75. 1e0dca6 gpio: mockup: modify the return value check for devm_irq_sim_init() by Bartosz Golaszewski · 7 years ago
  76. c47bee9 gpio: mockup: implement gpio_mockup_set_multiple() by Bartosz Golaszewski · 7 years ago
  77. 2a9d742 gpio: mockup: tweak line breaks by Bartosz Golaszewski · 7 years ago
  78. fa86963 gpio: mockup: verify that ngpio > 0 by Bartosz Golaszewski · 7 years ago
  79. 46526c1 gpio: mockup: fix debugfs handling by Bartosz Golaszewski · 7 years ago
  80. 1cea473 gpio: mockup: group code by logic by Bartosz Golaszewski · 7 years ago
  81. 5b7908c gpio: mockup: change the type of value field in line state struct by Bartosz Golaszewski · 7 years ago
  82. ca8792a gpio: mockup: extend the debugfs layout by Bartosz Golaszewski · 7 years ago
  83. c3196a7 gpio: mockup: pass the named_lines parameter over platform_data by Bartosz Golaszewski · 7 years ago
  84. 6d974d3 gpio: mockup: merge gpio_mockup_add() into gpio_mockup_probe() by Bartosz Golaszewski · 7 years ago
  85. b9576d0 gpio: mockup: remove a stray tab by Bartosz Golaszewski · 7 years ago
  86. f1bec99 gpio: mockup: implement gpio_mockup_err() by Bartosz Golaszewski · 7 years ago
  87. 8a39f59 gpio: mockup: rework device probing by Bartosz Golaszewski · 7 years ago
  88. b447a75 gpio: mockup: verify the number of GPIO chips requested by Bartosz Golaszewski · 7 years ago
  89. 20c35ac gpio: mockup: parse the module params in init, not probe by Bartosz Golaszewski · 7 years ago
  90. f3b4717 gpio: mockup: add missing prefixes by Bartosz Golaszewski · 7 years ago
  91. 539340f gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE by Jesse Chan · 7 years ago
  92. 97b0313 gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE by Jesse Chan · 7 years ago
  93. 56a46b6 gpio: Clarify that <linux/gpio.h> is legacy by Linus Walleij · 7 years ago
  94. 3554187 Merge branch 'ib-gpio-acpi-quirks' into devel by Linus Walleij · 7 years ago
  95. 8193032 gpio: omap: initialize gpioirq chip as part of gpiochip_add_data by Grygorii Strashko · 7 years ago
  96. 588fc3b gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags simultaneously by Bartosz Golaszewski · 7 years ago
  97. 1b2ca32 gpiolib: acpi: Introduce NO_RESTRICTION quirk by Andy Shevchenko · 7 years ago
  98. ce0929d gpiolib: acpi: Add quirks field to struct acpi_gpio_mapping by Andy Shevchenko · 7 years ago
  99. 5c34b6c gpiolib: acpi: Consolidate debug output in acpi_gpio_update_gpiod_flags() by Andy Shevchenko · 7 years ago
  100. 5870cff47 gpiolib: acpi: Move adev member to struct acpi_gpio_info by Andy Shevchenko · 7 years ago