1. 3816bea ufs: Correct the UFS terminlogy by Bin Meng · 1 year, 2 months ago
  2. 7edccc4 misc: fs_loader: Fix alignment of fs_loader driver by Sean Anderson · 1 year, 2 months ago
  3. 8a457ad driver: rng: Add DM_RNG interface for ARMv8.5 RNDR registers by Andre Przywara · 1 year, 3 months ago
  4. 892d777 spi: mtk_spim: prevent global pll clock override by Nicolò Veronese · 1 year, 2 months ago
  5. 5489bec input: avoid NULL dereference by Heinrich Schuchardt · 1 year, 2 months ago
  6. df506bc Merge tag 'fsl-qoirq-2023-10-10' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 1 year, 2 months ago
  7. 106d27b dm: blk: Drop blk_{read,write}_devnum() by Bin Meng · 1 year, 2 months ago
  8. 9efc245 dm: blk: Rename get_desc() and make it externally visible by Bin Meng · 1 year, 2 months ago
  9. 249f351 blk: blkmap: Support mapping to device of any block size by Bin Meng · 1 year, 2 months ago
  10. f61202c blk: blkmap: Make bind/unbind routines static by Bin Meng · 1 year, 2 months ago
  11. cc4c531 blk: host_dev: Sanity check on the size of host backing file by Bin Meng · 1 year, 2 months ago
  12. 371fb0e blk: host_dev: Make host_sb_detach_file() and host_sb_ops static by Bin Meng · 1 year, 2 months ago
  13. 881e475 blk: sandbox: Support binding a device with a given logical block size by Bin Meng · 1 year, 2 months ago
  14. 2294ecb blk: Use a macro for the typical block size by Bin Meng · 1 year, 2 months ago
  15. d274488 spi: nxp_fspi: reset the FLSHxCR1 registers by Han Xu · 1 year, 3 months ago
  16. 99eed83 drivers: net: fsl-mc: add support for MC reserved memory by Laurentiu Tudor · 1 year, 2 months ago
  17. 711ad63 dm: serial: fix serial_post_probe() by Heinrich Schuchardt · 1 year, 2 months ago
  18. b704ea7 mailbox: k3-sec-proxy: fix error handling for missing scfg in FDT by Matthias Schiffer · 1 year, 2 months ago
  19. cb3d8fa Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 1 year, 2 months ago
  20. b909066 power: pmic: rk8xx: Fix power-on source check in SPL by Jonas Karlman · 1 year, 4 months ago
  21. 2def78b power: pmic: rk8xx: Use sysreset implementation of the poweroff command by Jonas Karlman · 1 year, 4 months ago
  22. 1b61570 net: dwc_eth_qos_rockchip: Add support for RK3588 by Jonas Karlman · 1 year, 2 months ago
  23. 098ee4f net: dwc_eth_qos: Add glue driver for GMAC on Rockchip RK3568 by Jonas Karlman · 1 year, 2 months ago
  24. e2c4546 net: dwc_eth_qos: Stop spam of RX packet not available message by Jonas Karlman · 1 year, 2 months ago
  25. 3c0a544 net: dwc_eth_qos: Return error code when start fails by Jonas Karlman · 1 year, 2 months ago
  26. 83c869d net: dwc_eth_qos: Drop unused rx_pkt from eqos_priv by Jonas Karlman · 1 year, 2 months ago
  27. a937c3d rockchip: Port IO-domain driver for RK3568 from linux by Jonas Karlman · 1 year, 3 months ago
  28. 7851d4e regulator: rk8xx: Return correct voltage for switchout converters by shengfei Xu · 1 year, 3 months ago
  29. fb18ddd regulator: rk8xx: Return correct voltage for buck converters by Joseph Chen · 1 year, 3 months ago
  30. c2ef881 power: regulator: Only run autoset once for each regulator by Jonas Karlman · 1 year, 3 months ago
  31. ecc7245 phy: rockchip: naneng-combphy: Use signal from comb PHY on RK3588 by Jonas Karlman · 1 year, 4 months ago
  32. 3f24f8b phy: rockchip: snps-pcie3: Add support for RK3588 by Jonas Karlman · 1 year, 4 months ago
  33. b7ca884 phy: rockchip: snps-pcie3: Add bifurcation support for RK3568 by Jonas Karlman · 1 year, 4 months ago
  34. a10080c phy: rockchip: snps-pcie3: Refactor to use a phy_init ops by Jonas Karlman · 1 year, 4 months ago
  35. 6153aed phy: rockchip: snps-pcie3: Refactor to use clk_bulk API by Jonas Karlman · 1 year, 4 months ago
  36. a635bcd pci: pcie_dw_rockchip: Configure number of lanes and link width speed by Jonas Karlman · 1 year, 4 months ago
  37. 4289c26 pci: serial: Support reading PCI-register size with base by Simon Glass · 1 year, 2 months ago
  38. dbf9a08 serial: Drop ns16550 serial_getinfo() in SPL by Simon Glass · 1 year, 2 months ago
  39. 6f52b38 sandbox: Init the EC properly even if no state file is available by Simon Glass · 1 year, 2 months ago
  40. c681e09 dm: core: Support writing a 64-bit value by Simon Glass · 1 year, 2 months ago
  41. 86ef399 dm: core: Support writing a boolean by Simon Glass · 1 year, 2 months ago
  42. ebbe90b dm: core: Add a way to convert a devicetree to a dtb by Simon Glass · 1 year, 2 months ago
  43. 4544877 dm: core: Add a way to delete a node by Simon Glass · 1 year, 2 months ago
  44. 7c33c96 dm: core: Add a way to copy a node by Simon Glass · 1 year, 2 months ago
  45. a869a1b dm: core: Add a function to create an empty tree by Simon Glass · 1 year, 2 months ago
  46. 6816489 dm: core: Reverse the argument order in ofnode_copy_props() by Simon Glass · 1 year, 2 months ago
  47. fba1087 dm: core: Correct help in TPL_DM and VPL_DM by Simon Glass · 1 year, 2 months ago
  48. f2f014a serial: Drop mention of SPL/TPL_SYS_MALLOC_F by Simon Glass · 1 year, 2 months ago
  49. 67e3fca spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · 1 year, 2 months ago
  50. a3e88ef Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 1 year, 2 months ago
  51. 699e3f4 Merge branch '2023-10-04-TI-dts-updates' by Tom Rini · 1 year, 2 months ago
  52. 0320212 Merge tag 'dm-pull-4oct23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 1 year, 2 months ago
  53. c7dedd0 drivers: firmware: ti_sci: Get SCI revision only if TIFS/SYSFW is up by Neha Malcom Francis · 1 year, 2 months ago
  54. 01a8d22 dm: core: Adjust dump-sorting to get stats only when needed by Simon Glass · 1 year, 2 months ago
  55. 1ec7f33 Merge tag 'u-boot-stm32-20231004' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 1 year, 2 months ago
  56. b62c75d clk: stm32mp1: Add support for USART1 clock by Anatolij Gustschin · 1 year, 2 months ago
  57. f3e4b8b ram: stm32mp1: Only print RAM config with CONFIG_SPL_DISPLAY_PRINT by Harald Seiler · 1 year, 2 months ago
  58. 5e65d46 rng: stm32: Implement custom RNG configuration support by Gatien Chevallier · 1 year, 2 months ago
  59. 278ed19 rng: stm32: add error concealment sequence by Gatien Chevallier · 1 year, 2 months ago
  60. 4f1f9e7 rng: stm32: add RNG clock frequency restraint by Gatien Chevallier · 1 year, 2 months ago
  61. e2acc95 rng: stm32: Implement configurable RNG clock error detection by Gatien Chevallier · 1 year, 2 months ago
  62. 2af20a5 rng: stm32: rename STM32 RNG driver by Gatien Chevallier · 1 year, 2 months ago
  63. ac5e68f riscv: andesv5: Prefer using the generic RISC-V timer driver in S-mode by Yu Chien Peter Lin · 1 year, 2 months ago
  64. eb66fc3 timer: starfive: Add Starfive timer support by Kuan Lim Lee · 1 year, 2 months ago
  65. 229f469 timer: riscv_aclint_timer: add timer_get_boot_us for BOOTSTAGE by Chanho Park · 1 year, 3 months ago
  66. d0903f4 riscv: timer: add timer_get_boot_us for BOOTSTAGE by Chanho Park · 1 year, 3 months ago
  67. 06a54ed Merge branch 'next_pinctrl_sync' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 1 year, 2 months ago
  68. b29a747 Merge branch 'next' by Tom Rini · 1 year, 2 months ago
  69. 436358e clk: renesas: Synchronize R8A774E1 RZ/G2H clock tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  70. 2f8e987 clk: renesas: Synchronize R8A774C0 RZ/G2E clock tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  71. 618da65 clk: renesas: Synchronize R8A774B1 RZ/G2N clock tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  72. 8fbe782 clk: renesas: Synchronize R8A774A1 RZ/G2M clock tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  73. 3c7646e clk: renesas: Synchronize R8A779G0 V4H clock tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  74. 97e1ba3 clk: renesas: Synchronize R8A779F0 S4 clock tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  75. 91c6541 clk: renesas: Synchronize R8A779A0 V3U clock tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  76. 0a4b3ae clk: renesas: Synchronize R8A77995 D3 clock tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  77. cbf6914 clk: renesas: Synchronize R8A77990 E3 clock tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  78. 6f008ee clk: renesas: Synchronize R8A77980 V3H clock tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  79. 7d79af5 clk: renesas: Synchronize R8A77970 V3M clock tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  80. 561e8be clk: renesas: Synchronize R8A77965 M3-N clock tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  81. c6698f9 clk: renesas: Synchronize R8A77960 M3-W and R8A77961 M3-W+ clock tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  82. fa9525c clk: renesas: Synchronize R8A77951 H3 clock tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  83. bff3e0e clk: renesas: Synchronize R8A7794 E2 clock tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  84. b25bd80 clk: renesas: Synchronize R8A7792 V2H clock tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  85. dde6069 clk: renesas: Synchronize R8A7791 M2-W and R8A7793 M2-N clock tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  86. 23cbd51 clk: renesas: Synchronize R8A7790 H2 clock tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  87. 8f07e8a pinctrl: renesas: Synchronize R8A779G0 V4H PFC tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  88. 86fc817 pinctrl: renesas: Synchronize R8A779F0 S4 PFC tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  89. e480d81 pinctrl: renesas: Synchronize R8A779A0 V3U PFC tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  90. f5ba8ca pinctrl: renesas: Synchronize R8A77995 D3 PFC tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  91. 8fed673 pinctrl: renesas: Synchronize R8A77990 E3 PFC tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  92. 3234b75 pinctrl: renesas: Synchronize R8A77980 V3H PFC tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  93. e8a4cc0 pinctrl: renesas: Synchronize R8A77970 V3M PFC tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  94. b8227b3 pinctrl: renesas: Synchronize R8A77965 M3-N PFC tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  95. f2364e1 pinctrl: renesas: Synchronize R8A77960 M3-W and R8A77961 M3-W+ PFC tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  96. 14dfdd6 pinctrl: renesas: Synchronize R8A77951 H3 PFC tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  97. 6414dea pinctrl: renesas: Synchronize R8A7794 E2 PFC tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  98. 7886146 pinctrl: renesas: Synchronize R8A7792 V2H PFC tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  99. 3ccfcea pinctrl: renesas: Synchronize R8A7791 M2-W and R8A7793 M2-N PFC tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago
  100. 342aadb pinctrl: renesas: Synchronize R8A7790 H2 PFC tables with Linux 6.5.3 by Marek Vasut · 1 year, 3 months ago