1. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  2. 1e220b2 gpio: Add support for DM GPIO for Kirkwood by Harm Berntsen · 4 years ago
  3. d719a4d Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 3 years, 10 months ago
  4. 91dd215 sunxi: gpio: introduce compatible for H616 by Jernej Skrabec · 3 years, 11 months ago
  5. 5869093 gpio: add GPIO controller driver for MediaTek MT7620 SoC by developer · 4 years, 1 month ago
  6. 09e325e gpio: stm32-gpio: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
  7. 21adc2d gpio: tca642x: fix input subcommand for gpio banks > 0 by Tomas Novotny · 4 years ago
  8. df65db8 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 4 years ago
  9. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  10. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years ago
  11. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
  12. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
  13. ec8ae8a x86: apl: Reduce size for TPL by Simon Glass · 4 years ago
  14. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  15. b4db372 gpio: Update for new sequence numbers by Simon Glass · 4 years ago
  16. 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
  17. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  18. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  19. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  20. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  21. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  22. 9030b39 dm: Drop uses of dev_set_of_offset() by Simon Glass · 4 years ago
  23. 6996c66 dm: Remove uses of device_bind_offset() by Simon Glass · 4 years ago
  24. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago
  25. f846537 dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 4 years ago
  26. 7596903 gpio: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 3 months ago
  27. f60bc02 gpio: stm32: correct the bias management by Patrick Delaunay · 4 years, 1 month ago
  28. 5e92e97 sunxi: gpio: introduce compatible string for V3 GPIO by Icenowy Zheng · 4 years, 1 month ago
  29. a055da8 x86: Fix up driver names to avoid dtoc warnings by Simon Glass · 4 years, 2 months ago
  30. c615d0c gpio: mpc8xxx: support fsl-layerscape platform by hui.song · 4 years, 2 months ago
  31. cf6da85 arm: stm32: cleanup arch gpio.h by Patrick Delaunay · 4 years, 2 months ago
  32. 5355be6 drivers: gpio: keep output value for input on sandbox by Heinrich Schuchardt · 4 years, 2 months ago
  33. ccca40b gpio: dw: Return output value when direction is out by Sean Anderson · 4 years, 2 months ago
  34. 2fb5b78 gpio: dw: Add a trailing underscore to generated name by Sean Anderson · 4 years, 2 months ago
  35. 2f3c335 gpio: dw: Fix warnings about casting int to pointer by Sean Anderson · 4 years, 2 months ago
  36. 38ae92e Merge branch 'next' by Tom Rini · 4 years, 2 months ago
  37. e7f6638 gpio: stm32: check result of ofnode_phandle_args by Patrick Delaunay · 4 years, 3 months ago
  38. cd7c951 gpio: stm32: cosmetic: cleanup gpio_stm32_probe by Patrick Delaunay · 4 years, 3 months ago
  39. 775d6a2 drivers: gpio: Add a managed API to get a GPIO from the device-tree by Jean-Jacques Hiblot · 4 years, 3 months ago
  40. 08abb8f gpio/mpc83xx_spisel_boot.c: include log.h by Rasmus Villemoes · 4 years, 2 months ago
  41. 32822d0 treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
  42. 5150bc7 gpio: at91: use dev_read_addr() to get base address by Masahiro Yamada · 4 years, 4 months ago
  43. c28665d xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers by Michal Simek · 4 years, 4 months ago
  44. 322ebe9 Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 4 months ago
  45. a432c25 gpio: octeon_gpio: Add GPIO controller driver for Octeon by Suneel Garapati · 4 years, 4 months ago
  46. e58c4f5 gpio: mxc_gpio: add OF_PLATDATA support by Walter Lozano · 4 years, 4 months ago
  47. 9f6a368 Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 4 months ago
  48. f600db4 drivers: gpio: add broadcom iproc gpio driver support by Rayagonda Kokatanur · 4 years, 7 months ago
  49. 9c21d40 gpio: add nexell driver by Stefan Bosch · 4 years, 5 months ago
  50. 60baa04 msm_gpio: Add support for Qualcomm IPQ40xx by Robert Marko · 4 years, 5 months ago
  51. 6935893 drivers: avoid using aliases on drivers when OF_PLATDATA is enabled by Walter Lozano · 4 years, 4 months ago
  52. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  53. 1096ae1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
  54. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  55. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  56. a3332a1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
  57. 76c449c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 4 months ago
  58. aac86da x86: gpio: Add support for obtaining ACPI info for a GPIO by Simon Glass · 4 years, 5 months ago
  59. 25f16c1 x86: pinctrl: Add a way to get the pinctrl reg address by Simon Glass · 4 years, 5 months ago
  60. 3176b6c gpio: Add a method to convert a GPIO to ACPI by Simon Glass · 4 years, 5 months ago
  61. 755f3ee gpio: mxc_gpio: Improve to use ofdata_to_platdata by Ye Li · 4 years, 6 months ago
  62. 48e5b04 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · 4 years, 5 months ago
  63. 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 5 months ago
  64. a3e793c gpio: search for gpio label if gpio is not found through bank name by Heiko Schocher · 4 years, 6 months ago
  65. b087cab gpio: stm32: add ops get_dir_flags by Patrick Delaunay · 4 years, 6 months ago
  66. c6d455c gpio: stm32: add ops set_dir_flags by Patrick Delaunay · 4 years, 6 months ago
  67. 90fa4e9 Merge branch 'next' by Tom Rini · 4 years, 5 months ago
  68. aa914cd gpio-uclass.c: save the GPIOD flags also in the gpio descriptor by Heiko Schocher · 4 years, 6 months ago
  69. 21b71d6 Convert CONFIG_AT91_GPIO to Kconfig by Tom Rini · 4 years, 5 months ago
  70. 3114d21 Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 5 months ago
  71. 81a4421 gpio: mxc_gpio: change gpio index for i.MX8 by Ye Li · 4 years, 6 months ago
  72. 74d6c9a gpio: omap_gpio: Fix unused function warning in non-DM case by Tom Rini · 4 years, 6 months ago
  73. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  74. c06c1be common: Drop linux/bug.h from common header by Simon Glass · 4 years, 7 months ago
  75. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  76. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  77. 2bcc1ed rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32 by Trevor Woerner · 4 years, 7 months ago
  78. b1c6014 gpio: stm32: support gpio ops in SPL by Patrick Delaunay · 4 years, 7 months ago
  79. f51b8da gpio: emulate open drain & open source in dm_gpio_set_value() by Neil Armstrong · 4 years, 7 months ago
  80. 1b4a22f test: pinmux: add pincontrol-gpio for pin configuration by Patrick Delaunay · 4 years, 11 months ago
  81. 28bdaa5 test: dm: update test for pins configuration in gpio by Patrick Delaunay · 4 years, 11 months ago
  82. 23aee61 gpio: sandbox: cleanup binding support by Patrick Delaunay · 4 years, 11 months ago
  83. 684326f gpio: add ops to set dir flags by Patrick Delaunay · 4 years, 11 months ago
  84. fbacd62 gpio: add ops to get dir flags by Patrick Delaunay · 4 years, 11 months ago
  85. 5c1c06e gpio: add support of new GPIO direction flag by Patrick Delaunay · 4 years, 11 months ago
  86. aecf9d7 gpio: update dir_flags management by Patrick Delaunay · 4 years, 11 months ago
  87. d346d4c gpio: add helper GPIOD_FLAGS_OUTPUT by Patrick Delaunay · 4 years, 11 months ago
  88. 187c45f gpio: add function check_dir_flags by Patrick Delaunay · 4 years, 11 months ago
  89. 3b2a117 gpio: add function _dm_gpio_set_dir_flags by Patrick Delaunay · 4 years, 11 months ago
  90. 4c2c96f gpio: add function _gpio_get_value by Patrick Delaunay · 4 years, 11 months ago
  91. 758bba9 gpio: add gpio descriptor initialization helper by Patrick Delaunay · 4 years, 11 months ago
  92. 054fbba gpio: remove the open_drain API and ops by Patrick Delaunay · 4 years, 11 months ago
  93. e308da0 gpio/mpc83xx_spisel_boot.c: gpio driver for SPISEL_BOOT signal by Klaus H. Sorensen · 4 years, 10 months ago
  94. 6298529 gpio: mpc8xxx: don't do RMW on gpdat register when setting value by Rasmus Villemoes · 4 years, 10 months ago
  95. bb36b0d gpio: mpc8xxx: don't modify gpdat when setting gpio as input by Rasmus Villemoes · 4 years, 10 months ago
  96. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 10 months ago
  97. ef64c0b gpio: Let DM_74X164 be built without CONFIG_SPL_GPIO by Fabio Estevam · 4 years, 10 months ago
  98. 5ec230c gpio: cortina_gpio: add DM_GPIO driver for CAxxxx SoCs by Jason Li · 4 years, 10 months ago
  99. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  100. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago