1. 1158914 dtoc: Drop sys.exit() in test_fdt by Simon Glass · Sat Aug 06 17:51:58 2022 -0600
  2. 62b92f8 test/py: Support --build when running tests in parallel by Simon Glass · Sat Aug 06 17:51:57 2022 -0600
  3. 686fad7 test/py: Move U-Boot building into a function by Simon Glass · Sat Aug 06 17:51:56 2022 -0600
  4. 49d580c test: Refactor arg parsing for the run script by Simon Glass · Sat Aug 06 17:51:55 2022 -0600
  5. 2964287 test: Make test_gpio_read() independent by Simon Glass · Sat Aug 06 17:51:54 2022 -0600
  6. dddd077 test: Mark test_gpt tests as slow by Simon Glass · Sat Aug 06 17:51:53 2022 -0600
  7. 3539c17 test: Mark all but the first vboot test as slow by Simon Glass · Sat Aug 06 17:51:52 2022 -0600
  8. 97bb191 test: Make test_efi_bootmgr() single-threaded by Simon Glass · Sat Aug 06 17:51:51 2022 -0600
  9. aa47712 test: Make test_sqfs_ls() single-threaded by Simon Glass · Sat Aug 06 17:51:50 2022 -0600
  10. 998a2f2 test: Update FIT tests to run in parallel by Simon Glass · Sat Aug 06 17:51:49 2022 -0600
  11. ae3db3d test: Make test_bind_unbind_with_uclass() single-threaded by Simon Glass · Sat Aug 06 17:51:48 2022 -0600
  12. 54ef2ca test/py: Allow tests to be marked single-threaded only by Simon Glass · Sat Aug 06 17:51:47 2022 -0600
  13. 5e666ed test: Fix bootm_test_subst_var() running independently by Simon Glass · Sat Aug 06 17:51:46 2022 -0600
  14. d8ecaf3 test: Fix test_pinmux to run in parallel by Simon Glass · Sat Aug 06 17:51:45 2022 -0600
  15. b13a4d0 Merge branch '2022-09-02-assorted-improvements' into next by Tom Rini · Fri Sep 02 21:51:21 2022 -0400
  16. b6e254d dm: rtc: Try to handle the localtime() race by Simon Glass · Mon Aug 01 07:58:48 2022 -0600
  17. 277bab8 dm: rtc: Try to avoid a race in rtc_set_get test by Simon Glass · Mon Aug 01 07:58:47 2022 -0600
  18. ad98e31 dm: rtc: Avoid a race in the rtc_reset test by Simon Glass · Mon Aug 01 07:58:46 2022 -0600
  19. 91a187b test: Allow running tests multiple times by Simon Glass · Mon Aug 01 07:58:45 2022 -0600
  20. 8980155 dm: rtc: Make use of ut_assertnonnull() by Simon Glass · Mon Aug 01 07:58:44 2022 -0600
  21. 2e32f5d ci: Add a test for a non-LTO build by Simon Glass · Wed Aug 03 12:13:09 2022 -0600
  22. 6c8ec91 Makefile: Allow LTO to be disabled for a build by Simon Glass · Wed Aug 03 12:13:08 2022 -0600
  23. 85f8c35 arm: ARMv4 assembly compatibility by Sergei Antonov · Sun Aug 21 16:34:20 2022 +0300
  24. e69e1f1 cmd: Add pause command by Samuel Dionne-Riel · Thu Aug 18 15:44:04 2022 -0400
  25. bdd8ab1 distro_bootcmd: Introduce support for extension command by Matwey V. Kornilov · Tue Aug 09 18:54:07 2022 +0300
  26. b124c78 Merge branch '2022-09-01-assorted-Kconfig-migrations' into next by Tom Rini · Fri Sep 02 08:59:15 2022 -0400
  27. cbc1e1c ARM: imx6: dh-imx6: Enable d-cache early in SPL by Marek Vasut · Wed Aug 17 15:07:14 2022 +0200
  28. c55a252 ARM: cache: Allow SPL to build cache-pl310.c by Philip Oberfichtner · Wed Aug 17 15:07:13 2022 +0200
  29. 5833e1b Convert CONFIG_SYS_L2_PL310 to Kconfig by Philip Oberfichtner · Wed Aug 17 15:07:12 2022 +0200
  30. 2e3ef9e Remove CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS et al by Tom Rini · Wed Aug 10 10:29:28 2022 -0400
  31. d209eda Convert CONFIG_SYS_I2C_EEPROM_CCID et al to Kconfig by Tom Rini · Wed Aug 10 10:29:27 2022 -0400
  32. a72db48 Merge branch '2022-08-26-assorted-platform-updates' into next by Tom Rini · Fri Aug 26 14:47:48 2022 -0400
  33. 04e4393 firmware: ti_sci: Move ACK checking to ti_sci_do_xfer() function by Andrew Davis · Mon Jul 25 20:25:06 2022 -0500
  34. b3e71b7 firmware: ti_sci: Remove inline keyword from functions by Andrew Davis · Mon Jul 25 20:25:05 2022 -0500
  35. 2256372 firmware: ti_sci: Factor out message alloc failed message by Andrew Davis · Mon Jul 25 20:25:04 2022 -0500
  36. 771a16f firmware: ti_sci: Reduce output on ti_sci_do_xfer error by Andrew Davis · Mon Jul 25 20:25:03 2022 -0500
  37. b7572e5 arm: dts: qcom: Sync pinctrl DT nodes with Linux bindings by Sumit Garg · Wed Jul 27 13:52:04 2022 +0530
  38. 83e3eb0 pinctrl: sdm845: Remove redundant CONFIG_SDM845 check by Sumit Garg · Wed Jul 27 13:52:03 2022 +0530
  39. 66bc258 qcs404evb_defconfig: Enable USB configs by Sumit Garg · Thu Aug 04 19:57:21 2022 +0530
  40. 23de64e board: qcs404-evb: Enable USB3 specific PMIC GPIO by Sumit Garg · Thu Aug 04 19:57:20 2022 +0530
  41. d04a52e dts: qcs404-evb: Add PMIC GPIO controller node by Sumit Garg · Thu Aug 04 19:57:19 2022 +0530
  42. 3564257 gpio: qcom_pmic: Add support for GPIO LV/MV subtype by Sumit Garg · Thu Aug 04 19:57:18 2022 +0530
  43. 60900b4 pmic: Convert pm8916 driver to a generic Qcom PMIC driver by Sumit Garg · Thu Aug 04 19:57:17 2022 +0530
  44. d15d670 dts: qcs404-evb: Add USB controller and PHY nodes by Sumit Garg · Thu Aug 04 19:57:16 2022 +0530
  45. 3018e52 clocks: qcs404: Add support for USB clocks by Sumit Garg · Thu Aug 04 19:57:15 2022 +0530
  46. 1d1ca6e clocks: qcom: Add clock enable callback support by Sumit Garg · Thu Aug 04 19:57:14 2022 +0530
  47. dc160a7 dts: qcs404-evb: Add reset controller node by Sumit Garg · Thu Aug 04 19:57:13 2022 +0530
  48. 51243be reset: qcom: Add support for QCS404 SoC reset table by Sumit Garg · Thu Aug 04 19:57:12 2022 +0530
  49. 2cf66c45 reset: Convert ipq4019 driver to a generic Qcom driver by Sumit Garg · Thu Aug 04 19:57:11 2022 +0530
  50. aae3573 phy: Add support for drivers to enable USB on QCS404 SoC by Sumit Garg · Thu Aug 04 19:57:10 2022 +0530
  51. 302d5a4 phy: Move qcom SoCs specific phy drivers to qcom folder by Sumit Garg · Thu Aug 04 19:57:09 2022 +0530
  52. fd2ec67 arm: total_compute: enable psci by Davidson K · Tue Aug 09 15:56:52 2022 +0530
  53. 44a93f7 configs: j721s2_evm_a72_defconfig: fix the bootcmd by Jayesh Choudhary · Tue Aug 02 18:38:14 2022 +0530
  54. 445eccb Merge commit 'ac30d240dbb520d0980f0687630feb702a14f51a' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash into next by Tom Rini · Wed Aug 24 17:30:29 2022 -0400
  55. d8331ba Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Tue Aug 23 15:44:54 2022 -0400
  56. ce53ec8 configs: Resync with savedefconfig by Tom Rini · Tue Aug 23 15:24:14 2022 -0400
  57. 7e4d76c board: lsxl: update the README by Michael Walle · Wed Aug 17 21:38:09 2022 +0200
  58. e03a357 board: lsxl: disable eth0 by Michael Walle · Wed Aug 17 21:38:08 2022 +0200
  59. 812efbf board: lsxl: convert to CONFIG_TIMER by Michael Walle · Wed Aug 17 21:38:07 2022 +0200
  60. 6dbe906 board: lsxl: convert to DM_SERIAL by Michael Walle · Wed Aug 17 21:38:06 2022 +0200
  61. 9c301c0 board: lsxl: convert to DM_ETH by Michael Walle · Wed Aug 17 21:38:05 2022 +0200
  62. b8666dd board: lsxl: convert to DM_GPIO by Michael Walle · Wed Aug 17 21:38:04 2022 +0200
  63. 2e5bab1 board: lsxl: make last resort recovery more reliable by Michael Walle · Wed Aug 17 21:38:03 2022 +0200
  64. 1c0aec8 board: lsxl: enable ATAGS support by Michael Walle · Wed Aug 17 21:38:02 2022 +0200
  65. b768473 board: lsxl: use proper *_r variables by Michael Walle · Wed Aug 17 21:38:01 2022 +0200
  66. 5b849ca board: lsxl: reorder image loading and remove ramdisk_len by Michael Walle · Wed Aug 17 21:38:00 2022 +0200
  67. 75c190e board: lsxl: use CONFIG_DEFAULT_FDT_FILE by Michael Walle · Wed Aug 17 21:37:59 2022 +0200
  68. 9adb0b1 board: lsxl: automatically select CONFIG_MISC_INIT_R by Michael Walle · Wed Aug 17 21:37:58 2022 +0200
  69. 7f444e4 board: lsxl: remove unused header files by Michael Walle · Wed Aug 17 21:37:57 2022 +0200
  70. 6ee86ed board: lsxl: remove CONFIG_ENV_OVERWRITE by Michael Walle · Wed Aug 17 21:37:56 2022 +0200
  71. 3109688 board: lsxl: remove eraseenv script by Michael Walle · Wed Aug 17 21:37:55 2022 +0200
  72. b23710a board: lsxl: remove unused features by Michael Walle · Wed Aug 17 21:37:54 2022 +0200
  73. f1f8e00 board: lsxl: limit size to 384kiB by Michael Walle · Wed Aug 17 21:37:53 2022 +0200
  74. dc7241a button: gpio: add DM_GPIO dependency by Michael Walle · Wed Aug 17 21:37:52 2022 +0200
  75. f874e09 timer: add orion-timer support by Michael Walle · Wed Aug 17 21:37:51 2022 +0200
  76. 2e9151e arm: kirkwood: make it CONFIG_TIMER aware by Michael Walle · Wed Aug 17 21:37:50 2022 +0200
  77. e370d02 arm: kirkwood: 88f6281: Detect CONFIG_SYS_TCLK from SAR register by Pali Rohár · Wed Aug 17 21:37:49 2022 +0200
  78. 48d7dc6 time: move the CONFIG_SYS_TIMER_RATE handling to the compiler by Michael Walle · Wed Aug 17 21:37:48 2022 +0200
  79. c35331c arm: kirkwood: nsa310s: Add Distro boot capability by Tony Dinh · Thu Aug 11 16:40:25 2022 -0700
  80. 8e5d016 arm: mvebu: mbus: Fix mbus driver to work also after U-Boot relocation by Pali Rohár · Wed Aug 10 14:46:09 2022 +0200
  81. db69aef arm: mvebu: turris_mox: Set "sfp" label in eth1 DT node when only Mox SFP is detected by Pali Rohár · Wed Aug 10 12:54:11 2022 +0200
  82. e16cc98 arm: mvebu: turris_omnia: Show MCU version by Pali Rohár · Wed Aug 10 11:00:25 2022 +0200
  83. 07e5fcf arm: kirkwood: pogo_v4: Add Distro boot capability by Tony Dinh · Mon Aug 08 20:01:34 2022 -0700
  84. 322d8da arm: mvebu: Define env_sf_get_env_addr() for all Armada boards in SPL by Pali Rohár · Mon Aug 08 19:13:43 2022 +0200
  85. 13c6e43 Prepare v2022.10-rc3 by Tom Rini · Mon Aug 22 18:54:48 2022 -0400
  86. e19f097 Merge tag 'dm-pull-20aug22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Mon Aug 22 12:41:07 2022 -0400
  87. dc15383 Merge branch '2022-08-22-platform-removals-CI-updates' by Tom Rini · Mon Aug 22 12:32:52 2022 -0400
  88. d1ed446 CI: Move to Ubuntu 2022.04 "Jammy" for CI base by Tom Rini · Tue Aug 09 21:08:54 2022 -0400
  89. 1649b89 mtd: rawnand: fsl_elbc: Fix reading address pointer from DT by Pali Rohár · Fri Aug 19 11:20:01 2022 +0200
  90. 2a4d95f mtd: rawnand: fsl_elbc: Remove NAND_NO_SUBPAGE_WRITE flag by Pali Rohár · Mon Aug 15 10:01:40 2022 +0200
  91. bd4cf0c configs: imx8mn_bsh_smm_s2: Use nand_base ident for nand identification by Michael Trimarchi · Thu Jul 28 14:43:09 2022 +0200
  92. 2ee0a56 mtd: nand: samsung: Retrieve ECC requirements from extended by Michael Trimarchi · Mon Jul 25 12:20:24 2022 +0200
  93. f20a6f0 mtd: nand: Rename nand_get_flash_type() into nand_detect() by Michael Trimarchi · Mon Jul 25 10:18:51 2022 +0200
  94. 4d4862d9 mtd: nand: change return type of nand_get_flash_type() to int by Michael Trimarchi · Mon Jul 25 10:06:06 2022 +0200
  95. 25bb179 mtd: nand: Rename the nand_manufacturers struct by Michael Trimarchi · Tue Jul 26 18:33:11 2022 +0200
  96. fdb677d CI: Azure: Merge PowerPC jobs in to one by Tom Rini · Tue Aug 09 21:08:52 2022 -0400
  97. 5c13bd1 powerpc: remove support for kmtergr1 and MPC8309 by Holger Brunck · Fri Aug 19 16:55:06 2022 +0200
  98. d1f0b42 arm: Remove warp board by Tom Rini · Wed Aug 03 12:11:00 2022 -0400
  99. 6c629d0 Merge branch '2022-08-20-enforce-DM_ETH-migration' by Tom Rini · Sat Aug 20 22:39:42 2022 -0400
  100. 4c40e73 net: Make DM_ETH be selected by NETDEVICE by Tom Rini · Tue Aug 02 07:33:47 2022 -0400