1. a2c9d01 test: spi: Add sandbox_spi_get_{speed, mode} interface by Ovidiu Panait · Mon Dec 14 19:06:49 2020 +0200
  2. 05f3881 spi: sandbox_spi: Implement speed/mode setup by Ovidiu Panait · Mon Dec 14 19:06:48 2020 +0200
  3. ae73473 sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · Mon Dec 14 19:06:47 2020 +0200
  4. a220c1d sandbox: spi: Drop unused sandbox_spi_parse_spec function by Ovidiu Panait · Mon Dec 14 19:06:46 2020 +0200
  5. 38040a9 dm: core: Drop seq and req_seq by Simon Glass · Wed Dec 16 21:20:32 2020 -0700
  6. f7eca61 cmd: Drop use of old sequence numbers in commands by Simon Glass · Wed Dec 16 21:20:31 2020 -0700
  7. b941f56 dm: core: Update uclass_find_next_free_req_seq() for new scheme by Simon Glass · Wed Dec 16 21:20:30 2020 -0700
  8. 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · Wed Dec 16 21:20:29 2020 -0700
  9. 784c1fb dm: Drop uclass_resolve_seq() by Simon Glass · Wed Dec 16 21:20:28 2020 -0700
  10. 7d5e411 dm: Switch over to use new sequence number for dev_seq() by Simon Glass · Wed Dec 16 21:20:26 2020 -0700
  11. 99382ba pinctrl: Update for new sequence numbers by Simon Glass · Wed Dec 16 21:20:25 2020 -0700
  12. b4db372 gpio: Update for new sequence numbers by Simon Glass · Wed Dec 16 21:20:24 2020 -0700
  13. 579d804 usb: Update for new sequence numbers by Simon Glass · Wed Dec 16 21:20:21 2020 -0700
  14. cb4363a usb: ehci-mx6: Drop assignment of sequence number by Simon Glass · Wed Dec 16 21:20:20 2020 -0700
  15. c4222cd spi: Update for new sequence numbers by Simon Glass · Wed Dec 16 21:20:19 2020 -0700
  16. be70610 pci: Update to use new sequence numbers by Simon Glass · Wed Dec 16 21:20:18 2020 -0700
  17. 3a9d5f1 dm: core: Allow manual sequence numbering by Simon Glass · Wed Dec 16 21:20:17 2020 -0700
  18. 3e14a22 net: Update to use new sequence numbers by Simon Glass · Wed Dec 16 21:20:16 2020 -0700
  19. 4123ba0 i2c: Update for new sequence numbers by Simon Glass · Wed Dec 16 21:20:15 2020 -0700
  20. 7f4dadf octeon: Don't attempt to set the sequence number by Simon Glass · Wed Dec 16 21:20:14 2020 -0700
  21. a2b5855 dm: Fix return value in dev_read_alias_seq() by Simon Glass · Wed Dec 16 21:20:12 2020 -0700
  22. 437ed82 dm: core: Switch binding to use new sequence numbers by Simon Glass · Wed Dec 16 21:20:11 2020 -0700
  23. 7272e92 dm: core: Add a new sequence number for devices by Simon Glass · Wed Dec 16 21:20:09 2020 -0700
  24. 1ae093f dm: core: Update uclass_find_next_free_req_seq() args by Simon Glass · Wed Dec 16 21:20:08 2020 -0700
  25. 75e534b dm: Avoid accessing seq directly by Simon Glass · Wed Dec 16 21:20:07 2020 -0700
  26. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  27. 33b2efb dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · Thu Dec 03 16:55:22 2020 -0700
  28. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  29. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  30. 39edb95 dm: Rename 'platdata_size' to 'plat_size' by Simon Glass · Thu Dec 03 16:55:19 2020 -0700
  31. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  32. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  33. 4d71d60 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · Sat Nov 28 17:50:10 2020 -0700
  34. 5039cab dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · Sat Nov 28 17:50:09 2020 -0700
  35. 21a3088 dm: core: Combine the flattree and livetree binding code by Simon Glass · Sat Nov 28 17:50:08 2020 -0700
  36. 278ddba dm: core: Add an ofnode function to get the devicetree root by Simon Glass · Sat Nov 28 17:50:07 2020 -0700
  37. 16b4f94 dm: core: Drop device_bind_offset() by Simon Glass · Sat Nov 28 17:50:06 2020 -0700
  38. 9030b39 dm: Drop uses of dev_set_of_offset() by Simon Glass · Sat Nov 28 17:50:04 2020 -0700
  39. 6996c66 dm: Remove uses of device_bind_offset() by Simon Glass · Sat Nov 28 17:50:03 2020 -0700
  40. 5de5b3b dm: core: Add a livetree function to check node status by Simon Glass · Sat Nov 28 17:50:02 2020 -0700
  41. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · Sat Nov 28 17:50:01 2020 -0700
  42. f846537 dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · Sat Nov 28 17:50:00 2020 -0700
  43. 5420957 sandbox: serial: Update to use membuff by Simon Glass · Sun Nov 08 20:36:50 2020 -0700
  44. fb6268d sandbox: serial: Convert to livetree by Simon Glass · Sun Nov 08 20:36:49 2020 -0700
  45. 0b8ffa7 serial: sandbox: Drop unnecessary #ifdefs by Simon Glass · Sun Nov 08 20:36:48 2020 -0700
  46. 7596903 gpio: Convert to use APIs which support live DT by Patrick Delaunay · Wed Sep 09 18:26:16 2020 +0200
  47. 088ba72 Merge tag 'mmc-2020-11-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Sun Nov 29 11:12:59 2020 -0500
  48. 1cfbd7a i2c: ocores: add i2c driver for OpenCores I2C controller by Pragnesh Patel · Sat Nov 14 14:42:34 2020 +0530
  49. 9355716 i2c: designware_i2c: Don't warn if no reset controller by Simon Glass · Mon Nov 09 07:12:49 2020 -0700
  50. edf478b i2c: mvtwsi: disable i2c slave also on Armada 8k by Baruch Siach · Thu Oct 01 14:49:02 2020 +0300
  51. c71c95c mmc: check a return value about regulator's always-on by Jaehoon Chung · Fri Nov 06 20:30:41 2020 +0900
  52. ad9f7ce mmc: display an error number to debug by Jaehoon Chung · Tue Nov 17 07:04:59 2020 +0900
  53. 8fbe95b mmc: fsl_esdhc: make sure delay chain locked for HS400 by Yangbo Lu · Tue Oct 20 11:04:52 2020 +0800
  54. ee2708b mmc: fsl_esdhc: set sysctl register for clock initialization by Yangbo Lu · Tue Oct 20 11:04:51 2020 +0800
  55. 8632509 mmc: Add some helper functions for retrying on error by Sean Anderson · Sat Oct 17 08:36:27 2020 -0400
  56. c8a755d phy: stm32: usbphyc: manage optional vbus regulator on phy_power_on/off by Patrick Delaunay · Thu Oct 15 14:50:57 2020 +0200
  57. 1d95e4f pinctrl: stmfx: update pin name by Patrick Delaunay · Wed Oct 28 10:51:57 2020 +0100
  58. 23a46bf pinctrl: stmfx: update pincontrol and gpio device name by Patrick Delaunay · Wed Oct 28 10:51:56 2020 +0100
  59. f60bc02 gpio: stm32: correct the bias management by Patrick Delaunay · Wed Oct 28 10:49:08 2020 +0100
  60. 6347ed9 pinctrl: stm32: display bias information for all pins by Patrick Delaunay · Wed Oct 28 10:49:07 2020 +0100
  61. b78ceb4 remoteproc: stm32: update error management in stm32_copro_start by Patrick Delaunay · Thu Oct 15 15:01:13 2020 +0200
  62. a841489 remoteproc: stm32: use reset for hold boot by Patrick Delaunay · Thu Oct 15 15:01:12 2020 +0200
  63. 4290573 reset: stm32: Add support of MCU HOLD BOOT by Patrick Delaunay · Thu Oct 15 15:01:11 2020 +0200
  64. b1ed6a8 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Sun Nov 22 11:00:11 2020 -0500
  65. 09aee38 usb: gadget: dwc2_udc_otg: return zero when reset property is not present by Jaehoon Chung · Wed Oct 21 21:28:41 2020 +0900
  66. c37f8f3 usb: dwc3: Handle case where setup_phy is not needed by Siva Durga Prasad Paladugu · Wed Oct 21 14:17:31 2020 +0200
  67. 99df7a5 usb: dwc2: add "u-boot,force-vbus-detection" for stm32 by Patrick Delaunay · Thu Oct 15 14:49:37 2020 +0200
  68. 8bbf387 pinctrl: renesas: Drop unused members from struct sh_pfc_pinctrl by Lad Prabhakar · Wed Nov 04 17:27:04 2020 +0000
  69. d228827 pinctrl: renesas: r8a7795: Optimize pinctrl image size for R8A774E1 by Biju Das · Wed Oct 28 10:34:25 2020 +0000
  70. 0a36270 pinctrl: renesas: r8a77965: Optimize pinctrl image size for R8A774B1 by Biju Das · Wed Oct 28 10:34:24 2020 +0000
  71. fd37ab3 pinctrl: renesas: r8a7796: Optimize pinctrl image size for R8A774A1 by Biju Das · Wed Oct 28 10:34:23 2020 +0000
  72. 121bd00 pinctrl: renesas: r8a77951: Add R8A774E1 PFC support by Biju Das · Wed Oct 28 10:34:22 2020 +0000
  73. d1d7888 pinctrl: renesas: r8a77965: Add R8A774B1 PFC support by Biju Das · Wed Oct 28 10:34:21 2020 +0000
  74. 44ae9f4 Merge tag 'efi-2021-01-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Nov 21 08:04:39 2020 -0500
  75. 5cef045 dfu: simplify the dependencies of DFU_TFTP by AKASHI Takahiro · Tue Nov 17 09:27:16 2020 +0900
  76. 9ef40ea tpm: spi: Cleanup source code by Michal Simek · Fri Nov 06 15:05:57 2020 +0100
  77. e88d5a0 drivers: led: bcm6858: set the correct led polarity register by Steven Lawrance · Thu Oct 29 18:27:34 2020 +0100
  78. 5b34318 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · Tue Nov 17 09:52:34 2020 -0500
  79. 8656f58 pinctrl: k210: Rename power domains to match datasheet by Sean Anderson · Fri Nov 13 08:43:40 2020 -0500
  80. 57888ac pinctrl: k210: Fix inverted IE and OE for I2C by Sean Anderson · Fri Nov 13 08:43:39 2020 -0500
  81. 365951a sunxi: allow to use AXP20[39] attached to I2C0 on V3 series by Icenowy Zheng · Mon Oct 26 22:19:34 2020 +0800
  82. 18e4ab6 clk: sunxi: add compatible string for V3 by Icenowy Zheng · Mon Oct 26 22:18:02 2020 +0800
  83. 5e92e97 sunxi: gpio: introduce compatible string for V3 GPIO by Icenowy Zheng · Mon Oct 26 22:18:01 2020 +0800
  84. ed236b9 Merge tag 'ti-v2021.01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Mon Nov 16 13:42:29 2020 -0500
  85. 55d00cd Merge tag 'u-boot-amlogic-20201116' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Mon Nov 16 10:50:32 2020 -0500
  86. 49c44fa Merge tag 'u-boot-rockchip-20201113' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Mon Nov 16 09:50:21 2020 -0500
  87. 1b42e85 mtd: OneNAND: Set MTD type by Pali Rohár · Sat Oct 31 17:32:50 2020 +0100
  88. 7dbfe08 power: twl4030: Add twl4030_i2c_read() function by Pali Rohár · Mon Oct 26 22:36:15 2020 +0100
  89. 9f0cffd cros_ec: Handling EC_CMD_GET_NEXT_EVENT by Heinrich Schuchardt · Mon Nov 09 21:34:25 2020 +0100
  90. ea5def6 cros_ec: Increase command timeout for flash erase by Simon Glass · Mon Nov 09 07:14:44 2020 -0700
  91. 97208d9 cros_ec: Correct collection of EC hash by Simon Glass · Mon Nov 09 07:14:43 2020 -0700
  92. 53f2033 video: rockchip: Restrict EDP, VOP, MIPI files to GPL-2.0 by Alper Nebi Yasak · Thu Oct 22 22:43:13 2020 +0300
  93. 66327ce rockchip: rk3399: Init clocks in U-Boot proper if SPL was not run by Alper Nebi Yasak · Wed Oct 28 00:15:10 2020 +0300
  94. 380fcdd mmc: meson-gx: change clock phase value on SM1 SoCs by Neil Armstrong · Wed Nov 11 08:22:10 2020 +0900
  95. 70556d0 mmc: meson-gx: move arch header to local header by Neil Armstrong · Wed Nov 11 08:22:09 2020 +0900
  96. 91c79ac video: meson: meson_dw_hdmi: fix the potential build warning by Jaehoon Chung · Fri Nov 06 14:57:48 2020 +0900
  97. 2bf9da4 phy: meson-g12a-usb2: fix the potential build warning by Jaehoon Chung · Fri Nov 06 14:57:47 2020 +0900
  98. 5075f4f Merge tag 'efi-2021-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Mon Nov 09 15:48:50 2020 -0500
  99. 8530bb4 net: ks8851: Implement EEPROM MAC address readout by Marek Vasut · Thu Oct 08 15:14:17 2020 +0200
  100. 4de5593 input: add support for FN1 - FN10 on crosswire kbd by Heinrich Schuchardt · Fri Oct 23 20:52:26 2020 +0200