1. 09456bd gpio: Drop dm_gpio_set_dir() by Simon Glass · Tue Mar 23 14:52:07 2021 +1300
  2. 247ccf2 gpio: Add a way to read 3-way strapping pins by Simon Glass · Thu Feb 04 21:22:09 2021 -0700
  3. 722f968 gpio: Replace direction_input() and direction_output() by Simon Glass · Thu Feb 04 21:22:04 2021 -0700
  4. 7b893f9 dm: gpio: Add a way to update flags by Simon Glass · Thu Feb 04 21:22:03 2021 -0700
  5. 909bee3 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · Thu Feb 04 21:21:57 2021 -0700
  6. d063ce9 dm: gpio: Rename get_dir_flags() method to get_flags() by Simon Glass · Thu Feb 04 21:21:56 2021 -0700
  7. 54befdd dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · Thu Feb 04 21:21:55 2021 -0700
  8. 361843d gpio: fix gpio_request_by_name() description by Dario Binacchi · Sun Oct 11 14:25:47 2020 +0200
  9. 775d6a2 drivers: gpio: Add a managed API to get a GPIO from the device-tree by Jean-Jacques Hiblot · Fri Sep 11 13:43:34 2020 +0530
  10. 3176b6c gpio: Add a method to convert a GPIO to ACPI by Simon Glass · Tue Jul 07 13:11:44 2020 -0600
  11. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  12. 684326f gpio: add ops to set dir flags by Patrick Delaunay · Mon Jan 13 11:35:09 2020 +0100
  13. fbacd62 gpio: add ops to get dir flags by Patrick Delaunay · Mon Jan 13 11:35:08 2020 +0100
  14. 5c1c06e gpio: add support of new GPIO direction flag by Patrick Delaunay · Mon Jan 13 11:35:07 2020 +0100
  15. aecf9d7 gpio: update dir_flags management by Patrick Delaunay · Mon Jan 13 11:35:06 2020 +0100
  16. d346d4c gpio: add helper GPIOD_FLAGS_OUTPUT by Patrick Delaunay · Mon Jan 13 11:35:05 2020 +0100
  17. 054fbba gpio: remove the open_drain API and ops by Patrick Delaunay · Mon Jan 13 11:35:00 2020 +0100
  18. 34c6f1a gpio: remove GPIOD_REQUESTED by Patrick Delaunay · Mon Jan 13 11:34:59 2020 +0100
  19. b3a4754 gpio: Rename free() to rfree() by Simon Glass · Tue Feb 04 20:15:17 2020 -0700
  20. 58e4c38 gpio: fixes for gpio-hog support by Heiko Schocher · Wed Jul 17 06:59:51 2019 +0200
  21. 39cb340 gpio: add gpio-hog support by Heiko Schocher · Wed Jun 12 06:11:46 2019 +0200
  22. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  23. 1d9af1f dm: gpio: Add live tree support by Simon Glass · Tue May 30 21:47:09 2017 -0600
  24. f6820a8 dm: gpio: Drop blank line in gpio_xlate_offs_flags() comment by Simon Glass · Thu May 18 20:09:19 2017 -0600
  25. 12faa02 dm: gpio: Refactor to prepare for live tree support by Simon Glass · Thu May 18 20:09:18 2017 -0600
  26. 0a44d49 dm: gpio: Add methods for open drain setting by mario.six@gdsys.cc · Wed May 25 15:15:21 2016 +0200
  27. 786e98d dm: gpio: add a default gpio xlate routine by Eric Nelson · Sun Apr 24 16:32:40 2016 -0700
  28. fd83897 gpio: Use const where possible by Simon Glass · Sun Mar 06 19:27:51 2016 -0700
  29. df1687d gpio: Add a function to obtain a GPIO vector value by Simon Glass · Sun Mar 06 19:27:50 2016 -0700
  30. 047cdb3 dm: gpio: Add dm_gpio_request() to manually request a GPIO by Simon Glass · Tue Jun 23 15:38:41 2015 -0600
  31. 215bcc7 dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name by Simon Glass · Tue Jun 23 15:38:40 2015 -0600
  32. 2fc683d gpio: fix typos in GPIO header by Masahiro Yamada · Fri May 29 21:57:33 2015 +0900
  33. 518827e dm: gpio: Fix comment typo in GPIOD_IS_IN by Simon Glass · Mon May 04 11:31:01 2015 -0600
  34. bef54db dm: gpio: Add error handling and a function to claim vector GPIOs by Simon Glass · Tue Apr 14 21:03:20 2015 -0600
  35. af0bb3e dm: gpio: Mark the old GPIO API deprecated by Simon Glass · Mon Jan 05 20:05:30 2015 -0700
  36. 16e1040 dm: gpio: Add better functions to request GPIOs by Simon Glass · Mon Jan 05 20:05:29 2015 -0700
  37. d3322bb dm: gpio: Add a driver GPIO translation method by Simon Glass · Mon Jan 05 20:05:28 2015 -0700
  38. ce55529 dm: gpio: Add a native driver model API by Simon Glass · Mon Jan 05 20:05:27 2015 -0700
  39. 2c97a8f dm: gpio: Add a function to read an ID from a list of GPIOs by Simon Glass · Mon Nov 10 18:00:21 2014 -0700
  40. 06f08e2 Merge git://git.denx.de/u-boot-dm by Tom Rini · Sun Oct 26 14:03:08 2014 -0400
  41. b613b10 gpio: add protype for name_to_gpio by Jeroen Hofstee · Wed Oct 08 22:58:03 2014 +0200
  42. fb750d9 dm: gpio: Remove unused get_state() uclass method by Simon Glass · Sat Oct 04 11:29:57 2014 -0600
  43. 1b27d60 dm: gpio: Add gpio_requestf() helper for printf() strings by Simon Glass · Sat Oct 04 11:29:49 2014 -0600
  44. 6b1ef59 dm: Move the function for getting GPIO status into the uclass by Simon Glass · Sat Oct 04 11:29:44 2014 -0600
  45. 6e5e6dd dm: gpio: Add gpio_get_function() and friends by Simon Glass · Sat Oct 04 11:29:43 2014 -0600
  46. 0f4517d dm: gpio: Implement GPIO reservation in the uclass by Simon Glass · Sat Oct 04 11:29:42 2014 -0600
  47. 8a523c5 gpio: header file comment spelling fixes by Marcel Ziswiler · Fri Oct 10 17:31:41 2014 +0200
  48. 2d6b923 dm: gpio: Enhance gpio command to show only active GPIOs by Simon Glass · Mon Aug 11 09:23:52 2014 -0600
  49. b74fcb4 dm: rename device struct to udevice by Heiko Schocher · Thu May 22 12:43:05 2014 +0200
  50. e821d18 dm: Add GPIO support and tests by Simon Glass · Wed Feb 26 15:59:24 2014 -0700
  51. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  52. d9a6717 gpio: remove duplicate function signature by Nikita Kiryanov · Mon Nov 26 23:06:32 2012 +0000
  53. eadbf1a Add gpio_request() to asm-generic header by Simon Glass · Wed Jun 13 06:19:37 2012 +0000
  54. 334b232 gpio: Modify common gpio.h to more closely match Linux by Joe Hershberger · Fri Nov 11 15:55:35 2011 -0600
  55. 9c35f0e Add generic gpio.h in asm-generic by Simon Glass · Fri Oct 07 13:53:50 2011 +0000