1. 11c341b gpio: Avoid using an invalid ofnode by Simon Glass · 1 year, 5 months ago
  2. 0fac5c4 gpio-uclass: fix off-by-one in gpio_request_list_by_name_nodev() by Rasmus Villemoes · 1 year, 6 months ago
  3. e1c9794 gpio: allow passing NULL to gpio_request_by_line_name() to search all gpio controllers by Rasmus Villemoes · 1 year, 7 months ago
  4. 48b3ecb gpio: Get rid of gpio_hog_probe_all() by Marek Vasut · 2 years, 1 month ago
  5. 4954937 dm: treewide: Do not use the return value of simple uclass iterator by Michal Suchanek · 2 years ago
  6. 10e6644 gpio-uclass: fix gpio lookup by label by Rasmus Villemoes · 2 years, 1 month ago
  7. a329208 gpio: Fix pin's status display for pin with GPIOF_UNUSED function by Patrice Chotard · 2 years, 2 months ago
  8. d7124f0 gpio: Allow to print pin's label even for pin with GPIOF_FUNC function by Patrice Chotard · 2 years, 2 months ago
  9. 1d99e67 gpio: Enable hogging support in SPL by Eddie James · 2 years, 9 months ago
  10. 34be696 gpio: Add gpio_request_by_line_name() by Andrew Jeffery · 2 years, 9 months ago
  11. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  12. 8a47982 gpio: Factor out DT flag translation by Samuel Holland · 3 years, 1 month ago
  13. 37c10bf gpio: Verify validity of pin offsets from device trees by Samuel Holland · 3 years, 1 month ago
  14. 390ccff gpio: Verify validity of pin offsets when looking up names by Samuel Holland · 3 years, 1 month ago
  15. 48609d0 dm: gpio: Add of-platdata support by Simon Glass · 3 years, 3 months ago
  16. 9539738 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 3 months ago
  17. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 3 months ago
  18. 430e136 dm: gpio: Fix gpio_get_list_count failing with livetree by Sean Anderson · 3 years, 6 months ago
  19. 34f8fc7 gpio: Drop dm_gpio_set_dir() by Simon Glass · 3 years, 7 months ago
  20. 8a45b22 gpio: Add a way to read 3-way strapping pins by Simon Glass · 3 years, 9 months ago
  21. be04f1a gpio: Define the log category in the uclass by Simon Glass · 3 years, 9 months ago
  22. 3d64774 gpio: Use an 'ops' variable everywhere by Simon Glass · 3 years, 9 months ago
  23. ca1e1f5 gpio: Replace direction_input() and direction_output() by Simon Glass · 3 years, 9 months ago
  24. 7e0a96d dm: gpio: Add a way to update flags by Simon Glass · 3 years, 9 months ago
  25. c0c1e62 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · 3 years, 9 months ago
  26. 9648789 dm: gpio: Rename get_dir_flags() method to get_flags() by Simon Glass · 3 years, 9 months ago
  27. 13979fc dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 9 months ago
  28. 4fe4067 gpio: Disable functions not used with of-platdata by Simon Glass · 3 years, 9 months ago
  29. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  30. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 3 years, 10 months ago
  31. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 10 months ago
  32. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  33. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  34. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  35. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  36. 8558217 gpio: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 1 month ago
  37. d4b722e drivers: gpio: Add a managed API to get a GPIO from the device-tree by Jean-Jacques Hiblot · 4 years, 1 month ago
  38. 2912686 gpio: Add a method to convert a GPIO to ACPI by Simon Glass · 4 years, 4 months ago
  39. 2bd261d gpio: search for gpio label if gpio is not found through bank name by Heiko Schocher · 4 years, 5 months ago
  40. cd2faeb gpio-uclass.c: save the GPIOD flags also in the gpio descriptor by Heiko Schocher · 4 years, 5 months ago
  41. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
  42. 47bd533 gpio: emulate open drain & open source in dm_gpio_set_value() by Neil Armstrong · 4 years, 6 months ago
  43. 8fd9daf gpio: add ops to set dir flags by Patrick Delaunay · 4 years, 9 months ago
  44. d2c07e5 gpio: add ops to get dir flags by Patrick Delaunay · 4 years, 9 months ago
  45. 477ca57 gpio: add support of new GPIO direction flag by Patrick Delaunay · 4 years, 9 months ago
  46. 695e5fd gpio: update dir_flags management by Patrick Delaunay · 4 years, 9 months ago
  47. 9360bb0 gpio: add helper GPIOD_FLAGS_OUTPUT by Patrick Delaunay · 4 years, 9 months ago
  48. 4292fb1 gpio: add function check_dir_flags by Patrick Delaunay · 4 years, 9 months ago
  49. 788ea83 gpio: add function _dm_gpio_set_dir_flags by Patrick Delaunay · 4 years, 9 months ago
  50. 8a9140c gpio: add function _gpio_get_value by Patrick Delaunay · 4 years, 9 months ago
  51. 9f2b066 gpio: add gpio descriptor initialization helper by Patrick Delaunay · 4 years, 9 months ago
  52. e3f3a12 gpio: remove the open_drain API and ops by Patrick Delaunay · 4 years, 9 months ago
  53. 093152f gpio: Rename free() to rfree() by Simon Glass · 4 years, 9 months ago
  54. 27084c0 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · 5 years ago
  55. 49b10cb gpio: fixes for gpio-hog support by Heiko Schocher · 5 years ago
  56. 5fc7cf8 gpio: add gpio-hog support by Heiko Schocher · 5 years ago
  57. 1b4c2aa gpio: dm: Support manual relocation for gpio by Michal Simek · 6 years ago
  58. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  59. b053dd7 gpio: uclass: Fix debug string by Mario Six · 7 years ago
  60. fb07f97 gpio: add static to get_function() by Masahiro Yamada · 7 years ago
  61. 150c5af dm: gpio: Add live tree support by Simon Glass · 7 years ago
  62. 3a57123 dm: gpio: Refactor to prepare for live tree support by Simon Glass · 7 years ago
  63. 7589791 gpio-uclass.c: Fix comparison of unsigned expression warning by Tom Rini · 7 years ago
  64. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  65. 53ecdfb dm: gpio: Add methods for open drain setting by mario.six@gdsys.cc · 8 years ago
  66. 6c880b7 dm: gpio: add a default gpio xlate routine by Eric Nelson · 9 years ago
  67. 17c43f1 gpio: Use const where possible by Simon Glass · 9 years ago
  68. bbf2478 gpio: Add a function to obtain a GPIO vector value by Simon Glass · 9 years ago
  69. 84b8bf6 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  70. 4dc5259 dm: gpio: Allow the uclass to work without printf() by Simon Glass · 9 years ago
  71. eca4866 dm: gpio: Check a GPIO is valid before using it by Simon Glass · 9 years ago
  72. efa677f dm: gpio: Add dm_gpio_request() to manually request a GPIO by Simon Glass · 9 years ago
  73. 32ec159 dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name by Simon Glass · 9 years ago
  74. ae89bb0 dm: gpio: uclass: Add flag to control sequence numbering by Bhuvanchandra DV · 9 years ago
  75. 962f5ca dm: gpio: Add error handling and a function to claim vector GPIOs by Simon Glass · 10 years ago
  76. 56a71f8 dm: gpio: Add an implementation for gpio_get_number() by Simon Glass · 10 years ago
  77. 2984e7a dm: gpio: request list: return the count if requests max_count reached by Przemyslaw Marczak · 10 years ago
  78. e564f05 dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  79. 3669e0e dm: gpio: Add better functions to request GPIOs by Simon Glass · 10 years ago
  80. 0dac4d5 dm: gpio: Add a driver GPIO translation method by Simon Glass · 10 years ago
  81. ae7123f dm: gpio: Add a native driver model API by Simon Glass · 10 years ago
  82. e5901c9 dm: gpio: Add a function to read an ID from a list of GPIOs by Simon Glass · 10 years ago
  83. d44f597 dm: gpio: Add gpio_requestf() helper for printf() strings by Simon Glass · 10 years ago
  84. 0757535 dm: Move the function for getting GPIO status into the uclass by Simon Glass · 10 years ago
  85. 6449a50 dm: gpio: Add gpio_get_function() and friends by Simon Glass · 10 years ago
  86. b892d12 dm: gpio: Implement GPIO reservation in the uclass by Simon Glass · 10 years ago
  87. fe1ef50 dm: gpio: Support numbered GPIOs by Simon Glass · 10 years ago
  88. 939cda5 dm: Use case-insensitive comparison for GPIO banks by Simon Glass · 10 years ago
  89. 54c5d08 dm: rename device struct to udevice by Heiko Schocher · 10 years ago
  90. 96495d9 dm: Add GPIO support and tests by Simon Glass · 11 years ago