1. 34be696 gpio: Add gpio_request_by_line_name() by Andrew Jeffery · 2 years, 9 months ago
  2. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  3. 8a47982 gpio: Factor out DT flag translation by Samuel Holland · 3 years, 1 month ago
  4. 48609d0 dm: gpio: Add of-platdata support by Simon Glass · 3 years, 3 months ago
  5. 34f8fc7 gpio: Drop dm_gpio_set_dir() by Simon Glass · 3 years, 7 months ago
  6. 8a45b22 gpio: Add a way to read 3-way strapping pins by Simon Glass · 3 years, 9 months ago WIP/2021-03-03-gpio-improvements
  7. ca1e1f5 gpio: Replace direction_input() and direction_output() by Simon Glass · 3 years, 9 months ago
  8. 7e0a96d dm: gpio: Add a way to update flags by Simon Glass · 3 years, 9 months ago
  9. c0c1e62 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · 3 years, 9 months ago
  10. 9648789 dm: gpio: Rename get_dir_flags() method to get_flags() by Simon Glass · 3 years, 9 months ago
  11. 13979fc dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 9 months ago
  12. 7438d6a gpio: fix gpio_request_by_name() description by Dario Binacchi · 4 years ago
  13. d4b722e drivers: gpio: Add a managed API to get a GPIO from the device-tree by Jean-Jacques Hiblot · 4 years, 1 month ago
  14. 2912686 gpio: Add a method to convert a GPIO to ACPI by Simon Glass · 4 years, 4 months ago
  15. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 6 months ago WIP/2020-05-18-reduce-size-of-common.h
  16. 8fd9daf gpio: add ops to set dir flags by Patrick Delaunay · 4 years, 9 months ago
  17. d2c07e5 gpio: add ops to get dir flags by Patrick Delaunay · 4 years, 9 months ago
  18. 477ca57 gpio: add support of new GPIO direction flag by Patrick Delaunay · 4 years, 9 months ago
  19. 695e5fd gpio: update dir_flags management by Patrick Delaunay · 4 years, 9 months ago
  20. 9360bb0 gpio: add helper GPIOD_FLAGS_OUTPUT by Patrick Delaunay · 4 years, 9 months ago
  21. e3f3a12 gpio: remove the open_drain API and ops by Patrick Delaunay · 4 years, 9 months ago
  22. 277a0ad gpio: remove GPIOD_REQUESTED by Patrick Delaunay · 4 years, 9 months ago
  23. 093152f gpio: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  24. 49b10cb gpio: fixes for gpio-hog support by Heiko Schocher · 5 years ago
  25. 5fc7cf8 gpio: add gpio-hog support by Heiko Schocher · 5 years ago
  26. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  27. 150c5af dm: gpio: Add live tree support by Simon Glass · 7 years ago
  28. 6f39b94 dm: gpio: Drop blank line in gpio_xlate_offs_flags() comment by Simon Glass · 7 years ago
  29. 3a57123 dm: gpio: Refactor to prepare for live tree support by Simon Glass · 7 years ago
  30. 53ecdfb dm: gpio: Add methods for open drain setting by mario.six@gdsys.cc · 8 years ago
  31. 6c880b7 dm: gpio: add a default gpio xlate routine by Eric Nelson · 9 years ago
  32. 17c43f1 gpio: Use const where possible by Simon Glass · 9 years ago
  33. bbf2478 gpio: Add a function to obtain a GPIO vector value by Simon Glass · 9 years ago
  34. efa677f dm: gpio: Add dm_gpio_request() to manually request a GPIO by Simon Glass · 9 years ago
  35. 32ec159 dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name by Simon Glass · 9 years ago
  36. d9a607f gpio: fix typos in GPIO header by Masahiro Yamada · 9 years ago
  37. f952396 dm: gpio: Fix comment typo in GPIOD_IS_IN by Simon Glass · 9 years ago
  38. 962f5ca dm: gpio: Add error handling and a function to claim vector GPIOs by Simon Glass · 10 years ago
  39. 5d1c17e dm: gpio: Mark the old GPIO API deprecated by Simon Glass · 10 years ago
  40. 3669e0e dm: gpio: Add better functions to request GPIOs by Simon Glass · 10 years ago
  41. 0dac4d5 dm: gpio: Add a driver GPIO translation method by Simon Glass · 10 years ago
  42. ae7123f dm: gpio: Add a native driver model API by Simon Glass · 10 years ago
  43. e5901c9 dm: gpio: Add a function to read an ID from a list of GPIOs by Simon Glass · 10 years ago
  44. 84a6df0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  45. 5b5ac64 gpio: add protype for name_to_gpio by Jeroen Hofstee · 10 years ago
  46. 85bfe6e dm: gpio: Remove unused get_state() uclass method by Simon Glass · 10 years ago
  47. d44f597 dm: gpio: Add gpio_requestf() helper for printf() strings by Simon Glass · 10 years ago
  48. 0757535 dm: Move the function for getting GPIO status into the uclass by Simon Glass · 10 years ago
  49. 6449a50 dm: gpio: Add gpio_get_function() and friends by Simon Glass · 10 years ago
  50. b892d12 dm: gpio: Implement GPIO reservation in the uclass by Simon Glass · 10 years ago
  51. 25ca385 gpio: header file comment spelling fixes by Marcel Ziswiler · 10 years ago
  52. 89e6405 dm: gpio: Enhance gpio command to show only active GPIOs by Simon Glass · 10 years ago
  53. 54c5d08 dm: rename device struct to udevice by Heiko Schocher · 10 years ago
  54. 96495d90 dm: Add GPIO support and tests by Simon Glass · 11 years ago
  55. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  56. 94740e4 gpio: remove duplicate function signature by Nikita Kiryanov · 12 years ago
  57. 1bbd28d Add gpio_request() to asm-generic header by Simon Glass · 12 years ago
  58. 5f533ae gpio: Modify common gpio.h to more closely match Linux by Joe Hershberger · 13 years ago
  59. 9d2cb8e Add generic gpio.h in asm-generic by Simon Glass · 13 years ago