1. bfda949 gpio: sunxi: Implement .set_flags by Samuel Holland · Wed Oct 20 23:52:56 2021 -0500
  2. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  3. e93ea43 sunxi: gpio: Remove bank-specific size macros by Samuel Holland · Sat Sep 11 16:50:49 2021 -0500
  4. 06feb81 sunxi: Clean up inclusions of asm/arch/gpio.h by Samuel Holland · Sat Sep 11 16:50:47 2021 -0500
  5. 96dcecb gpio: sunxi: Remove the sunxi_name_to_gpio_bank function by Samuel Holland · Sun Sep 12 10:28:36 2021 -0500
  6. 91dd215 sunxi: gpio: introduce compatible for H616 by Jernej Skrabec · Mon Jan 11 21:11:51 2021 +0100
  7. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:28 2020 -0700
  8. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  9. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  10. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  11. 9030b39 dm: Drop uses of dev_set_of_offset() by Simon Glass · Sat Nov 28 17:50:04 2020 -0700
  12. 6996c66 dm: Remove uses of device_bind_offset() by Simon Glass · Sat Nov 28 17:50:03 2020 -0700
  13. f846537 dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · Sat Nov 28 17:50:00 2020 -0700
  14. 5e92e97 sunxi: gpio: introduce compatible string for V3 GPIO by Icenowy Zheng · Mon Oct 26 22:18:01 2020 +0800
  15. 1096ae1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · Fri Jul 17 14:36:46 2020 +0900
  16. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · Fri Jul 24 08:42:06 2020 -0400
  17. a3332a1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · Fri Jul 17 14:36:46 2020 +0900
  18. fa4689a dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · Fri Dec 06 21:41:35 2019 -0700
  19. 60c8417 sunxi: gpio: Enable support for H6 pin controller by Andre Przywara · Sun Jun 23 15:09:47 2019 +0100
  20. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  21. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  22. 4088d82 sunxi: gpio: add missing compatible strings by Andre Przywara · Wed Apr 04 01:31:14 2018 +0100
  23. e3b0a65 gpio: sunxi: Add compatible string for H5 PIO by Chris Blake · Mon Jan 15 16:28:18 2018 -0600
  24. 12faa02 dm: gpio: Refactor to prepare for live tree support by Simon Glass · Thu May 18 20:09:18 2017 -0600
  25. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · Wed May 17 17:18:05 2017 -0600
  26. c9d9774 gpio: sunxi: Add compatible string for R40 PIO by Chen-Yu Tsai · Wed Nov 30 17:23:52 2016 +0800
  27. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  28. f3aa282 sunxi: gpio: Add .xlate function for gpio phandle resolution by Chen-Yu Tsai · Fri Jul 22 16:12:59 2016 +0800
  29. b56989e sunxi: gpio: convert bind() to use driver data by Stephen Warren · Wed May 11 15:26:25 2016 -0600
  30. 7268803 sunxi: Add a bunch of missing compatible strings to sunxi_gpio.c by Hans de Goede · Fri Mar 18 08:43:04 2016 +0100
  31. 0971778 dm: Use dev_get_addr() where possible by Simon Glass · Tue Aug 11 08:33:29 2015 -0600
  32. 167c8a1 sunxi: gpio: Add support for the gpio banks which are part of the R-io cluster by Hans de Goede · Thu Aug 06 20:10:20 2015 +0200
  33. 30092fe sunxi: gpio: Add "allwinner,sun8i-a33-pinctrl" by Hans de Goede · Tue Jun 02 18:09:25 2015 +0200
  34. 66bf508 sunxi: axp: Remove non driver-model support from the axp gpio code by Hans de Goede · Sun Apr 26 11:19:37 2015 +0200
  35. 08607d1 sunxi: axp: Add driver-model support to the axp_gpio code by Hans de Goede · Wed Apr 22 11:31:22 2015 +0200
  36. 3ae1d13 sunxi: axp: Move axp gpio code to a separate axpi-gpio driver by Hans de Goede · Sat Apr 25 17:25:14 2015 +0200
  37. 551ea28 sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass ops by Hans de Goede · Wed Apr 22 16:27:01 2015 +0200
  38. dfa5b9f sunxi: gpio: Build sunxi_name_to_gpio_bank for driver-model code too by Hans de Goede · Wed Apr 22 17:59:01 2015 +0200
  39. ced5756 sunxi: gpio: Add compatible strings for all supported SoCs by Hans de Goede · Wed Apr 22 11:29:38 2015 +0200
  40. 9754d93 sunxi: gpio: Add temporary implementation of name_to_gpio() by Simon Glass · Sat Apr 18 11:33:43 2015 -0600
  41. e2d3054 sunxi: gpio: Rename GPIOs to include a 'P' prefix by Simon Glass · Sat Apr 18 11:33:44 2015 -0600
  42. de0977b dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · Thu Mar 05 12:25:20 2015 -0700
  43. d390d8c sunxi: Complete mmc pin mux for each supported platform, configured with Kconfig by Paul Kocialkowski · Sun Mar 22 18:12:23 2015 +0100
  44. 6604a13 power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logic by Paul Kocialkowski · Sun Mar 22 18:07:09 2015 +0100
  45. 1fc9c4a sunxi: gpio: Add support for gpio pins on the AXP209 pmic by Hans de Goede · Wed Dec 24 19:34:38 2014 +0100
  46. 06da346 mmc: sunxi: Fix misuse of gpio_direction_input() by Axel Lin · Sat Dec 20 11:41:25 2014 +0800
  47. 7830453 dm: sunxi: Modify the GPIO driver to support driver model by Simon Glass · Thu Oct 30 20:25:49 2014 -0600
  48. af47147 sunxi: add gpio driver by Ian Campbell · Thu Jun 05 19:00:15 2014 +0100