1. 782ad64 xen: pvblock: fix the maximum io size in one operation by AKASHI Takahiro · Wed Nov 15 10:53:45 2023 +0900
  2. f65b9ed timer-uclass: Always use "clock-frequency" property as fallback by Alex Bee · Tue Nov 14 22:11:27 2023 +0100
  3. 342d648 Merge patch series "cmd: add scmi command" by Tom Rini · Tue Nov 28 22:31:09 2023 -0500
  4. 59171ff firmware: scmi: support protocols on sandbox only if enabled by AKASHI Takahiro · Tue Nov 14 11:14:25 2023 +0900
  5. 80c1127 Merge patch series "Import "string" I/O functions from Linux" by Tom Rini · Tue Nov 28 16:19:19 2023 -0500
  6. 8e25bc0 musb-new: Remove implementation of io.h functions by Igor Prusov · Tue Nov 14 14:02:57 2023 +0300
  7. 89606c0 treewide: Include linux/io.h instead of asm-generic/io.h by Igor Prusov · Tue Nov 14 14:02:56 2023 +0300
  8. 4d3a695 spi: meson_spifc_a1: Switch to io{read,write}32_rep() by Igor Prusov · Tue Nov 14 14:02:55 2023 +0300
  9. 4f68b77 asm-generic: Import functions from Linux by Igor Prusov · Tue Nov 14 14:02:54 2023 +0300
  10. c5c59c8 Merge patch series "sysinfo: Expand sysinfo with some more banner information" by Tom Rini · Tue Nov 28 12:53:14 2023 -0500
  11. c2e06e9 sysinfo: Allow displaying more info on startup by Simon Glass · Sun Nov 12 19:58:28 2023 -0700
  12. 75bbfcb Merge patch series "ufs: Add a PCI UFS controller support" by Tom Rini · Mon Nov 27 16:19:09 2023 -0500
  13. 3a478f9 ufs: Handle UFS 3.1 controllers by Bin Meng · Wed Oct 11 21:15:51 2023 +0800
  14. cc5801d ufs: Add a PCI based UFS controller driver by Bin Meng · Wed Oct 11 21:15:50 2023 +0800
  15. 1ac020d ufs: Allow mmio registers on the PCI bus by Bin Meng · Wed Oct 11 21:15:49 2023 +0800
  16. 618eb6a ufs: Add a line feed to the end of some dev_xxx() messages by Bin Meng · Wed Oct 11 21:15:45 2023 +0800
  17. 3816bea ufs: Correct the UFS terminlogy by Bin Meng · Wed Oct 11 21:15:44 2023 +0800
  18. 9ae42ce Merge tag 'u-boot-dfu-next-20231124' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next by Tom Rini · Sat Nov 25 12:34:23 2023 -0500
  19. 4821e86 serial: npcm: support skip uart clock setting by Jim Liu · Tue Nov 14 16:51:58 2023 +0800
  20. 49f5594 dma: ti: k3-udma: Introduce DMA support for the am62ax by Vignesh Raghavendra · Mon Nov 13 08:51:44 2023 -0600
  21. 6cc6cca tpm: remove superfluous check in tpm_tis_send() by Heinrich Schuchardt · Sat Nov 11 01:35:30 2023 +0100
  22. 8197e59 usb: udc: Try to clarify an error message by Miquel Raynal · Tue Oct 10 11:03:04 2023 +0200
  23. 75d6347 cmd: Change the dependencies between CMD_BIND and USB_GADGET by Miquel Raynal · Tue Oct 10 11:03:02 2023 +0200
  24. 5412e67 usb: gadget: f_mass_storage: Stop ums on START-STOP UNIT SCSI command by Marek Vasut · Tue Nov 07 01:09:59 2023 +0100
  25. 0efc2fe dfu: add CONFIG_DFU_NAME_MAX_SIZE configuration by Jaehoon Chung · Mon Jun 20 20:13:54 2022 +0900
  26. ee20d66 Merge tag 'v2024.01-rc3' into next by Tom Rini · Mon Nov 20 09:19:50 2023 -0500
  27. ef793ee scsi: set dma direction to NONE for TEST UNIT READY by Nikita Yushchenko · Mon Nov 13 11:51:02 2023 +0600
  28. 63a23aa Merge branch 'master-mmc-clock' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Sat Nov 18 10:25:48 2023 -0500
  29. aaef1ae blk: blkmap: add ramdisk creation utility function by Masahisa Kojima · Fri Nov 10 13:25:36 2023 +0900
  30. 8dd4ecb virtio: rng: gracefully handle 0 byte returns by Andre Przywara · Tue Nov 07 16:09:00 2023 +0000
  31. e54c195 Merge branch '2023-11-16-assorted-updates' into next by Tom Rini · Fri Nov 17 08:38:05 2023 -0500
  32. 29763fd blk: Drop reference to DM_SPL by Simon Glass · Sun Nov 12 13:03:47 2023 -0700
  33. 0ccddec dm: core: Correct reference to DM_SPL in SPL_DM_STATS by Simon Glass · Sun Nov 12 13:03:46 2023 -0700
  34. acb2281 cmd: bcb: extend BCB C API to allow read/write the fields by Dmitrii Merkurev · Fri Nov 10 05:59:55 2023 +0000
  35. 927e210 cmd: bcb: support various block device interfaces for BCB command by Dmitrii Merkurev · Fri Nov 10 05:59:54 2023 +0000
  36. c3421ea treewide: use linux/time.h for time conversion defines by Igor Prusov · Thu Nov 09 20:10:04 2023 +0300
  37. d107617 spi: meson_spifc_a1: Use define for time interval by Igor Prusov · Thu Nov 09 20:10:03 2023 +0300
  38. bdb3a3f sysreset: Fix unsupported request return values by Paul Barker · Wed Nov 08 08:51:10 2023 +0000
  39. 35f15fe spl: Only support bl_len when we have to by Sean Anderson · Wed Nov 08 11:48:43 2023 -0500
  40. 2b5f9c8 spl: Remove dev from spl_load_info by Sean Anderson · Wed Nov 08 11:48:38 2023 -0500
  41. 9bab2f1 Merge patch series "nand: Add sandbox tests" by Tom Rini · Thu Nov 16 12:46:09 2023 -0500
  42. 765dc6a test: spl: Add a test for NAND by Sean Anderson · Sat Nov 04 16:37:53 2023 -0400
  43. 326422b nand: Add sandbox driver by Sean Anderson · Sat Nov 04 16:37:52 2023 -0400
  44. 28e2eaf nand: Allow reinitialization by Sean Anderson · Sat Nov 04 16:37:50 2023 -0400
  45. 96fc205 nand: Add function to unregister NAND devices by Sean Anderson · Sat Nov 04 16:37:49 2023 -0400
  46. 55d6f04 mtd: Add some fallbacks for add/del_mtd_device by Sean Anderson · Sat Nov 04 16:37:48 2023 -0400
  47. 34ec166 mtd: Rename SPL_MTD_SUPPORT to SPL_MTD by Sean Anderson · Sat Nov 04 16:37:47 2023 -0400
  48. 8805f9d spl: nand: Set bl_len to page size by Sean Anderson · Sat Nov 04 16:37:44 2023 -0400
  49. ec66ca8 nand: spl_loaders: Only read enough pages to load the image by Sean Anderson · Sat Nov 04 16:37:42 2023 -0400
  50. 11a4c70 nand: Calculate SYS_NAND_BLOCK_PAGES (neé SYS_NAND_PAGE_COUNT) automatically by Sean Anderson · Sat Nov 04 16:37:41 2023 -0400
  51. e476f11 nand: Don't dereference NULL manufacturer_desc by Sean Anderson · Sat Nov 04 16:37:40 2023 -0400
  52. 3d65653 dm: Do not enable debug messages by default by Heinrich Schuchardt · Sat Nov 04 20:40:43 2023 +0200
  53. 692f872 pinctrl: pinctrl_stm32: Add stm32mp2 support by Patrice Chotard · Fri Oct 27 16:43:02 2023 +0200
  54. f93f92b serial: stm32: Fix AARCH64 compilation warnings by Patrice Chotard · Fri Oct 27 16:43:01 2023 +0200
  55. cfb65b4 mmc: renesas-sdhi: Disable clock after tuning reset when possible by Marek Vasut · Sun Nov 05 23:42:45 2023 +0100
  56. 943afa7 power: regulator: add AXP313 support by Andre Przywara · Tue Oct 17 14:12:44 2023 +0100
  57. 107d1ae power: pmic: sunxi: add AXP313 SPL driver by Andre Przywara · Sun Jul 30 01:11:01 2023 +0100
  58. d478ed8 pinctrl: sunxi: Avoid using .bss for SPL by Samuel Holland · Mon Oct 30 23:57:40 2023 -0500
  59. dc64e44 sunxi: mmc: Sort compatible strings numerically by Samuel Holland · Tue Oct 31 00:22:34 2023 -0500
  60. 687f5e8 clk: sunxi: Use the right symbol in the Makefile by Samuel Holland · Mon Oct 30 23:49:22 2023 -0500
  61. 1e7c797 sunxi: mmc: Move header to the driver directory by Samuel Holland · Tue Oct 31 00:22:35 2023 -0500
  62. 57eeea6 net: sun8i_emac: Drop DM_GPIO checks by Samuel Holland · Tue Oct 31 00:25:46 2023 -0500
  63. 2e370a3 sunxi: board: simplify early PMIC setup conditions by Andre Przywara · Sun Jun 27 01:13:09 2021 +0100
  64. 769a567 Merge branch '2023-11-10-assorted-fixes' by Tom Rini · Fri Nov 10 08:44:18 2023 -0500
  65. eaa39c6 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · Wed Nov 01 15:56:03 2023 -0500
  66. 81356b4 bootstd: Skip over bad device during bootflows scanning by Tony Dinh · Thu Nov 02 11:51:15 2023 -0700
  67. 224b2ff firmware: scmi: correct a validity check against power domain id by AKASHI Takahiro · Tue Nov 07 09:05:47 2023 +0900
  68. 0154cfe scsi: Have scsi_init_dev_desc_priv() use memset by Tom Rini · Wed Nov 08 14:28:11 2023 -0500
  69. c9bc062 rockchip: otp: Add support for RV1126 by Tim Lunn · Tue Oct 31 13:07:14 2023 +1100
  70. 15a2ab5 scsi: Forceably finish migration to DM_SCSI by Tom Rini · Fri Oct 27 20:59:51 2023 -0400
  71. cbac7b2 qe: Add <asm/ppc.h> on PowerPC by Tom Rini · Wed Nov 01 12:28:13 2023 -0400
  72. e8ea29d spi: Add <errno.h> to spi-mem-nodm.c by Tom Rini · Wed Nov 01 12:28:10 2023 -0400
  73. 742c856 fsl_qe: Drop common.h by Tom Rini · Wed Nov 01 12:28:08 2023 -0400
  74. fa9af72 m68k: Remove CONFIG_FSLDMAFEC by Tom Rini · Wed Nov 01 12:28:05 2023 -0400
  75. 9576a3b clk_k210.c: Clean up how we handle nop by Tom Rini · Thu Oct 26 14:31:36 2023 -0400
  76. 6b94749 block: rkmtd: select CONFIG_RANDOM_UUID explicitly by AKASHI Takahiro · Thu Oct 26 14:31:32 2023 -0400
  77. dff6817 fastboot: Depend on CMDLINE by Tom Rini · Thu Oct 26 14:31:30 2023 -0400
  78. 9faa7a3 video: Don't require the font command by Simon Glass · Thu Oct 26 14:31:18 2023 -0400
  79. 492e818 dfu: Make DFU_TFTP depend on NETDEVICES by Tom Rini · Thu Oct 26 14:31:12 2023 -0400
  80. 21c91c9 virtio: Make VIRTIO_NET depend on NETDEVICES by Tom Rini · Thu Oct 26 14:31:11 2023 -0400
  81. 78974fb zynqmp: migrate gqspi debug to logging by Ibai Erkiaga · Fri Oct 13 13:37:27 2023 +0100
  82. cf01498 spi: cadence_ospi_versal: Add support for 64-bit address by Venkatesh Yadav Abbarapu · Wed Oct 11 08:45:15 2023 +0530
  83. 94454fc drivers: firmware: Handle error case in the zynqmp_pm_feature by Venkatesh Yadav Abbarapu · Wed Oct 11 08:26:47 2023 +0530
  84. c83e6c3 mtd: spi-nor: Add spi flash lock config option by Venkatesh Yadav Abbarapu · Tue Oct 03 08:47:13 2023 +0530
  85. df17899 serial: zynqmp: Fetch baudrate from dtb and update by Algapally Santosh Sagar · Thu Sep 21 16:50:43 2023 +0530
  86. 0ed240e configs: Add support in Kconfig and convert for armada boards by Algapally Santosh Sagar · Thu Sep 21 16:50:42 2023 +0530
  87. d4f7b13 Merge tag 'u-boot-amlogic-20231106' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Mon Nov 06 09:47:13 2023 -0500
  88. 23ad952 drivers: sm: bind child sm devices in the device tree by Dmitry Rokosov · Wed Nov 01 17:04:57 2023 +0300
  89. cd05aaa clk: a1: add new clocks for USB stack by Alexey Romanov · Wed Nov 01 17:04:56 2023 +0300
  90. c00982a net: designware: add DMA offset awareness by Baruch Siach · Wed Oct 25 11:08:44 2023 +0300
  91. 656807e net: e1000: Drop e1000_eth_ids[] by Bin Meng · Wed Oct 11 18:58:25 2023 +0800
  92. 7322e6f net: phy: TI DP83869 fix invalid clock delay configuration by Frank de Brabander · Fri Oct 06 14:24:39 2023 +0200
  93. dabe1db net: add hifemac_mdio MDIO bus driver for HiSilicon platform by Yang Xiwen · Wed Aug 23 01:03:43 2023 +0800
  94. d971711 net: add hifemac Ethernet driver for HiSilicon platform by Yang Xiwen · Wed Aug 23 01:03:42 2023 +0800
  95. af283b3 net: mv88e6xxx: add Clause 45 support by Robert Marko · Tue Aug 08 18:05:16 2023 +0200
  96. a74a1b3 net: mv88e6xxx: use generic bitfield macros for MDIO by Robert Marko · Tue Aug 08 18:05:15 2023 +0200
  97. 1a2ef08 net: ftgmac100: Add reset control by Dylan Hung · Thu Jul 27 09:58:14 2023 +0800
  98. 963db38 net: dw_eth_qos: Add 64-bit addressing by Ley Foon Tan · Fri Dec 09 14:33:14 2022 +0800
  99. eacea67 sysreset: implement PALMAS sysreset functions by Svyatoslav Ryhel · Tue Oct 24 10:49:08 2023 +0300
  100. ab97ca2 sysreset: implement TPS65910 sysreset functions by Svyatoslav Ryhel · Tue Oct 24 10:49:07 2023 +0300