1. 3176b6c gpio: Add a method to convert a GPIO to ACPI by Simon Glass · Tue Jul 07 13:11:44 2020 -0600
  2. 48e5b04 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · Thu Jun 25 01:10:06 2020 -0300
  3. 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · Thu Jun 25 01:10:04 2020 -0300
  4. a3e793c gpio: search for gpio label if gpio is not found through bank name by Heiko Schocher · Fri May 22 11:08:59 2020 +0200
  5. b087cab gpio: stm32: add ops get_dir_flags by Patrick Delaunay · Thu Jun 04 14:30:26 2020 +0200
  6. c6d455c gpio: stm32: add ops set_dir_flags by Patrick Delaunay · Thu Jun 04 14:30:25 2020 +0200
  7. 90fa4e9 Merge branch 'next' by Tom Rini · Mon Jul 06 15:46:38 2020 -0400
  8. aa914cd gpio-uclass.c: save the GPIOD flags also in the gpio descriptor by Heiko Schocher · Fri May 22 11:08:56 2020 +0200
  9. 21b71d6 Convert CONFIG_AT91_GPIO to Kconfig by Tom Rini · Tue Jun 16 19:06:05 2020 -0400
  10. 3114d21 Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Thu Jun 25 09:33:39 2020 -0400
  11. 81a4421 gpio: mxc_gpio: change gpio index for i.MX8 by Ye Li · Tue Jun 09 20:28:02 2020 -0700
  12. 74d6c9a gpio: omap_gpio: Fix unused function warning in non-DM case by Tom Rini · Thu Jun 04 16:01:39 2020 -0400
  13. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  14. c06c1be common: Drop linux/bug.h from common header by Simon Glass · Sun May 10 11:40:08 2020 -0600
  15. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  16. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  17. 2bcc1ed rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32 by Trevor Woerner · Wed May 06 08:02:42 2020 -0400
  18. b1c6014 gpio: stm32: support gpio ops in SPL by Patrick Delaunay · Wed Apr 22 14:29:17 2020 +0200
  19. f51b8da gpio: emulate open drain & open source in dm_gpio_set_value() by Neil Armstrong · Tue May 05 10:43:17 2020 +0200
  20. 1b4a22f test: pinmux: add pincontrol-gpio for pin configuration by Patrick Delaunay · Mon Jan 13 11:35:15 2020 +0100
  21. 28bdaa5 test: dm: update test for pins configuration in gpio by Patrick Delaunay · Mon Jan 13 11:35:14 2020 +0100
  22. 23aee61 gpio: sandbox: cleanup binding support by Patrick Delaunay · Mon Jan 13 11:35:13 2020 +0100
  23. 684326f gpio: add ops to set dir flags by Patrick Delaunay · Mon Jan 13 11:35:09 2020 +0100
  24. fbacd62 gpio: add ops to get dir flags by Patrick Delaunay · Mon Jan 13 11:35:08 2020 +0100
  25. 5c1c06e gpio: add support of new GPIO direction flag by Patrick Delaunay · Mon Jan 13 11:35:07 2020 +0100
  26. aecf9d7 gpio: update dir_flags management by Patrick Delaunay · Mon Jan 13 11:35:06 2020 +0100
  27. d346d4c gpio: add helper GPIOD_FLAGS_OUTPUT by Patrick Delaunay · Mon Jan 13 11:35:05 2020 +0100
  28. 187c45f gpio: add function check_dir_flags by Patrick Delaunay · Mon Jan 13 11:35:04 2020 +0100
  29. 3b2a117 gpio: add function _dm_gpio_set_dir_flags by Patrick Delaunay · Mon Jan 13 11:35:03 2020 +0100
  30. 4c2c96f gpio: add function _gpio_get_value by Patrick Delaunay · Mon Jan 13 11:35:02 2020 +0100
  31. 758bba9 gpio: add gpio descriptor initialization helper by Patrick Delaunay · Mon Jan 13 11:35:01 2020 +0100
  32. 054fbba gpio: remove the open_drain API and ops by Patrick Delaunay · Mon Jan 13 11:35:00 2020 +0100
  33. e308da0 gpio/mpc83xx_spisel_boot.c: gpio driver for SPISEL_BOOT signal by Klaus H. Sorensen · Tue Feb 11 15:20:22 2020 +0000
  34. 6298529 gpio: mpc8xxx: don't do RMW on gpdat register when setting value by Rasmus Villemoes · Tue Jan 28 12:04:34 2020 +0000
  35. bb36b0d gpio: mpc8xxx: don't modify gpdat when setting gpio as input by Rasmus Villemoes · Tue Jan 28 12:04:33 2020 +0000
  36. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Tue Feb 11 10:58:41 2020 -0500
  37. ef64c0b gpio: Let DM_74X164 be built without CONFIG_SPL_GPIO by Fabio Estevam · Wed Jan 29 13:58:02 2020 -0300
  38. 5ec230c gpio: cortina_gpio: add DM_GPIO driver for CAxxxx SoCs by Jason Li · Thu Jan 30 12:34:56 2020 -0800
  39. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  40. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  41. b3a4754 gpio: Rename free() to rfree() by Simon Glass · Tue Feb 04 20:15:17 2020 -0700
  42. 715f04e Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Tue Feb 04 11:36:49 2020 -0500
  43. 1ec382a gpio: intel_gpio: Fix register/bit offsets intel_gpio_get_value() by Wolfgang Wallner · Mon Feb 03 11:38:06 2020 +0100
  44. ee2ba39 gpio: intel_gpio: Clear tx state bit when setting output by Wolfgang Wallner · Mon Feb 03 11:38:05 2020 +0100
  45. c3d53e1 gpio: intel_gpio: Pass pinctrl device to pcr_clrsetbits32() by Wolfgang Wallner · Mon Feb 03 11:38:04 2020 +0100
  46. c22f474 gpio: da8xx_gpio: Add "ti,keystone-gpio" compatible by Vignesh Raghavendra · Tue Jan 28 15:40:03 2020 +0530
  47. 536fd36 gpio: da8xx_gpio: Fix compiler warning by Vignesh Raghavendra · Tue Jan 28 15:40:02 2020 +0530
  48. 44ab923 gpio: pca953x_gpio: Add support for 24 bit IO expander by Vignesh Raghavendra · Mon Jan 27 23:19:00 2020 +0530
  49. bcef763 gpio: bcm6345: allow to use this driver on arm bcm68360 by Philippe Reynes · Tue Jan 07 20:14:15 2020 +0100
  50. a82cd87 gpio: mxc_gpio: add support for i.MXRT1050 by Giulio Benetti · Fri Jan 10 15:47:03 2020 +0100
  51. 8349051 x86: Add a generic Intel GPIO driver by Simon Glass · Fri Dec 06 21:42:54 2019 -0700
  52. fa4689a dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · Fri Dec 06 21:41:35 2019 -0700
  53. b7e33d3 gpio: at91_gpio: Add bank names by James Byrne · Tue Nov 26 11:52:04 2019 +0000
  54. d9951c9 gpio: da8xx_gpio: Fix the _gpio_direction_output function by Keerthy · Thu Oct 24 13:52:28 2019 +0530
  55. 470e5fb gpio: zynq: Add gpio driver support for PMC gpio by Shubhrajyoti Datta · Wed Sep 18 12:10:31 2019 +0530
  56. c8a5307 gpio: zynq: Add gpio driver support for Versal by Ashok Reddy Soma · Mon Sep 16 03:35:16 2019 -0600
  57. 211be3b gpio: sifive: add support for DM based gpio driver for FU540-SoC by Sagar Shrikant Kadam · Tue Oct 01 10:00:46 2019 -0700
  58. 73eb78f Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Wed Oct 09 16:22:03 2019 -0400
  59. 770e9b0 Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Wed Oct 09 09:35:43 2019 -0400
  60. 70a3030 spi: Add support for SPL_OF_PLATDATA to mxs_gpio.c driver by Lukasz Majewski · Thu Sep 05 09:55:01 2019 +0200
  61. fb0f93a gpio: zynq: fix issue in set gpio output direction by Ashok Reddy Soma · Wed Sep 11 04:40:11 2019 -0600
  62. 7611ac6 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · Wed Sep 25 08:56:27 2019 -0600
  63. 9513997 sandbox: spmi: Add ranges property for address translation by Simon Glass · Wed Sep 25 08:55:59 2019 -0600
  64. e076d7c kconfig: Convert CONFIG_MXS_GPIO to Kconfig by Lukasz Majewski · Tue Aug 13 18:10:39 2019 +0200
  65. 58e4c38 gpio: fixes for gpio-hog support by Heiko Schocher · Wed Jul 17 06:59:51 2019 +0200
  66. c00b093 gpio: Add missing parenthesis to the GPIO_TO_PORT define by Lukasz Majewski · Sun Jun 09 22:54:40 2019 +0200
  67. e5c207c gpio: mxs: Add support for DM/DTS in the mxs_gpio.c driver (DM_GPIO) by Lukasz Majewski · Wed Jun 19 17:31:05 2019 +0200
  68. ef0e43f Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Tue Jul 16 11:19:31 2019 -0400
  69. 60c8417 sunxi: gpio: Enable support for H6 pin controller by Andre Przywara · Sun Jun 23 15:09:47 2019 +0100
  70. 9d3bab9 sunxi: move SUNXI_GPIO to Kconfig by Andre Przywara · Sun Jun 23 15:09:46 2019 +0100
  71. 31e872e Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Sun Jul 14 09:09:49 2019 -0400
  72. 39cb340 gpio: add gpio-hog support by Heiko Schocher · Wed Jun 12 06:11:46 2019 +0200
  73. 1b1f3fb gpio: stm32: Remove .ofmatch callback by Patrice Chotard · Fri Jun 21 15:39:25 2019 +0200
  74. daf1a59 gpio: stm32: Rename stm32f7_gpio to stm32_gpio by Patrice Chotard · Fri Jun 21 15:39:22 2019 +0200
  75. 2a6c7ad gpio: stm32_gpio: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:46 2019 +0200
  76. 47e00a3 gpio: pca953x: Add TI TCA9539 compatible string by Marek Vasut · Sat May 25 22:52:20 2019 +0200
  77. 2ed8ea0 gpio: dwapb_gpio: fix broken dev->node by Simon Goldschmidt · Tue May 21 22:03:12 2019 +0200
  78. 3aa7897 gpio: dwapb_gpio: convert to livetree by Simon Goldschmidt · Thu May 09 22:12:00 2019 +0200
  79. 6d99d96 gpio: renesas: Add RZ/A1 R7S72100 GPIO driver by Marek Vasut · Sat May 04 16:00:17 2019 +0200
  80. 9175e38 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Mon May 06 07:18:51 2019 -0400
  81. 01b6833 Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mips by Tom Rini · Sat May 04 20:02:31 2019 -0400
  82. f071c0a gpio: renesas: Migrate to pinctrl GPIO accessors by Marek Vasut · Sun Apr 21 22:46:25 2019 +0200
  83. 89f051b mips: rename mach-mt7620 to mach-mtmips by developer · Tue Apr 30 11:13:58 2019 +0800
  84. 9fbe17c rockchip: use 'arch-rockchip' as header file path by Kever Yang · Thu Mar 28 11:01:23 2019 +0800
  85. 968203d gpio: bcm6345: allow this driver on ARCH_BCM63158 by Philippe Reynes · Thu Mar 07 11:36:40 2019 +0100
  86. b4c5ae3 gpio: bcm6345: allow this driver on ARCH_BCM6858 by Philippe Reynes · Thu Mar 07 11:36:35 2019 +0100
  87. a8e2133 gpio: bcm6345: switch to raw I/O functions by Philippe Reynes · Thu Mar 07 11:36:31 2019 +0100
  88. fd8b802 gpio: altera_pio: fix get_value by Julien Béraud · Mon Jan 07 09:17:46 2019 +0000
  89. f642c53 rockchip: Implement spl_gpio in the GPIO driver by Simon Glass · Mon Jan 21 14:53:34 2019 -0700
  90. e67502c gpio: introduce CONFIG_SPL_DM_PCA953X by Peng Fan · Fri Dec 21 06:21:21 2018 +0000
  91. 8047057 mips: gpio: mscc: Obsoleted gpio-mscc-bitbang-spi.c by Lars Povlsen · Tue Jan 08 10:38:35 2019 +0100
  92. 37a209c mips: mscc_sgpio: Add the MSCC serial GPIO device (SIO) by Lars Povlsen · Wed Jan 02 09:52:21 2019 +0100
  93. 9f62b08 gpio: stm32f7: Fix SPL code size by Patrice Chotard · Fri Jan 04 10:55:06 2019 +0100
  94. 6225305 gpio: stm32f7: Fix gpio bank hole management by Patrice Chotard · Fri Jan 04 10:55:05 2019 +0100
  95. 45f3703 Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imx by Tom Rini · Tue Jan 01 09:56:41 2019 -0500
  96. 39945c1 imx: rename mx8m,MX8M to imx8m,IMX8M by Peng Fan · Tue Nov 20 10:19:25 2018 +0000
  97. d81c900 gpio: mscc-bitbang-spi: Add a simple gpio driver for bitbgang spi by Gregory CLEMENT · Tue Oct 09 14:08:42 2018 +0200
  98. 159d157 gpio: stm32f7: Remove CONFIG_CLK flag. by Patrice Chotard · Mon Dec 03 10:52:53 2018 +0100
  99. 20ddb32 gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.h by Patrice Chotard · Mon Dec 03 10:52:52 2018 +0100
  100. 0099c1e gpio: stm32f7: Add gpio bank holes management by Patrice Chotard · Mon Dec 03 10:52:51 2018 +0100