1. 2912686 gpio: Add a method to convert a GPIO to ACPI by Simon Glass · 4 years, 3 months ago
  2. 2bd261d gpio: search for gpio label if gpio is not found through bank name by Heiko Schocher · 4 years, 4 months ago
  3. cd2faeb gpio-uclass.c: save the GPIOD flags also in the gpio descriptor by Heiko Schocher · 4 years, 4 months ago
  4. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  5. 47bd533 gpio: emulate open drain & open source in dm_gpio_set_value() by Neil Armstrong · 4 years, 5 months ago
  6. 8fd9daf gpio: add ops to set dir flags by Patrick Delaunay · 4 years, 8 months ago
  7. d2c07e5 gpio: add ops to get dir flags by Patrick Delaunay · 4 years, 8 months ago
  8. 477ca57 gpio: add support of new GPIO direction flag by Patrick Delaunay · 4 years, 8 months ago
  9. 695e5fd gpio: update dir_flags management by Patrick Delaunay · 4 years, 8 months ago
  10. 9360bb0 gpio: add helper GPIOD_FLAGS_OUTPUT by Patrick Delaunay · 4 years, 8 months ago
  11. 4292fb1 gpio: add function check_dir_flags by Patrick Delaunay · 4 years, 8 months ago
  12. 788ea83 gpio: add function _dm_gpio_set_dir_flags by Patrick Delaunay · 4 years, 8 months ago
  13. 8a9140c gpio: add function _gpio_get_value by Patrick Delaunay · 4 years, 8 months ago
  14. 9f2b066 gpio: add gpio descriptor initialization helper by Patrick Delaunay · 4 years, 8 months ago
  15. e3f3a12 gpio: remove the open_drain API and ops by Patrick Delaunay · 4 years, 8 months ago
  16. 093152f gpio: Rename free() to rfree() by Simon Glass · 4 years, 8 months ago
  17. 27084c0 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · 5 years ago
  18. 49b10cb gpio: fixes for gpio-hog support by Heiko Schocher · 5 years ago
  19. 5fc7cf8 gpio: add gpio-hog support by Heiko Schocher · 5 years ago
  20. 1b4c2aa gpio: dm: Support manual relocation for gpio by Michal Simek · 6 years ago
  21. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  22. b053dd7 gpio: uclass: Fix debug string by Mario Six · 6 years ago
  23. fb07f97 gpio: add static to get_function() by Masahiro Yamada · 7 years ago
  24. 150c5af dm: gpio: Add live tree support by Simon Glass · 7 years ago
  25. 3a57123 dm: gpio: Refactor to prepare for live tree support by Simon Glass · 7 years ago
  26. 7589791 gpio-uclass.c: Fix comparison of unsigned expression warning by Tom Rini · 7 years ago
  27. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  28. 53ecdfb dm: gpio: Add methods for open drain setting by mario.six@gdsys.cc · 8 years ago
  29. 6c880b7 dm: gpio: add a default gpio xlate routine by Eric Nelson · 8 years ago
  30. 17c43f1 gpio: Use const where possible by Simon Glass · 9 years ago
  31. bbf2478 gpio: Add a function to obtain a GPIO vector value by Simon Glass · 9 years ago
  32. 84b8bf6 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  33. 4dc5259 dm: gpio: Allow the uclass to work without printf() by Simon Glass · 9 years ago
  34. eca4866 dm: gpio: Check a GPIO is valid before using it by Simon Glass · 9 years ago
  35. efa677f dm: gpio: Add dm_gpio_request() to manually request a GPIO by Simon Glass · 9 years ago
  36. 32ec159 dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name by Simon Glass · 9 years ago
  37. ae89bb0 dm: gpio: uclass: Add flag to control sequence numbering by Bhuvanchandra DV · 9 years ago
  38. 962f5ca dm: gpio: Add error handling and a function to claim vector GPIOs by Simon Glass · 9 years ago
  39. 56a71f8 dm: gpio: Add an implementation for gpio_get_number() by Simon Glass · 10 years ago
  40. 2984e7a dm: gpio: request list: return the count if requests max_count reached by Przemyslaw Marczak · 9 years ago
  41. e564f05 dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  42. 3669e0e dm: gpio: Add better functions to request GPIOs by Simon Glass · 10 years ago
  43. 0dac4d5 dm: gpio: Add a driver GPIO translation method by Simon Glass · 10 years ago
  44. ae7123f dm: gpio: Add a native driver model API by Simon Glass · 10 years ago
  45. e5901c9 dm: gpio: Add a function to read an ID from a list of GPIOs by Simon Glass · 10 years ago
  46. d44f597 dm: gpio: Add gpio_requestf() helper for printf() strings by Simon Glass · 10 years ago
  47. 0757535 dm: Move the function for getting GPIO status into the uclass by Simon Glass · 10 years ago
  48. 6449a50 dm: gpio: Add gpio_get_function() and friends by Simon Glass · 10 years ago
  49. b892d12 dm: gpio: Implement GPIO reservation in the uclass by Simon Glass · 10 years ago
  50. fe1ef50 dm: gpio: Support numbered GPIOs by Simon Glass · 10 years ago
  51. 939cda5 dm: Use case-insensitive comparison for GPIO banks by Simon Glass · 10 years ago
  52. 54c5d08 dm: rename device struct to udevice by Heiko Schocher · 10 years ago
  53. 96495d9 dm: Add GPIO support and tests by Simon Glass · 11 years ago