1. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  2. 33b2efb dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 4 years ago
  3. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  4. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  5. 39edb95 dm: Rename 'platdata_size' to 'plat_size' by Simon Glass · 4 years ago
  6. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  7. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  8. 4d71d60 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · 4 years ago
  9. 5039cab dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 4 years ago
  10. 21a3088 dm: core: Combine the flattree and livetree binding code by Simon Glass · 4 years ago
  11. 278ddba dm: core: Add an ofnode function to get the devicetree root by Simon Glass · 4 years ago
  12. 16b4f94 dm: core: Drop device_bind_offset() by Simon Glass · 4 years ago
  13. 9030b39 dm: Drop uses of dev_set_of_offset() by Simon Glass · 4 years ago
  14. 6996c66 dm: Remove uses of device_bind_offset() by Simon Glass · 4 years ago
  15. 5de5b3b dm: core: Add a livetree function to check node status by Simon Glass · 4 years ago
  16. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago
  17. f846537 dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 4 years ago
  18. 5420957 sandbox: serial: Update to use membuff by Simon Glass · 4 years, 1 month ago
  19. fb6268d sandbox: serial: Convert to livetree by Simon Glass · 4 years, 1 month ago
  20. 0b8ffa7 serial: sandbox: Drop unnecessary #ifdefs by Simon Glass · 4 years, 1 month ago
  21. 7596903 gpio: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 3 months ago
  22. 088ba72 Merge tag 'mmc-2020-11-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years ago
  23. 1cfbd7a i2c: ocores: add i2c driver for OpenCores I2C controller by Pragnesh Patel · 4 years, 1 month ago
  24. 9355716 i2c: designware_i2c: Don't warn if no reset controller by Simon Glass · 4 years, 1 month ago
  25. edf478b i2c: mvtwsi: disable i2c slave also on Armada 8k by Baruch Siach · 4 years, 2 months ago
  26. c71c95c mmc: check a return value about regulator's always-on by Jaehoon Chung · 4 years, 1 month ago
  27. ad9f7ce mmc: display an error number to debug by Jaehoon Chung · 4 years, 1 month ago
  28. 8fbe95b mmc: fsl_esdhc: make sure delay chain locked for HS400 by Yangbo Lu · 4 years, 1 month ago
  29. ee2708b mmc: fsl_esdhc: set sysctl register for clock initialization by Yangbo Lu · 4 years, 1 month ago
  30. 8632509 mmc: Add some helper functions for retrying on error by Sean Anderson · 4 years, 2 months ago
  31. c8a755d phy: stm32: usbphyc: manage optional vbus regulator on phy_power_on/off by Patrick Delaunay · 4 years, 2 months ago
  32. 1d95e4f pinctrl: stmfx: update pin name by Patrick Delaunay · 4 years, 1 month ago
  33. 23a46bf pinctrl: stmfx: update pincontrol and gpio device name by Patrick Delaunay · 4 years, 1 month ago
  34. f60bc02 gpio: stm32: correct the bias management by Patrick Delaunay · 4 years, 1 month ago
  35. 6347ed9 pinctrl: stm32: display bias information for all pins by Patrick Delaunay · 4 years, 1 month ago
  36. b78ceb4 remoteproc: stm32: update error management in stm32_copro_start by Patrick Delaunay · 4 years, 2 months ago
  37. a841489 remoteproc: stm32: use reset for hold boot by Patrick Delaunay · 4 years, 2 months ago
  38. 4290573 reset: stm32: Add support of MCU HOLD BOOT by Patrick Delaunay · 4 years, 2 months ago
  39. b1ed6a8 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 4 years ago
  40. 09aee38 usb: gadget: dwc2_udc_otg: return zero when reset property is not present by Jaehoon Chung · 4 years, 1 month ago
  41. c37f8f3 usb: dwc3: Handle case where setup_phy is not needed by Siva Durga Prasad Paladugu · 4 years, 1 month ago
  42. 99df7a5 usb: dwc2: add "u-boot,force-vbus-detection" for stm32 by Patrick Delaunay · 4 years, 2 months ago
  43. 8bbf387 pinctrl: renesas: Drop unused members from struct sh_pfc_pinctrl by Lad Prabhakar · 4 years, 1 month ago
  44. d228827 pinctrl: renesas: r8a7795: Optimize pinctrl image size for R8A774E1 by Biju Das · 4 years, 1 month ago
  45. 0a36270 pinctrl: renesas: r8a77965: Optimize pinctrl image size for R8A774B1 by Biju Das · 4 years, 1 month ago
  46. fd37ab3 pinctrl: renesas: r8a7796: Optimize pinctrl image size for R8A774A1 by Biju Das · 4 years, 1 month ago
  47. 121bd00 pinctrl: renesas: r8a77951: Add R8A774E1 PFC support by Biju Das · 4 years, 1 month ago
  48. d1d7888 pinctrl: renesas: r8a77965: Add R8A774B1 PFC support by Biju Das · 4 years, 1 month ago
  49. 44ae9f4 Merge tag 'efi-2021-01-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years ago
  50. 5cef045 dfu: simplify the dependencies of DFU_TFTP by AKASHI Takahiro · 4 years ago
  51. 9ef40ea tpm: spi: Cleanup source code by Michal Simek · 4 years, 1 month ago
  52. e88d5a0 drivers: led: bcm6858: set the correct led polarity register by Steven Lawrance · 4 years, 1 month ago
  53. 5b34318 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 4 years ago
  54. 8656f58 pinctrl: k210: Rename power domains to match datasheet by Sean Anderson · 4 years, 1 month ago
  55. 57888ac pinctrl: k210: Fix inverted IE and OE for I2C by Sean Anderson · 4 years, 1 month ago
  56. 365951a sunxi: allow to use AXP20[39] attached to I2C0 on V3 series by Icenowy Zheng · 4 years, 1 month ago
  57. 18e4ab6 clk: sunxi: add compatible string for V3 by Icenowy Zheng · 4 years, 1 month ago
  58. 5e92e97 sunxi: gpio: introduce compatible string for V3 GPIO by Icenowy Zheng · 4 years, 1 month ago
  59. ed236b9 Merge tag 'ti-v2021.01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 4 years, 1 month ago
  60. 55d00cd Merge tag 'u-boot-amlogic-20201116' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 4 years, 1 month ago
  61. 49c44fa Merge tag 'u-boot-rockchip-20201113' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 1 month ago
  62. 1b42e85 mtd: OneNAND: Set MTD type by Pali Rohár · 4 years, 1 month ago
  63. 7dbfe08 power: twl4030: Add twl4030_i2c_read() function by Pali Rohár · 4 years, 1 month ago
  64. 9f0cffd cros_ec: Handling EC_CMD_GET_NEXT_EVENT by Heinrich Schuchardt · 4 years, 1 month ago
  65. ea5def6 cros_ec: Increase command timeout for flash erase by Simon Glass · 4 years, 1 month ago
  66. 97208d9 cros_ec: Correct collection of EC hash by Simon Glass · 4 years, 1 month ago
  67. 53f2033 video: rockchip: Restrict EDP, VOP, MIPI files to GPL-2.0 by Alper Nebi Yasak · 4 years, 1 month ago
  68. 66327ce rockchip: rk3399: Init clocks in U-Boot proper if SPL was not run by Alper Nebi Yasak · 4 years, 1 month ago
  69. 380fcdd mmc: meson-gx: change clock phase value on SM1 SoCs by Neil Armstrong · 4 years, 1 month ago
  70. 70556d0 mmc: meson-gx: move arch header to local header by Neil Armstrong · 4 years, 1 month ago
  71. 91c79ac video: meson: meson_dw_hdmi: fix the potential build warning by Jaehoon Chung · 4 years, 1 month ago
  72. 2bf9da4 phy: meson-g12a-usb2: fix the potential build warning by Jaehoon Chung · 4 years, 1 month ago
  73. 5075f4f Merge tag 'efi-2021-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 1 month ago
  74. 8530bb4 net: ks8851: Implement EEPROM MAC address readout by Marek Vasut · 4 years, 2 months ago
  75. 4de5593 input: add support for FN1 - FN10 on crosswire kbd by Heinrich Schuchardt · 4 years, 1 month ago
  76. a391451 Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 1 month ago
  77. 2cd98f5 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 1 month ago
  78. 052a03e sysinfo: Provide a default driver to set SMBIOS values by Simon Glass · 4 years, 1 month ago
  79. 458b66a board: Rename uclass to sysinfo by Simon Glass · 4 years, 1 month ago
  80. f1dd0ac x86: pinctrl: Silence the warning when a pin is not found by Simon Glass · 4 years, 1 month ago
  81. a385d49 acpi: Don't reset the tables with every new generation by Simon Glass · 4 years, 1 month ago
  82. 4304e97 x86: sound: Correct error handling by Simon Glass · 4 years, 1 month ago
  83. 1f01057 Merge tag 'u-boot-imx-20201105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 1 month ago
  84. 1ce0729 cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENT by Alper Nebi Yasak · 4 years, 1 month ago
  85. 1c67844 sandbox: implement reset by Heinrich Schuchardt · 4 years, 1 month ago
  86. a055da8 x86: Fix up driver names to avoid dtoc warnings by Simon Glass · 4 years, 2 months ago
  87. df2e939 cros_ec: Fix up driver names to avoid dtoc warnings by Simon Glass · 4 years, 2 months ago
  88. ddf5fda Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 1 month ago
  89. 6b30ac3 sysreset: Add poweroff-gpio driver by Sebastian Reichel · 4 years, 3 months ago
  90. 33ebba3 rtc: m41t62: add oscillator fail bit reset support by Sebastian Reichel · 4 years, 3 months ago
  91. 1d4abb8 rtc: m41t62: reset SQW in m41t62_rtc_reset by Sebastian Reichel · 4 years, 3 months ago
  92. 40e7751 bootcount: add a DM SPI flash backing store for bootcount by Sebastian Reichel · 4 years, 3 months ago
  93. b9c72d0 watchdog: Hide WATCHDOG_RESET_DISABLE by Michael Walle · 4 years, 2 months ago
  94. a77d309 thermal: imx_tmu: fix missing include by Tim Harvey · 4 years, 2 months ago
  95. cf64893 Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 1 month ago
  96. bac8450 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 1 month ago
  97. 0955827 video: rockchip: Support 4K resolution for rk3288, HDMI by Jagan Teki · 4 years, 1 month ago
  98. 0e84a04 dfu: add dfu_write_by_alt() by AKASHI Takahiro · 4 years, 1 month ago
  99. b24b829 dfu: export dfu_list by AKASHI Takahiro · 4 years, 1 month ago
  100. 768d58d common: update: add a generic interface for FIT image by AKASHI Takahiro · 4 years, 1 month ago