1. 9b97202 gpio: of: Fix of_gpiochip_add() error path by Geert Uytterhoeven · 5 years ago
  2. 3bb227b gpio: Fix crash due to registration race by Vincent Whitchurch · 6 years ago
  3. c7e9d39 gpio: of: fix GPIO drivers with multiple gpio_chip for a single node by Masahiro Yamada · 8 years ago
  4. 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
  5. ea713bc gpio: OF: separation of concerns by Linus Walleij · 8 years ago
  6. c6c8649 Revert "gpio: include <linux/io-mapping.h> in gpiolib-of" by Linus Walleij · 8 years ago
  7. 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
  8. 99468c1 gpio: of: factor out common code to a new helper function by Masahiro Yamada · 8 years ago
  9. 762c2e4 gpio: of: remove of_gpiochip_and_xlate() and struct gg_data by Masahiro Yamada · 8 years ago
  10. 1020dfd gpio: of: move chip->of_gpio_n_cells checking to of_gpiochip_add() by Masahiro Yamada · 8 years ago
  11. be71534 gpio: of: drop needless gpio_chip look-up in of_parse_own_gpio() by Masahiro Yamada · 8 years ago
  12. 3f9547e gpio: of: optimize "gpios" property parsing of of_parse_own_gpio() by Masahiro Yamada · 8 years ago
  13. 7d4defe gpio: include <linux/io-mapping.h> in gpiolib-of by Linus Walleij · 8 years ago
  14. 602cf63 gpio: of: add missing of_node_put() to of_gpiochip_add_pin_range() by Masahiro Yamada · 8 years ago
  15. fd9c553 gpio: of: make it possible to name GPIO lines by Linus Walleij · 8 years ago
  16. d1279d9 gpio: of: Scan available child node for gpio-hog by Laxman Dewangan · 8 years ago
  17. dfbd379 gpio: of: Return error if gpio hog configuration failed by Laxman Dewangan · 8 years ago
  18. 3208b0f gpio: of: provide optional of_mm_gpiochip_add_data() function by Linus Walleij · 8 years ago
  19. 58383c7 gpio: change member .dev to .parent by Linus Walleij · 9 years ago
  20. fd7337f gpiolib-of: Rename gpio_hog functions to be generic by Markus Pargmann · 9 years ago
  21. 28355f8 gpio: defer probe if pinctrl cannot be found by Tomeu Vizoso · 9 years ago
  22. 7285860 gpiolib: remove unneeded assignation by Laurent Navet · 9 years ago
  23. 39561e8 gpio: of: remove unnecessary variable in of_get_gpio_hog() by Masahiro Yamada · 9 years ago
  24. 20a8a96 Drivers: gpio: Fix spelling errors by Colin Cronin · 9 years ago
  25. 510965d Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  26. f625d46 gpio: add GPIO hogging mechanism by Benoit Parrot · 9 years ago
  27. 9cf75e9 gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per node by Hans Holmberg · 9 years ago
  28. a1df7ef Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  29. 7b8792b gpiolib: of: Correct error handling in of_get_named_gpiod_flags by Hans Holmberg · 9 years ago
  30. d621e8b gpio/gpiolib-of: Create of_mm_gpiochip_remove by Ricardo Ribalda Delgado · 9 years ago
  31. 8a69155 gpio: delete unneeded test before of_node_put by Julia Lawall · 10 years ago
  32. 1bd6b60 gpio: make gpiochip_get_desc() gpiolib-private by Alexandre Courbot · 10 years ago
  33. f63ad7e gpio: remove export of private of_get_named_gpio_flags() by Alexandre Courbot · 10 years ago
  34. 85ea29a gpiolib: of: Update debug messages for of_get_named_gpiod_flags by Tushar Behera · 10 years ago
  35. f01d907 gpio: make of_get_named_gpiod_flags() private by Alexandre Courbot · 10 years ago
  36. ccd9726 gpiolib: of: remove gpio_to_desc() usage by Linus Walleij · 10 years ago
  37. bea4dbe gpio: gpiolib-of: Use PTR_ERR_OR_ZERO by Sachin Kamat · 10 years ago
  38. 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
  39. af8b637 gpiolib: port of_ functions to use gpiod by Alexandre Courbot · 11 years ago
  40. 586a87e pinctrl/gpio: non-linear GPIO ranges accesible from gpiolib by Christian Ruppert · 11 years ago
  41. 31f7c3a Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  42. d9fe003 gpio: implement gpio-ranges binding document fix by Stephen Warren · 11 years ago
  43. eddf817 gpio: gpiolib-of.c: make error message more meaningful by adding the node name and index by Lothar Waßmann · 11 years ago
  44. 30c67e9 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  45. 6a7b3e9 Merge tag 'v3.9-rc5' into devel by Linus Walleij · 11 years ago
  46. 9ccb1a2 gpio: gpiolib-of.c: fix checkpatch error by Laurent Navet · 11 years ago
  47. 86853c8 gpio: add gpio offset in gpio range cells property by Haojian Zhuang · 11 years ago
  48. ad4e1a7 gpio: fix wrong checking condition for gpio range by Haojian Zhuang · 11 years ago
  49. b3cdda2 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  50. e80beb2 gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() by Grant Likely · 11 years ago
  51. ef5e3ee gpio: use pinctrl device name for add range by Haojian Zhuang · 11 years ago
  52. 3f0f867 gpiolib: let gpiochip_add_pin_range() specify offset by Linus Walleij · 12 years ago
  53. 1e63d7b gpiolib: separation of pin concerns by Linus Walleij · 12 years ago
  54. e93fa3f gpiolib: remove duplicate pin range code by Linus Walleij · 12 years ago
  55. 167c1af gpiolib-of: staticize the pin range calls by Linus Walleij · 12 years ago
  56. f23f151 gpiolib: provide provision to register pin ranges by Shiraz Hashim · 12 years ago
  57. c61307a gpio: Fix debug message in of_get_named_gpio_flags() by Thierry Reding · 12 years ago
  58. 4fbb002 gpio: of_get_named_gpio_flags() return -EPROBE_DEFER if GPIO not yet available by Roland Stigge · 12 years ago
  59. 41920d16 gpio: propagate of_parse_phandle_with_args errors by Alexandre Courbot · 12 years ago
  60. 0df2c99 gpio/of: fix a typo of comment message by Dong Aisheng · 12 years ago
  61. 3d0f7cf gpio: Adjust of_xlate API to support multiple GPIO chips by Grant Likely · 12 years ago
  62. 7b96c68 Merge tag 'v3.4-rc6' into gpio/next by Grant Likely · 12 years ago
  63. f141ed6 gpio: Move DT support code into drivers/gpio by Grant Likely · 12 years ago[Renamed from drivers/of/gpio.c]
  64. 6e2cf65 gpio: constify the data parameter to gpiochip_find() by Grant Likely · 12 years ago
  65. ff64abe of_gpio: add support of of_gpio_named_count to be able to count named gpio by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  66. 15c9a0a of: create of_phandle_args to simplify return of phandle parsing data by Grant Likely · 12 years ago
  67. 64842aa gpiolib: output basic details and consolidate gpio device drivers by Grant Likely · 13 years ago
  68. 3038bbd of/gpio: export of_gpio_simple_xlate by Jamie Iles · 13 years ago
  69. a6b0919 of/gpio: Add new method for getting gpios under different property names by John Bonesio · 13 years ago
  70. 2e13cba of/gpio: fix of_gpio includes by Grant Likely · 14 years ago
  71. 391c970 of/gpio: add default of_xlate function if device has a node pointer by Anton Vorontsov · 14 years ago
  72. 594fa26 of/gpio: stop using device_node data pointer to find gpio_chip by Grant Likely · 14 years ago
  73. a19e3da of/gpio: Kill of_gpio_chip and add members directly to gpio_chip by Anton Vorontsov · 14 years ago
  74. 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
  75. 3371488 of: assume big-endian properties, adding conversions where necessary by Jeremy Kerr · 14 years ago
  76. 7498209 of/gpio: Implement of_gpio_count() by Anton Vorontsov · 15 years ago
  77. b908b53 of/gpio: Implement of_get_gpio_flags() by Anton Vorontsov · 15 years ago
  78. 64b60e0 of: Add new helper of_parse_phandles_with_args() by Anton Vorontsov · 16 years ago
  79. 2145115 [POWERPC] of/gpio: Use dynamic base allocation by Anton Vorontsov · 16 years ago
  80. 863fbf4 [POWERPC] OF helpers for the GPIO API by Anton Vorontsov · 16 years ago