1. ea06a48 gpiolib: of: improve gpiolib-of support of pull up/down on expanders by Adam Ford · 4 years, 9 months ago
  2. 63636d9 gpio: of: Add DT overlay support for GPIO hogs by Geert Uytterhoeven · 4 years, 10 months ago
  3. bc21077 gpio: of: Extract of_gpiochip_add_hog() by Geert Uytterhoeven · 4 years, 10 months ago
  4. 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
  5. 9e1af75 Merge tag 'mmc-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 5 years ago
  6. 0f7c815 mmc: core: Rework cd-gpio handling by Michał Mirosław · 5 years ago
  7. 9073d10 mmc: core: Rework wp-gpio handling by Michał Mirosław · 5 years ago
  8. a922f1a Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 5 years ago
  9. a1f4c96 gpiolib: of: Make of_gpio_spi_cs_get_count static by YueHaibing · 5 years ago
  10. 71b8f60 gpio: Handle counting of Freescale chipselects by Linus Walleij · 5 years ago
  11. 808b993 gpio: of: Fix bogus reference to gpiod_get_count() by Geert Uytterhoeven · 5 years ago
  12. 2f4133b gpiolib: No need to call gpiochip_remove_pin_ranges() twice by Andy Shevchenko · 5 years ago
  13. c196924 Merge tag 'v5.4-rc6' into devel by Linus Walleij · 5 years ago
  14. fe12e94 Merge tag 'gpio-v5.5-updates-for-linus-part-1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel by Linus Walleij · 5 years ago
  15. 228fc01 gpio: of: don't warn if ignored GPIO flag matches the behavior by Lucas Stach · 5 years ago
  16. 14e8c53 gpio: fix kernel-doc for of_gpio_need_valid_mask() by Randy Dunlap · 5 years ago
  17. be7ae45 gpio: fix getting nonexclusive gpiods from DT by Marco Felsch · 5 years ago
  18. bbfe0d6 Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 5 years ago
  19. 11c43bb gpiolib: of: add a fallback for wlf,reset GPIO name by Dmitry Torokhov · 5 years ago
  20. 6d66245 gpio: of: Switch to EXPORT_SYMBOL_GPL() by Geert Uytterhoeven · 5 years ago
  21. b0c7e73 gpio: of: Make of_gpio_simple_xlate() private by Geert Uytterhoeven · 5 years ago
  22. c83d3c7 gpio: of: Make of_get_named_gpiod_flags() private by Geert Uytterhoeven · 5 years ago
  23. 1dea33e gpiolib: of: fix fallback quirks handling by Dmitry Torokhov · 5 years ago
  24. 151a410 Merge tag 'v5.3-rc7' into devel by Linus Walleij · 5 years ago
  25. f0d1ab0 gpio: of: Normalize return code variable name by Linus Walleij · 5 years ago
  26. df451f8 gpio: of: fix Freescale SPI CS quirk handling by Andreas Kemnade · 5 years ago
  27. 49281a2 gpio: of: Fix hard-assigned valid_mask for OF case by Stephen Boyd · 5 years ago
  28. f626d6d gpio: of: Break out OF-only code by Linus Walleij · 5 years ago
  29. 88785b7 Merge tag 'gpio-v5.3-rc1-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixes by Linus Walleij · 5 years ago
  30. da7f134 Revert "gpio/spi: Fix spi-gpio regression on active high CS" by Linus Walleij · 5 years ago
  31. 89fea04 gpiolib: of: fix a memory leak in of_gpio_flags_quirks() by Nishka Dasgupta · 5 years ago
  32. 2ec98f5 Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 5 years ago
  33. fbbf145 gpio/spi: Fix spi-gpio regression on active high CS by Linus Walleij · 5 years ago
  34. 74a36e4 Merge branch 'ib-snps-reset-gpio' into devel by Linus Walleij · 6 years ago
  35. edc1ef3 gpio: of: parse stmmac PHY reset line specific active-low property by Martin Blumenstingl · 6 years ago
  36. e3023bf gpio: of: Handle the Freescale SPI CS by Linus Walleij · 6 years ago
  37. 2d6c06f gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULT by Andy Shevchenko · 6 years ago
  38. fed7026 gpiolib: Make use of enum gpio_lookup_flags consistent by Andy Shevchenko · 6 years ago
  39. a71a81e gpio: of: Optimize quirk checks by Geert Uytterhoeven · 6 years ago
  40. f7299d4 gpio: of: Fix of_gpiochip_add() error path by Geert Uytterhoeven · 6 years ago
  41. 7ce40277 gpio: of: Check for "spi-cs-high" in child instead of parent node by Andrey Smirnov · 6 years ago
  42. e5545c9 gpio: of: Check propname before applying "cs-gpios" quirks by Andrey Smirnov · 6 years ago
  43. 3601fe4 Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
  44. 21b4ab8 gpio: of: Handle both enable-gpio{,s} by Marek Vasut · 6 years ago
  45. 692ef26 gpio: of: Restrict enable-gpio quirk to regulator-gpio by Thierry Reding · 6 years ago
  46. 0e7d6f9 gpio: of: Apply regulator-gpio quirk only to enable-gpios by Marek Vasut · 6 years ago
  47. d449991 gpio: add core support for pull-up/pull-down configuration by Thomas Petazzoni · 6 years ago
  48. c1c04ce gpio: of: Fix logic inversion by Linus Walleij · 6 years ago
  49. 89a5e15 gpio/mmc/of: Respect polarity in the device tree by Linus Walleij · 6 years ago
  50. 81c85ec gpio: OF: Parse MMC-specific CD and WP properties by Linus Walleij · 6 years ago
  51. 27038c3 gpio: restore original GPLv2+ license of gpiolib-of.c sources by Vladimir Zapolskiy · 6 years ago
  52. 114b5f8 Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
  53. dae5f0a gpio: Use SPDX header for core library by Linus Walleij · 6 years ago
  54. 6953c57 gpio: of: Handle SPI chipselect legacy bindings by Linus Walleij · 6 years ago
  55. d49b48f gpio: Fix crash due to registration race by Vincent Whitchurch · 6 years ago
  56. 62cdcb6 gpio: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  57. 6de4c69 Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
  58. 6ff0497 gpiolib: Fix of_node inconsistency by Biju Das · 6 years ago
  59. 906402a gpio: of: Handle fixed regulator flags properly by Linus Walleij · 7 years ago
  60. 4b21f94 gpio: Convert to use match_string() helper by Andy Shevchenko · 7 years ago
  61. 9c2dd84 Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  62. 726cb3b gpiolib: Support 'gpio-reserved-ranges' property by Stephen Boyd · 7 years ago
  63. ce27fb2 gpio: Handle deferred probing in of_find_gpio() properly by Chen-Yu Tsai · 7 years ago
  64. 6662ae6 gpiolib: Keep returning EPROBE_DEFER when we should by Maxime Ripard · 7 years ago
  65. c11e6f0 gpio: Support gpio nexus dt bindings by Stephen Boyd · 7 years ago
  66. 9798f51 Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  67. 605f2d3 gpio: of: Fix NPE from OF flags by Linus Walleij · 7 years ago
  68. a603a2b gpio: of: Add special quirk to parse regulator flags by Linus Walleij · 7 years ago
  69. 6a537d4 gpio: of: Support regulator nonstandard GPIO properties by Linus Walleij · 7 years ago
  70. c858233 gpio: of: Support SPI nonstandard GPIO properties by Linus Walleij · 7 years ago
  71. 8227033 gpio: fix "gpio-line-names" property retrieval by Christophe Leroy · 7 years ago
  72. e10f72b gpio: gpiolib: Generalise state persistence beyond sleep by Andrew Jeffery · 7 years ago
  73. 2cbfca6 gpio: Fix loose spelling by Andrew Jeffery · 7 years ago
  74. 67049c5 gpio: of: Improve kerneldoc by Thierry Reding · 7 years ago
  75. 7eb6ce2 gpio: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  76. ead066e gpio: of: Spelling: s/retures/returns/ by Geert Uytterhoeven · 8 years ago
  77. 05f479b gpio: Add new flags to control sleep status of GPIOs by Charles Keepax · 8 years ago
  78. 4c0facd gpio: core: Decouple open drain/source flag with active low/high by Laxman Dewangan · 8 years ago
  79. a79fead gpio: of: Add support for multiple GPIOs in a single GPIO hog by Geert Uytterhoeven · 8 years ago
  80. 061ad50 Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  81. c7e9d39 gpio: of: fix GPIO drivers with multiple gpio_chip for a single node by Masahiro Yamada · 8 years ago
  82. 09e258a gpio: of: add missing of_node_put() in of_gpiochip_scan_gpios() by Wei Yongjun · 8 years ago
  83. 9427ecb gpio: Rework of_gpiochip_set_names() to use device property accessors by Mika Westerberg · 8 years ago
  84. 6a497e9 Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  85. ea713bc gpio: OF: separation of concerns by Linus Walleij · 8 years ago
  86. c6c8649 Revert "gpio: include <linux/io-mapping.h> in gpiolib-of" by Linus Walleij · 8 years ago
  87. 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
  88. 99468c1 gpio: of: factor out common code to a new helper function by Masahiro Yamada · 9 years ago
  89. 762c2e4 gpio: of: remove of_gpiochip_and_xlate() and struct gg_data by Masahiro Yamada · 9 years ago
  90. 1020dfd1 gpio: of: move chip->of_gpio_n_cells checking to of_gpiochip_add() by Masahiro Yamada · 9 years ago
  91. be71534 gpio: of: drop needless gpio_chip look-up in of_parse_own_gpio() by Masahiro Yamada · 9 years ago
  92. 3f9547e gpio: of: optimize "gpios" property parsing of of_parse_own_gpio() by Masahiro Yamada · 9 years ago
  93. 7d4defe gpio: include <linux/io-mapping.h> in gpiolib-of by Linus Walleij · 9 years ago
  94. 602cf63 gpio: of: add missing of_node_put() to of_gpiochip_add_pin_range() by Masahiro Yamada · 9 years ago
  95. fd9c553 gpio: of: make it possible to name GPIO lines by Linus Walleij · 9 years ago
  96. d1279d9 gpio: of: Scan available child node for gpio-hog by Laxman Dewangan · 9 years ago
  97. dfbd379 gpio: of: Return error if gpio hog configuration failed by Laxman Dewangan · 9 years ago
  98. 3208b0f gpio: of: provide optional of_mm_gpiochip_add_data() function by Linus Walleij · 9 years ago
  99. 58383c78 gpio: change member .dev to .parent by Linus Walleij · 9 years ago
  100. fd7337f gpiolib-of: Rename gpio_hog functions to be generic by Markus Pargmann · 9 years ago