1. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · Sat Jul 24 09:03:30 2021 -0600
  2. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · Sat Jul 24 09:03:29 2021 -0600
  3. 09bc71a Merge tag 'efi-2021-10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Mon Aug 02 08:54:23 2021 -0400
  4. 13c2be0 Merge tag 'mmc-2021-7-30' of https://source.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Mon Aug 02 08:53:58 2021 -0400
  5. 0021102 sandbox: tpm: Support extending a PCR multiple times by Simon Glass · Sun Jul 18 14:18:06 2021 -0600
  6. 05917ac sandbox: tpm: Correct handling of SANDBOX_TPM_PCR_NB by Simon Glass · Sun Jul 18 14:18:05 2021 -0600
  7. 3220cb0 sandbox: tpm: Support storing device state in tpm2 by Simon Glass · Sun Jul 18 14:18:04 2021 -0600
  8. ca31f07 sandbox: tpm: Support nvdata in TPM2 by Simon Glass · Sun Jul 18 14:18:03 2021 -0600
  9. e39503c sandbox: tpm: Track whether the state is valid by Simon Glass · Sun Jul 18 14:18:02 2021 -0600
  10. 92594f1 sandbox: tpm: Finish comments for struct sandbox_tpm2 by Simon Glass · Sun Jul 18 14:18:01 2021 -0600
  11. 51c5066 sandbox: tpm: Correct handling of get-capability by Simon Glass · Sun Jul 18 14:18:00 2021 -0600
  12. f700496 sandbox: tpm: Support the define-space command by Simon Glass · Sun Jul 18 14:17:59 2021 -0600
  13. 689cde0 sandbox: tpm: Tidy up reading and writing of device state by Simon Glass · Sun Jul 18 14:17:58 2021 -0600
  14. df884ec sandbox: tpm: Split out common nvdata code by Simon Glass · Sun Jul 18 14:17:57 2021 -0600
  15. 62e90f7 video: buffer overrun in TrueType console by Heinrich Schuchardt · Sun Feb 28 21:42:51 2021 +0100
  16. 856523a serial: a37xx: Do not call get_ref_clk() in _debug_uart_init() by Pali Rohár · Mon Jul 26 14:58:59 2021 +0200
  17. 00631fc serial: a37xx: Use CONFIG_BAUDRATE for initializing early debug UART by Pali Rohár · Mon Jul 26 14:58:58 2021 +0200
  18. 9eaf20b arm64: a37xx: pinctrl: Correct PWM pins definitions by Marek Behún · Fri Jul 23 19:57:11 2021 +0200
  19. 064e83e mmc: arm_pl180_mmci: Add configuration for ST-Ericsson Ux500v2 by Stephan Gerhold · Tue Jul 06 16:54:36 2021 +0200
  20. ff9eb9d mmc: arm_pl180_mmci: Simplify code using mmc_of_parse() by Stephan Gerhold · Tue Jul 06 16:54:35 2021 +0200
  21. a16abe3 mmc: arm_pl180_mmci: Simplify code using dev_read_addr_ptr() by Stephan Gerhold · Tue Jul 06 16:54:34 2021 +0200
  22. cc86471 mmc: arm_pl180_mmci: Don't bind to all arm, primecell devices by Stephan Gerhold · Tue Jul 06 16:54:33 2021 +0200
  23. d9cdc9f mmc: rpmb: Fix driver routing memory alignment with tmp buffer by litchipi · Tue Jun 15 08:53:06 2021 +0000
  24. 08543a2 Merge branch '2021-07-28-assorted-fixes' by Tom Rini · Thu Jul 29 12:10:23 2021 -0400
  25. e9d78e97 Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Thu Jul 29 08:20:06 2021 -0400
  26. c40a98c pci: swap_case: Allow compilation on 32-bit machines by Simon Glass · Sun Jul 18 14:14:23 2021 -0600
  27. 2ae0a00 Makefile: Move drivers/i2c/ into drivers/Makefile by Simon Glass · Sat Jul 10 21:14:37 2021 -0600
  28. bccfc2e i2c: Rename SPL/TPL_I2C_SUPPORT to I2C by Simon Glass · Sat Jul 10 21:14:36 2021 -0600
  29. 8e85e3c i2c: Create a new Kconfig for I2C by Simon Glass · Sat Jul 10 21:14:35 2021 -0600
  30. 0529b59 i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY by Simon Glass · Sat Jul 10 21:14:32 2021 -0600
  31. 284cb9c Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISC by Simon Glass · Sat Jul 10 21:14:31 2021 -0600
  32. 035939e Rename GPIO_SUPPORT to GPIO by Simon Glass · Sat Jul 10 21:14:30 2021 -0600
  33. 1f2440c Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Simon Glass · Sat Jul 10 21:14:29 2021 -0600
  34. 1ba1d4e Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG by Simon Glass · Sat Jul 10 21:14:28 2021 -0600
  35. 762b997 Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEW by Simon Glass · Sat Jul 10 21:14:27 2021 -0600
  36. e5cd9a4 Rename SPL_ETH_SUPPORT to SPL_ETH by Simon Glass · Sat Jul 10 21:14:26 2021 -0600
  37. a8437ce Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTO by Simon Glass · Sat Jul 10 21:14:25 2021 -0600
  38. e91ac4c Rename SPL_POWER_SUPPORT to SPL_POWER by Simon Glass · Sat Jul 10 21:14:24 2021 -0600
  39. c3fba30 Makefile: Move phy rules into drivers/phy by Simon Glass · Sat Jul 10 21:14:23 2021 -0600
  40. 335fe51 Use LIB_UUID with ACPIGEN and FS_BTRFS by Simon Glass · Fri Jul 02 12:36:15 2021 -0600
  41. 4876922 Merge tag 'u-boot-amlogic-20210727' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Tue Jul 27 11:42:31 2021 -0400
  42. 0a88754 phy: meson-axg-mipi: Access parent ofnode through dev_ofnode() by Alper Nebi Yasak · Fri May 14 23:54:20 2021 +0300
  43. f37193e phy: meson-axg-mipi: Rename "priv_auto_alloc_size" to "priv_auto" by Alper Nebi Yasak · Fri May 14 23:54:19 2021 +0300
  44. dcd705e clk: stm32mp1: add support of missing SPI clocks by Patrick Delaunay · Fri Jul 09 14:24:34 2021 +0200
  45. 065788e phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoC by Jean-Jacques Hiblot · Wed Jul 21 21:28:38 2021 +0530
  46. fb2bdb6 phy: cadence: Add driver for Torrent SERDES by Aswath Govindraju · Wed Jul 21 21:28:37 2021 +0530
  47. fda76da phy: cadence: Add driver for Sierra PHY by Alan Douglas · Wed Jul 21 21:28:36 2021 +0530
  48. d6388f2 dm: core: Add helper to compare node names by Kishon Vijay Abraham I · Wed Jul 21 21:28:30 2021 +0530
  49. 4509fb6 mmc: sdhci_am654: Read ti, strobe-sel property from device tree by Aswath Govindraju · Tue May 25 15:08:23 2021 +0530
  50. 9bf56ea mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed mode by Faiz Abbas · Mon Apr 05 20:14:28 2021 +0530
  51. f92175c psci: Do not define do_poweroff() if CONFIG_SYSRESET_CMD_POWEROFF is enabled by Michal Simek · Tue Jul 13 16:53:46 2021 +0200
  52. 6f5480c net: xilinx: axi_mrmac: Add MRMAC driver by Ashok Reddy Soma · Fri Jul 02 04:40:34 2021 -0600
  53. 97790fb clk: zynqmp: Add support for enabling clock on lpd_lsbus by Michal Simek · Thu Jul 01 19:01:42 2021 +0200
  54. 635cf4a mmc: zynq_sdhci: Make variables/structure static by Michal Simek · Fri Jul 09 05:53:44 2021 -0600
  55. 2a43ab8 mmc: zynq_sdhci: Fix kernel doc warnings by Michal Simek · Fri Jul 09 05:53:43 2021 -0600
  56. 39a177a mmc: zynq_sdhci: Split set_tapdelay function to in and out by Ashok Reddy Soma · Fri Jul 09 05:53:42 2021 -0600
  57. 24a5107 mmc: zynq_sdhci: Use Mask writes for Tap delays by Ashok Reddy Soma · Fri Jul 09 05:53:41 2021 -0600
  58. 6f64538 mmc: zynq_sdhci: Allow configuring zero Tap values by Ashok Reddy Soma · Fri Jul 09 05:53:40 2021 -0600
  59. 94a755d mmc: zynq_sdhci: Resolve uninitialized return value by Ashok Reddy Soma · Fri Jul 09 05:53:39 2021 -0600
  60. a506ff4 serial: pl011: Enable DEBUG_UART_PL011 in SPL by Chen Baozi · Wed Jul 21 14:11:26 2021 +0800
  61. 39c1106 reset: ast2600: Fix missing reference operator by Chia-Wei Wang · Tue Jul 20 15:01:36 2021 +0800
  62. 99888fa serial: pl011: Resend the character if FIFO is full in debug uart by Chen Baozi · Mon Jul 19 15:36:04 2021 +0800
  63. 9a4569f serial: serial_msm: Delay initialization to let pins stabilize by Stephan Gerhold · Wed Jul 14 10:56:26 2021 +0200
  64. b4d946e board: synquacer: Initialize SCBM SMMU at board_init() by Masami Hiramatsu · Mon Jul 12 19:35:44 2021 +0900
  65. 7e4067a reboot-mode: read the boot mode from RTC memory by Nandor Han · Thu Jun 10 16:56:45 2021 +0300
  66. 6521e5d reboot-mode: read the boot mode from GPIOs status by Nandor Han · Thu Jun 10 16:56:44 2021 +0300
  67. ca6d5ad reboot-mode: add support for reboot mode control by Nandor Han · Thu Jun 10 16:56:43 2021 +0300
  68. 18fcbb6 i2c: pcf8575: Add support for 8 bit I2C IO expanders (like pca8574) by Lukasz Majewski · Mon Jun 07 14:26:34 2021 +0200
  69. b8f088a i2c: pcf8575: Remove not used members of pcf8575_chip structure by Lukasz Majewski · Mon Jun 07 14:26:33 2021 +0200
  70. 1ba9678 tee: optee: sync cache on pre-reloc OP-TEE invocation by Etienne Carriere · Wed May 19 16:27:41 2021 +0200
  71. 052c3a1 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · Thu Jul 22 23:05:28 2021 -0400
  72. 971dfd3 net: fsl-mc: fix logically dead code by Cosmin-Florin Aluchenesei · Wed Jul 21 19:13:33 2021 +0300
  73. e4beeb5 drivers: net: aquantia: fix unsigned compared against 0 by Cosmin-Florin Aluchenesei · Wed Jul 21 19:13:11 2021 +0300
  74. 5787284 net: dwc_eth_qos: define LOG_CATEGORY by Patrick Delaunay · Tue Jul 20 20:15:29 2021 +0200
  75. b26ef6f net: eth-phy: define LOG_CATEGORY by Patrick Delaunay · Tue Jul 20 20:15:28 2021 +0200
  76. 1bc6ce7 net: dwc: add a common empty ops eqos_null_ops by Patrick Delaunay · Tue Jul 20 20:09:56 2021 +0200
  77. d9dc80c net: dwc_eth_qos: use generic ethernet phy for stm32 variant by Patrick Delaunay · Tue Jul 20 20:09:55 2021 +0200
  78. b1b393a net: dwc_eth_qos: remove the field phyaddr of the struct eqos_priv by Patrick Delaunay · Tue Jul 20 20:09:54 2021 +0200
  79. e4231ca net: eth-phy: manage subnode mdio0 by Patrick Delaunay · Tue Jul 20 20:09:53 2021 +0200
  80. 8c937fa net: eth-phy: use dev_dbg and log_notice by Patrick Delaunay · Tue Jul 20 20:09:52 2021 +0200
  81. cc2ffab net: eth-phy: add support of device tree configuration for gpio reset by Patrick Delaunay · Tue Jul 20 20:09:51 2021 +0200
  82. c2e4ed1 net: Use phys_addr_t for SMC net device addresses by Peter Hoyes · Fri Jul 09 10:52:06 2021 +0100
  83. 2d1034b dm: core: fix no null pointer detection in ofnode_get_addr_size_index() by Chen Guanqiao · Mon Jul 12 15:40:20 2021 +0800
  84. fc7a744 blk: Support iteration by Simon Glass · Mon Jul 05 16:32:59 2021 -0600
  85. 965cd40 sandbox: mmc: Support fixed MMC devices by Simon Glass · Mon Jul 05 16:32:58 2021 -0600
  86. 52ac65f cros_ec: Use standard calls for recovery-request checking by Simon Glass · Mon Jul 05 16:32:52 2021 -0600
  87. 01da40b cros_ec: Support the full-size vboot context by Simon Glass · Mon Jul 05 16:32:51 2021 -0600
  88. 821b998 cros_ec: Drop cros_ec_entering_mode() by Simon Glass · Mon Jul 05 16:32:50 2021 -0600
  89. cbb191b cros_ec: Allow reading the battery-charge state by Simon Glass · Mon Jul 05 16:32:49 2021 -0600
  90. 4977517 dm: Support lzma in the flashmap by Simon Glass · Mon Jul 05 16:32:40 2021 -0600
  91. 28823e3 dm: core: Add logging for DM_SEQ_ALIAS by Simon Glass · Mon Jul 05 16:32:39 2021 -0600
  92. 08743f3 sysinfo: rcar3: Add Renesas R-Car Gen3 sysinfo driver by Marek Vasut · Sat Jul 03 20:38:26 2021 +0200
  93. aa0edca Merge tag 'ti-v2021.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Mon Jul 19 08:29:24 2021 -0400
  94. 5dec075 pci: Require DM_PCI by Tom Rini · Fri May 14 21:34:32 2021 -0400
  95. 5b9e616 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · Fri Jul 09 10:11:56 2021 -0400
  96. 3d59ab7 m68k: Remove M54451EVB board by Tom Rini · Mon Jul 12 12:42:13 2021 -0400
  97. cbf106c pci: msc01: convert to driver model by Daniel Schwierzeck · Thu Jul 15 20:53:58 2021 +0200
  98. fa3cb19 pci: gt64120: convert to driver model by Daniel Schwierzeck · Thu Jul 15 20:53:57 2021 +0200
  99. f59925e dm: pci: add option to map virtual system memory base address by Daniel Schwierzeck · Thu Jul 15 20:53:56 2021 +0200
  100. f5e1d9e Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Sat Jul 17 10:52:21 2021 -0400