1. aaf085e dfu: Add proper dependency for CONFIG_DFU_MMC by Ashok Reddy Soma · Fri Jul 07 02:51:36 2023 -0600
  2. f6e23ab Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Mon Jul 17 10:38:28 2023 -0400
  3. 90ca96a x86: video: Add a driver for QEMU bochs emulation by Simon Glass · Sat Jul 15 21:39:18 2023 -0600
  4. 3a1d96f x86: Convert some debug statements to use logging by Simon Glass · Sat Jul 15 21:39:11 2023 -0600
  5. 66ca25c x86: Record the start and end of the tables by Simon Glass · Sat Jul 15 21:39:10 2023 -0600
  6. ad7ae2d pci: Mask the ROM address in case it is already enabled by Simon Glass · Sat Jul 15 21:39:03 2023 -0600
  7. 466bb7a pci: Adjust video BIOS debugging to be SPL-friendly by Simon Glass · Sat Jul 15 21:39:02 2023 -0600
  8. 358077b x86: Pass video settings from SPL to U-Boot proper by Simon Glass · Sat Jul 15 21:38:59 2023 -0600
  9. ee95ec1 x86: Allow video-BIOS code to be built for SPL by Simon Glass · Sat Jul 15 21:38:58 2023 -0600
  10. 528d483 pci: Tidy up logging and reporting for video BIOS by Simon Glass · Sat Jul 15 21:38:57 2023 -0600
  11. 797b8e8 pci: Support autoconfig in SPL by Simon Glass · Sat Jul 15 21:38:55 2023 -0600
  12. 7bb3cee nvme: Provide more useful debugging messages by Simon Glass · Sat Jul 15 21:38:54 2023 -0600
  13. 3fed467 qfw: Set the address of the ACPI tables by Simon Glass · Sat Jul 15 21:38:50 2023 -0600
  14. 9306f9f bios_emulator: Drop VIDEO_IO_OFFSET by Simon Glass · Sat Jul 15 21:38:39 2023 -0600
  15. 908ee65 bios_emulator: Add Kconfig and adjust Makefile for SPL by Simon Glass · Sat Jul 15 21:38:38 2023 -0600
  16. 9049a4b Merge tag 'video-20230714' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · Sun Jul 16 16:31:18 2023 -0400
  17. 4157158 bootstd: Use bootdev instead of bootdevice by Simon Glass · Wed Jul 12 09:04:32 2023 -0600
  18. fa10fb2 ufs: Use 'TASK_TAG' to construct the ucd_req_ptr->header.dword_0 by Bhupesh Sharma · Mon Jul 03 00:39:12 2023 +0530
  19. 1ef4fba drivers: led: bcm6753: do not use null label to find the top by Philippe Reynes · Thu Jun 29 11:25:23 2023 +0200
  20. 1dc2ee6 net: ti: am65-cpsw-nuss: Use dedicated port mode control registers by Andreas Dannenberg · Wed Jun 14 17:28:53 2023 -0500
  21. c937154 firmware: scmi: return a right errno for SCMI status code by AKASHI Takahiro · Tue Jun 13 10:30:45 2023 +0900
  22. f6a0738 clk: scmi: claim the dependency on CONFIG_CLK by AKASHI Takahiro · Mon Jun 12 10:14:49 2023 +0900
  23. d9b55e9 misc: npcm_host_intf: change initialization sequence by Jim Liu · Tue Jul 04 16:00:13 2023 +0800
  24. 17b816c pinctrl: nuvoton: fix reset reason error for poweron by Jim Liu · Tue Jul 04 16:00:12 2023 +0800
  25. 44c16bb misc: nuvoton: fix type error by Jim Liu · Tue Jun 13 15:45:56 2023 +0800
  26. 5f0ca61 video: Update stb_truetype by Simon Glass · Thu Jun 01 10:23:04 2023 -0600
  27. d17a624 video: Use enum with video_index_to_colour() by Simon Glass · Thu Jun 01 10:22:48 2023 -0600
  28. 5caf125 console: Allow measuring the bounding box of text by Simon Glass · Thu Jun 01 10:22:46 2023 -0600
  29. a73a8b8 video: Allow temporary colour changes by Simon Glass · Thu Jun 01 10:22:45 2023 -0600
  30. 722281b fdt: Allow more general use of livetree by Simon Glass · Thu Jun 01 10:22:42 2023 -0600
  31. 67f8e11 fdt: Clarify the fdt pre-relocation warning by Simon Glass · Thu Jun 01 10:22:41 2023 -0600
  32. e73a647 console: Correct truetype spacing error by Simon Glass · Thu Jun 01 10:22:36 2023 -0600
  33. 062673b video: Provide a way to clear part of the console by Simon Glass · Thu Jun 01 10:22:33 2023 -0600
  34. 4a5d345 video: Drop #ifdefs from console_truetype by Simon Glass · Thu Jun 01 10:22:32 2023 -0600
  35. 994048b dm: core: Avoid registering an inaccessible tree by Simon Glass · Thu Jun 01 10:22:31 2023 -0600
  36. e418c63 gpio: Avoid using an invalid ofnode by Simon Glass · Thu Jun 01 10:22:30 2023 -0600
  37. c61f4f7 video: rockchip: dw_mipi_dsi: Fix GRF access by Ondrej Jirman · Mon May 22 23:47:08 2023 +0200
  38. 8116294 video: rockchip: dw_mipi_dsi: Correct check for lacking phy phandle by Ondrej Jirman · Mon May 22 23:47:07 2023 +0200
  39. c27db34 video: rockchip: dw_mipi_dsi: Fix best_rate calculation by Ondrej Jirman · Mon May 22 23:47:06 2023 +0200
  40. c683544 video: rockchip: dw_mipi_dsi: Return 0 from dsi_phy_init on success by Ondrej Jirman · Mon May 22 23:47:05 2023 +0200
  41. 139edfc video: rockchip: dw_mipi_dsi: Fix error path checks in probe function by Ondrej Jirman · Mon May 22 23:47:04 2023 +0200
  42. 6518b73 video: rockchip: dw_mipi_dsi: Fix external phy existence check by Ondrej Jirman · Mon May 22 23:47:03 2023 +0200
  43. fc0eb7d video: dw_mipi_dsi: Fix hsync/vsync settings by Ondrej Jirman · Mon May 22 23:47:02 2023 +0200
  44. 1dd75ef video: rockchip: vop: Fix whitespace by Ondrej Jirman · Mon May 22 23:47:01 2023 +0200
  45. e1d5284 video: backlight: pwm: avoid integer overflow in duty cycle calculation by Matthias Schiffer · Fri Jun 30 14:30:07 2023 +0200
  46. 55453d4 video: hx8394: Add panel driver for hannstar,hsd060bhw4 by Ondrej Jirman · Thu May 25 14:34:35 2023 +0200
  47. 7c5281f video: console: Fix default font selection by Ondrej Jirman · Thu May 25 14:17:15 2023 +0200
  48. 2d552e7 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · Thu Jul 13 20:39:10 2023 -0400
  49. fb1915b Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Jul 13 20:38:50 2023 -0400
  50. 7db4d96 Merge tag 'u-boot-imx-20230713' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Thu Jul 13 20:38:24 2023 -0400
  51. 7e1101b clk: imx8mp: Update clocks based on kernel 6.4-RC4 by Adam Ford · Tue May 30 17:45:57 2023 -0500
  52. 841ebfb8 dm: adc: add iMX93 ADC support by Luca Ellero · Wed Jul 05 14:56:16 2023 +0200
  53. aa70b85 imx: imx8ulp: start the ELE RNG at boot by Peng Fan · Thu Jun 15 18:09:14 2023 +0800
  54. 58a6928 imx: misc: ele_mu: Update ELE MU driver by Ye Li · Thu Jun 15 18:09:13 2023 +0800
  55. 606fbf4 imx: misc: ele_mu: Update MU TR registers count by Ye Li · Thu Jun 15 18:09:12 2023 +0800
  56. 16426c8 imx: ele_api: add DEK Blob generation by Peng Fan · Thu Jun 15 18:09:09 2023 +0800
  57. c88036d imx: ele_api: support program secure fuse and return lifecycle by Peng Fan · Thu Jun 15 18:09:08 2023 +0800
  58. d5c3183 imx: use generic name ele(EdgeLockSecure Enclave) by Peng Fan · Thu Jun 15 18:09:05 2023 +0800
  59. e89a391 imx: scu_api: update to version 1.16 and add more APIs by Peng Fan · Thu Jun 15 18:09:04 2023 +0800
  60. 25b7eb4 imx: mach: correct SCU API usage by Peng Fan · Thu Jun 15 18:08:58 2023 +0800
  61. 9b77f7b mtd: spi-nor: Add support for w25q256jwm by Venkatesh Yadav Abbarapu · Mon Jun 26 09:02:37 2023 +0530
  62. d7cb478 spi: npcm_pspi: use ACTIVE_LOW flag for cs gpio and set default max_hz by Jim Liu · Tue Jul 04 16:01:56 2023 +0800
  63. fc079eb mtd: spi-nor-ids: add xtxtech part# by Bruce Suen · Thu Jul 13 14:12:41 2023 +0530
  64. 0d045ae mtd: spi-nor-ids: change full company name of XTX by Bruce Suen · Mon Jun 19 06:28:58 2023 -0400
  65. 51a7d41 spi: soft_spi: Support the recommended soft spi properties by Fabio Estevam · Thu May 18 19:22:40 2023 -0300
  66. eb8d262 spi: synquacer: remove SPI_TX_BYTE handling by Masahisa Kojima · Wed May 24 16:32:46 2023 +0900
  67. 7ff5855 spi: bcmbca-hsspi: Add driver for newer HSSPI controller by William Zhang · Wed Jun 07 16:37:05 2023 -0700
  68. 9a0ff5d spi: bcm63xx-hsspi: Add prepend mode support by William Zhang · Wed Jun 07 16:37:04 2023 -0700
  69. 3f55f27 spi: bcm63xx-hsspi: Add new compatible string support by William Zhang · Wed Jun 07 16:37:03 2023 -0700
  70. 7633333 spi: bcm63xx-hsspi: Fix multi-bit mode setting by William Zhang · Wed Jun 07 16:37:02 2023 -0700
  71. 96c65fa spi: bcm63xx-hsspi: Make driver depend on BCMBCA arch by William Zhang · Wed Jun 07 16:37:01 2023 -0700
  72. aff5c1f spi: pl022: Add chip-select gpio support by Lukas Funke · Fri Apr 28 14:38:50 2023 +0200
  73. 2ed5d78 spi: pl022: Remove platform data header by Stefan Herbrechtsmeier · Fri Apr 28 14:38:49 2023 +0200
  74. 003b07d spi: pl022: Rename flush into pl022_spi_flush by Stefan Herbrechtsmeier · Fri Apr 28 14:38:48 2023 +0200
  75. 76ad298 spi: pl022: Align compatible property with device tree binding by Lukas Funke · Fri Apr 28 14:38:47 2023 +0200
  76. f2c1ea7 mtd: nand: pxa3xx: Enable devbus/nand arbiter on Armada 8K by Chris Packham · Mon Jul 10 10:47:35 2023 +1200
  77. bd3ce6f mtd: nand: pxa3xx: Add support for the Marvell AC5 SoC by Chris Packham · Mon Jul 10 10:47:34 2023 +1200
  78. b5f0372 riscv: Rename SiFive CLINT to RISC-V ALINT by Bin Meng · Wed Jun 21 23:11:46 2023 +0800
  79. 51e3855 riscv: timer: Update the sifive clint timer driver to support aclint by Bin Meng · Wed Jun 21 23:11:44 2023 +0800
  80. f69a512 ram: starfive: Read memory size information from EEPROM by Yanhong Wang · Thu Jun 15 17:36:51 2023 +0800
  81. 1f502ee net: dwc_eth_qos: Add StarFive ethernet driver glue layer by Yanhong Wang · Thu Jun 15 17:36:43 2023 +0800
  82. 1d6c341 net: phy: Add driver for Motorcomm yt8531 gigabit ethernet phy by Yanhong Wang · Thu Jun 15 17:36:42 2023 +0800
  83. db244c7 serial: pl01x: Modify pending callback to test if transmit FIFO is empty by Lukasz Majewski · Fri May 19 12:43:53 2023 +0200
  84. 58aec3f serial: pl01x: Prepare the driver to support SPL_OF_PLATDATA by Lukasz Majewski · Fri May 19 12:43:52 2023 +0200
  85. 647c003 serial: pl01x: Change OF_CONTROL to OF_REAL by Lukasz Majewski · Fri May 19 12:43:51 2023 +0200
  86. 24d8f57 power: imx8m-power-domain: Add delay to align with kernel driver by Fabio Estevam · Sat May 06 13:14:02 2023 -0300
  87. ac5adc1 sysreset: Change Kconfig GPIO dependency by Michal Simek · Tue Jul 04 14:05:13 2023 +0200
  88. 2523bcd Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-usb into next by Tom Rini · Thu Jul 06 13:23:36 2023 -0400
  89. dbc7461 clk: starfive: pll: Fix to use postdiv1_mask by Hoegeun Kwon · Wed Jun 28 19:19:49 2023 +0900
  90. 2ea1e4e clk: sifive: only build sifive-prci.o for CONFIG_CLK_SIFIVE_PRCI by Ben Dooks · Tue May 09 14:50:05 2023 +0100
  91. 4a4ebe3 Merge tag 'v2023.07-rc6' into next by Tom Rini · Wed Jul 05 11:28:55 2023 -0400
  92. 5a1c0f3 regulator: handle different error codes in regulator_set_enable_if_allowed by Eugen Hristev · Wed Apr 19 16:45:26 2023 +0300
  93. 81aa192 regulator: rename dev_pdata to plat by Eugen Hristev · Wed Apr 19 16:45:25 2023 +0300
  94. 405512e regulator: implement basic reference counter by Eugen Hristev · Wed Apr 19 16:45:24 2023 +0300
  95. 686a0f0 usb: dwc3-generic: Ensure reset GPIO is configured as an output by Peter Korsgaard · Wed Jun 28 14:26:48 2023 +0200
  96. 420b010 pinctrl: rockchip: Fix Data Abort exception in SPL by Jonas Karlman · Thu Jun 08 10:59:38 2023 +0000
  97. 2712516 phy: rockchip: inno-usb2: fix phy reg=0 case by Eugen Hristev · Mon May 22 11:39:58 2023 +0300
  98. cc2592a drivers: meson: introduce secure power controller driver by Alexey Romanov · Wed May 31 12:31:56 2023 +0300
  99. 851baaf pinctrl: meson: add pinctrl driver for Amlogic A1 by Igor Prusov · Fri May 05 15:56:38 2023 +0300
  100. 9715f3c usb: dwc2: Fix the write to W1C fields in HPRT register by Teik Heng Chong · Wed Jun 21 11:13:58 2023 +0800