1. bc761d5 Merge tag 'v2024.01-rc4' into next by Tom Rini · Mon Dec 04 21:39:57 2023 -0500
  2. 9ef0dae Prepare v2024.01-rc4 by Tom Rini · Mon Dec 04 13:46:56 2023 -0500
  3. 9c84c6c efi_loader: generated SMBIOS table below 4 GiB by Heinrich Schuchardt · Mon Nov 20 23:25:58 2023 +0100
  4. e06bbc9 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · Mon Dec 04 13:37:18 2023 -0500
  5. dfd3012 watchdog: Correct watchdog timeout print message by Chanho Park · Sun Dec 03 17:30:40 2023 +0900
  6. 10202fa Merge branch 'master-rpc-off' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Sun Dec 03 16:30:32 2023 -0500
  7. 337e557 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Sat Dec 02 13:37:27 2023 -0500
  8. 84fc304 ARM: dts: renesas: Disable RPC driver on R8A779G0 V4H White Hawk board by Cong Dang · Tue Jun 20 00:41:50 2023 +0200
  9. 69bdcf6 ARM: dts: renesas: Clean up R8A779G0 V4H RPC SPI DT node by Marek Vasut · Tue Jun 20 00:41:49 2023 +0200
  10. 9c83bad usb: USB_XHCI_PCI depends on PCI by Heinrich Schuchardt · Mon Nov 20 15:56:36 2023 +0100
  11. 39076d9 usb: dwc3-generic: Use combined glue and ctrl node for RK3588 by Jonas Karlman · Sun Nov 12 15:25:25 2023 +0000
  12. 7b3d10d usb: storage: Use the correct CBW lengths by Hector Martin · Sun Oct 29 16:23:30 2023 +0900
  13. 9053514 usb: hub: Add missing reset recovery delay by Hector Martin · Sun Oct 29 16:09:09 2023 +0900
  14. 0238088 usb: xhci: Fix DMA address calculation in queue_trb by Hector Martin · Sun Oct 29 15:37:44 2023 +0900
  15. 2778307 usb: xhci: Do not panic on event timeouts by Hector Martin · Sun Oct 29 15:37:43 2023 +0900
  16. 1b823e2 usb: xhci: Fail on attempt to queue TRBs to a halted endpoint by Hector Martin · Sun Oct 29 15:37:42 2023 +0900
  17. 6d20437 usb: xhci: Recover from halted bulk endpoints by Hector Martin · Sun Oct 29 15:37:41 2023 +0900
  18. f28db6b usb: xhci: Allow context state errors when halting an endpoint by Hector Martin · Sun Oct 29 15:37:40 2023 +0900
  19. 191772f usb: xhci: Better error handling in abort_td() by Hector Martin · Sun Oct 29 15:37:39 2023 +0900
  20. c5d7dac usb: xhci: Guard all calls to xhci_wait_for_event by Hector Martin · Sun Oct 29 15:37:38 2023 +0900
  21. fcc51d3 Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next by Tom Rini · Thu Nov 30 09:33:31 2023 -0500
  22. cefb036 Merge branch '2023-11-29-assorted-platform-updates' into next by Tom Rini · Wed Nov 29 11:16:13 2023 -0500
  23. e30db19 ARM: keystone2: Remove unneeded inclusions of common.h by Andrew Davis · Fri Nov 17 16:38:29 2023 -0600
  24. ab82af6 configs: keystone2: Do not include hardware.h by Andrew Davis · Fri Nov 17 16:38:28 2023 -0600
  25. 79ff96d configs: keystone2: Remove unused SPL_MALLOC_F_SIZE and KEYSTONE_SPL_STACK_SIZE by Andrew Davis · Fri Nov 17 16:38:27 2023 -0600
  26. 9d0be73 Fix stack-protector for powerpc by Christophe Leroy · Wed Nov 15 19:36:36 2023 +0100
  27. 782ad64 xen: pvblock: fix the maximum io size in one operation by AKASHI Takahiro · Wed Nov 15 10:53:45 2023 +0900
  28. f65b9ed timer-uclass: Always use "clock-frequency" property as fallback by Alex Bee · Tue Nov 14 22:11:27 2023 +0100
  29. a341321 lib/slre: Fix memory leak if regex compilation fails by Francois Berder · Sun Nov 12 20:16:50 2023 +0100
  30. 49f8749 test/py: net: Add a TFTP put test by Love Kumar · Wed Nov 08 12:40:31 2023 +0530
  31. 342d648 Merge patch series "cmd: add scmi command" by Tom Rini · Tue Nov 28 22:31:09 2023 -0500
  32. d40686d test: dm: add scmi command test by AKASHI Takahiro · Tue Nov 14 11:14:28 2023 +0900
  33. 83f23f2 doc: cmd: add documentation for scmi by AKASHI Takahiro · Tue Nov 14 11:14:27 2023 +0900
  34. 1cdcaed cmd: add scmi command for SCMI firmware by AKASHI Takahiro · Tue Nov 14 11:14:26 2023 +0900
  35. 59171ff firmware: scmi: support protocols on sandbox only if enabled by AKASHI Takahiro · Tue Nov 14 11:14:25 2023 +0900
  36. 08372eb test: dm: skip scmi tests against disabled protocols by AKASHI Takahiro · Tue Nov 14 11:14:24 2023 +0900
  37. 4ad90ca Merge patch series "fs: fat: calculate FAT type based on cluster count" by Tom Rini · Tue Nov 28 20:10:36 2023 -0500
  38. 570dc36 test: fs: Add test to detect fat type by Christian Taedcke · Wed Nov 15 13:44:24 2023 +0100
  39. d604880 test: Add size granularity parameter to mk_fs by Christian Taedcke · Wed Nov 15 13:44:23 2023 +0100
  40. a1fd735 test: fs: Add fat12 to supported fs of some tests by Christian Taedcke · Wed Nov 15 13:44:22 2023 +0100
  41. ff0ceca test: Add support to create a fat12 fs by Christian Taedcke · Wed Nov 15 13:44:21 2023 +0100
  42. 75c9f37 fs: fat: add bootsector validity check by Christian Taedcke · Wed Nov 15 13:44:20 2023 +0100
  43. ab985e8 fs: fat: simplify gotos from read_bootsectandvi by Christian Taedcke · Wed Nov 15 13:44:19 2023 +0100
  44. cd7a1a0 fs: fat: calculate FAT type based on cluster count by Christian Taedcke · Wed Nov 15 13:44:18 2023 +0100
  45. c41708c test: spl: Remove usage of FAT32_SIGN by Christian Taedcke · Wed Nov 15 13:44:17 2023 +0100
  46. dfe1736 fs: fat: use get_unaligned_le16 to convert u8[2] to u16 by Christian Taedcke · Wed Nov 15 13:44:16 2023 +0100
  47. 80c1127 Merge patch series "Import "string" I/O functions from Linux" by Tom Rini · Tue Nov 28 16:19:19 2023 -0500
  48. 8e25bc0 musb-new: Remove implementation of io.h functions by Igor Prusov · Tue Nov 14 14:02:57 2023 +0300
  49. 89606c0 treewide: Include linux/io.h instead of asm-generic/io.h by Igor Prusov · Tue Nov 14 14:02:56 2023 +0300
  50. 4d3a695 spi: meson_spifc_a1: Switch to io{read,write}32_rep() by Igor Prusov · Tue Nov 14 14:02:55 2023 +0300
  51. 4f68b77 asm-generic: Import functions from Linux by Igor Prusov · Tue Nov 14 14:02:54 2023 +0300
  52. 3433f53 xtensa: io.h: Add defines for ins/outs functions by Igor Prusov · Tue Nov 14 14:02:53 2023 +0300
  53. 3caad58 powerpc: io.h: Add defines for __raw_{read, write} functions by Igor Prusov · Tue Nov 14 14:02:52 2023 +0300
  54. 11606c0 nios2: io.h: Add defines for ins/outs functions by Igor Prusov · Tue Nov 14 14:02:51 2023 +0300
  55. 929c820 riscv: io.h: Fix signatures of reads/writes functions by Igor Prusov · Tue Nov 14 14:02:50 2023 +0300
  56. cde3882 riscv: io.h: Add defines for reads/writes functions by Igor Prusov · Tue Nov 14 14:02:49 2023 +0300
  57. b7f6844 mips: io.h: Add defines for read/write/in/out functions by Igor Prusov · Tue Nov 14 14:02:48 2023 +0300
  58. b6842aa mips: io.h: Add const to reads functions params by Igor Prusov · Tue Nov 14 14:02:47 2023 +0300
  59. a94fed4 x86: Add defines for ins/outs functions by Igor Prusov · Tue Nov 14 14:02:46 2023 +0300
  60. 91341f8 sandbox: move asm-generic include to the end of file by Igor Prusov · Tue Nov 14 14:02:45 2023 +0300
  61. c5c59c8 Merge patch series "sysinfo: Expand sysinfo with some more banner information" by Tom Rini · Tue Nov 28 12:53:14 2023 -0500
  62. e5d9ddc x86: coreboot: Add a sysinfo driver by Simon Glass · Sun Nov 12 19:58:29 2023 -0700
  63. c2e06e9 sysinfo: Allow displaying more info on startup by Simon Glass · Sun Nov 12 19:58:28 2023 -0700
  64. cda520e Revert "generic-board: make show_board_info a weak function" by Simon Glass · Sun Nov 12 19:58:27 2023 -0700
  65. 527f51f udoo: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:26 2023 -0700
  66. d44a110 toradex: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:25 2023 -0700
  67. 55c73c9 solidrun: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:24 2023 -0700
  68. 629d9b6 turris: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:23 2023 -0700
  69. d41f7aa meson: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:22 2023 -0700
  70. bbd9f35 board: Move show_board_info() comment to header file by Simon Glass · Sun Nov 12 19:58:21 2023 -0700
  71. e44ed02 MAINTAINERS: Step up as co-maintainer of Tegra SOC platform by Svyatoslav Ryhel · Tue Oct 31 20:46:50 2023 +0200
  72. 8cdb392 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · Tue Nov 28 10:05:25 2023 -0500
  73. 6c43861 ARM: dts: tegra30: enable USB PHY node on some devices by Svyatoslav Ryhel · Fri Aug 25 20:23:14 2023 +0300
  74. 193e948 board: grouper: convert ASUS Google Nexus 7 (2012) to use DM PMIC by Svyatoslav Ryhel · Sat Aug 26 18:46:27 2023 +0300
  75. bf73217 board: transformer-t30: convert ASUS Transformers to use DM PMIC by Svyatoslav Ryhel · Sat Aug 26 18:39:29 2023 +0300
  76. 8c8fb85 board: endeavoru: convert HTC One X to use DM PMIC by Svyatoslav Ryhel · Sat Aug 26 18:35:35 2023 +0300
  77. 1975693 board: lg-x3: convert LG Optimus 4X and Vu to use DM PMIC by Svyatoslav Ryhel · Sat Aug 26 18:32:55 2023 +0300
  78. 4f80988 ARM: tegra: call regulators_enable_boot_on on board init by Svyatoslav Ryhel · Tue Nov 28 09:09:41 2023 +0200
  79. 57595aa ARM: dts: Reuse I2C3 for NVEC by Thierry Reding · Mon Jul 10 11:22:18 2023 +0200
  80. 79dd0ef i2c: Bugfix in i2c_get_chip_by_phandle() by Philip Oberfichtner · Fri Nov 24 15:04:01 2023 +0100
  81. 75bbfcb Merge patch series "ufs: Add a PCI UFS controller support" by Tom Rini · Mon Nov 27 16:19:09 2023 -0500
  82. 93031d8 qemu: riscv: Enable UFS support by Bin Meng · Wed Oct 11 21:15:52 2023 +0800
  83. 3a478f9 ufs: Handle UFS 3.1 controllers by Bin Meng · Wed Oct 11 21:15:51 2023 +0800
  84. cc5801d ufs: Add a PCI based UFS controller driver by Bin Meng · Wed Oct 11 21:15:50 2023 +0800
  85. 1ac020d ufs: Allow mmio registers on the PCI bus by Bin Meng · Wed Oct 11 21:15:49 2023 +0800
  86. f508a77 pci_ids: Add Red Hat vendor and device IDs by Bin Meng · Wed Oct 11 21:15:48 2023 +0800
  87. 5b96203 cmd: ufs: Correct the help text by Bin Meng · Wed Oct 11 21:15:47 2023 +0800
  88. 3223e23 cmd: kconfig: Make ufs prompt look similar to other commands by Bin Meng · Wed Oct 11 21:15:46 2023 +0800
  89. 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
  90. 3816bea ufs: Correct the UFS terminlogy by Bin Meng · Wed Oct 11 21:15:44 2023 +0800
  91. 8b31549 configs: Remove unneeded SYS_CONFIG_NAME from a*y17lte defconfigs by Sam Protsenko · Thu Nov 09 14:13:13 2023 -0600
  92. a96370a board: samsung: Fix SYS_CONFIG_NAME configs in axy17lte Kconfig by Sam Protsenko · Thu Nov 09 14:13:12 2023 -0600
  93. aef3393 serial: s5p: Use dev_read_addr_ptr() to get base address by Sam Protsenko · Tue Nov 07 14:13:49 2023 -0600
  94. 7d161ae Merge tag 'u-boot-dfu-20231124' of https://source.denx.de/u-boot/custodians/u-boot-dfu by Tom Rini · Sat Nov 25 17:38:43 2023 -0500
  95. 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
  96. 8549d17 Merge branch '2023-11-25-assorted-platform-updates' into next by Tom Rini · Sat Nov 25 12:32:48 2023 -0500
  97. f3b87e5 serial: s5p: Improve coding style by Sam Protsenko · Tue Nov 07 13:06:01 2023 -0600
  98. c6c27f5 serial: s5p: Use named constants for register values by Sam Protsenko · Tue Nov 07 13:06:00 2023 -0600
  99. 243aaa4 serial: s5p: Use livetree API to get "id" property by Sam Protsenko · Tue Nov 07 13:05:59 2023 -0600
  100. 0263d9a serial: s5p: Remove common.h inclusion by Sam Protsenko · Tue Nov 07 13:05:58 2023 -0600