1. ba3982f gpio: Get rid of gpio_hog_probe_all() by Marek Vasut · 2 years, 2 months ago
  2. 91c96fe dm: treewide: Do not use the return value of simple uclass iterator by Michal Suchanek · 2 years, 2 months ago
  3. 4882808 gpio-uclass: fix gpio lookup by label by Rasmus Villemoes · 2 years, 2 months ago
  4. eb8f3a7 gpio: Fix pin's status display for pin with GPIOF_UNUSED function by Patrice Chotard · 2 years, 3 months ago
  5. 8b1310e gpio: Allow to print pin's label even for pin with GPIOF_FUNC function by Patrice Chotard · 2 years, 3 months ago
  6. 652b869 gpio: Enable hogging support in SPL by Eddie James · 2 years, 10 months ago
  7. 2e62c6b gpio: Add gpio_request_by_line_name() by Andrew Jeffery · 2 years, 10 months ago
  8. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  9. 8e10c71 gpio: Factor out DT flag translation by Samuel Holland · 3 years, 3 months ago
  10. 78acb92 gpio: Verify validity of pin offsets from device trees by Samuel Holland · 3 years, 3 months ago
  11. 8f53a33 gpio: Verify validity of pin offsets when looking up names by Samuel Holland · 3 years, 3 months ago
  12. 2149e11 dm: gpio: Add of-platdata support by Simon Glass · 3 years, 4 months ago
  13. 9288265 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 4 months ago
  14. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  15. 8ad66c5 dm: gpio: Fix gpio_get_list_count failing with livetree by Sean Anderson · 3 years, 7 months ago
  16. 09456bd gpio: Drop dm_gpio_set_dir() by Simon Glass · 3 years, 8 months ago
  17. 247ccf2 gpio: Add a way to read 3-way strapping pins by Simon Glass · 3 years, 10 months ago
  18. e43eae2 gpio: Define the log category in the uclass by Simon Glass · 3 years, 10 months ago
  19. 49f315a gpio: Use an 'ops' variable everywhere by Simon Glass · 3 years, 10 months ago
  20. 722f968 gpio: Replace direction_input() and direction_output() by Simon Glass · 3 years, 10 months ago
  21. 7b893f9 dm: gpio: Add a way to update flags by Simon Glass · 3 years, 10 months ago
  22. 909bee3 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · 3 years, 10 months ago
  23. d063ce9 dm: gpio: Rename get_dir_flags() method to get_flags() by Simon Glass · 3 years, 10 months ago
  24. 54befdd dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 10 months ago
  25. ea38372 gpio: Disable functions not used with of-platdata by Simon Glass · 3 years, 10 months ago
  26. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  27. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  28. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  29. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  30. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  31. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  32. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  33. 7596903 gpio: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 3 months ago
  34. 775d6a2 drivers: gpio: Add a managed API to get a GPIO from the device-tree by Jean-Jacques Hiblot · 4 years, 3 months ago
  35. 3176b6c gpio: Add a method to convert a GPIO to ACPI by Simon Glass · 4 years, 5 months ago
  36. a3e793c gpio: search for gpio label if gpio is not found through bank name by Heiko Schocher · 4 years, 6 months ago
  37. aa914cd gpio-uclass.c: save the GPIOD flags also in the gpio descriptor by Heiko Schocher · 4 years, 6 months ago
  38. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  39. f51b8da gpio: emulate open drain & open source in dm_gpio_set_value() by Neil Armstrong · 4 years, 7 months ago
  40. 684326f gpio: add ops to set dir flags by Patrick Delaunay · 4 years, 11 months ago
  41. fbacd62 gpio: add ops to get dir flags by Patrick Delaunay · 4 years, 11 months ago
  42. 5c1c06e gpio: add support of new GPIO direction flag by Patrick Delaunay · 4 years, 11 months ago
  43. aecf9d7 gpio: update dir_flags management by Patrick Delaunay · 4 years, 11 months ago
  44. d346d4c gpio: add helper GPIOD_FLAGS_OUTPUT by Patrick Delaunay · 4 years, 11 months ago
  45. 187c45f gpio: add function check_dir_flags by Patrick Delaunay · 4 years, 11 months ago
  46. 3b2a117 gpio: add function _dm_gpio_set_dir_flags by Patrick Delaunay · 4 years, 11 months ago
  47. 4c2c96f gpio: add function _gpio_get_value by Patrick Delaunay · 4 years, 11 months ago
  48. 758bba9 gpio: add gpio descriptor initialization helper by Patrick Delaunay · 4 years, 11 months ago
  49. 054fbba gpio: remove the open_drain API and ops by Patrick Delaunay · 4 years, 11 months ago
  50. b3a4754 gpio: Rename free() to rfree() by Simon Glass · 4 years, 10 months ago
  51. 7611ac6 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · 5 years ago
  52. 58e4c38 gpio: fixes for gpio-hog support by Heiko Schocher · 5 years ago
  53. 39cb340 gpio: add gpio-hog support by Heiko Schocher · 5 years ago
  54. 5f7202c gpio: dm: Support manual relocation for gpio by Michal Simek · 6 years ago
  55. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  56. e3d057a gpio: uclass: Fix debug string by Mario Six · 7 years ago
  57. 286c252 gpio: add static to get_function() by Masahiro Yamada · 7 years ago
  58. 1d9af1f dm: gpio: Add live tree support by Simon Glass · 8 years ago
  59. 12faa02 dm: gpio: Refactor to prepare for live tree support by Simon Glass · 8 years ago
  60. 26fd968 gpio-uclass.c: Fix comparison of unsigned expression warning by Tom Rini · 8 years ago
  61. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  62. 0a44d49 dm: gpio: Add methods for open drain setting by mario.six@gdsys.cc · 9 years ago
  63. 786e98d dm: gpio: add a default gpio xlate routine by Eric Nelson · 9 years ago
  64. fd83897 gpio: Use const where possible by Simon Glass · 9 years ago
  65. df1687d gpio: Add a function to obtain a GPIO vector value by Simon Glass · 9 years ago
  66. 78eeb91 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  67. ee8a3d9 dm: gpio: Allow the uclass to work without printf() by Simon Glass · 9 years ago
  68. 230c143 dm: gpio: Check a GPIO is valid before using it by Simon Glass · 9 years ago
  69. 047cdb3 dm: gpio: Add dm_gpio_request() to manually request a GPIO by Simon Glass · 9 years ago
  70. 215bcc7 dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name by Simon Glass · 9 years ago
  71. b1a1fc9 dm: gpio: uclass: Add flag to control sequence numbering by Bhuvanchandra DV · 10 years ago
  72. bef54db dm: gpio: Add error handling and a function to claim vector GPIOs by Simon Glass · 10 years ago
  73. 94f54d1 dm: gpio: Add an implementation for gpio_get_number() by Simon Glass · 10 years ago
  74. 44fc536 dm: gpio: request list: return the count if requests max_count reached by Przemyslaw Marczak · 10 years ago
  75. de0977b dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  76. 16e1040 dm: gpio: Add better functions to request GPIOs by Simon Glass · 10 years ago
  77. d3322bb dm: gpio: Add a driver GPIO translation method by Simon Glass · 10 years ago
  78. ce55529 dm: gpio: Add a native driver model API by Simon Glass · 10 years ago
  79. 2c97a8f dm: gpio: Add a function to read an ID from a list of GPIOs by Simon Glass · 10 years ago
  80. 1b27d60 dm: gpio: Add gpio_requestf() helper for printf() strings by Simon Glass · 10 years ago
  81. 6b1ef59 dm: Move the function for getting GPIO status into the uclass by Simon Glass · 10 years ago
  82. 6e5e6dd dm: gpio: Add gpio_get_function() and friends by Simon Glass · 10 years ago
  83. 0f4517d dm: gpio: Implement GPIO reservation in the uclass by Simon Glass · 10 years ago
  84. 43b2e1a dm: gpio: Support numbered GPIOs by Simon Glass · 10 years ago
  85. d4acf63 dm: Use case-insensitive comparison for GPIO banks by Simon Glass · 10 years ago
  86. b74fcb4 dm: rename device struct to udevice by Heiko Schocher · 11 years ago
  87. e821d18 dm: Add GPIO support and tests by Simon Glass · 11 years ago