1. 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
  2. cefb036 Merge branch '2023-11-29-assorted-platform-updates' into next by Tom Rini · Wed Nov 29 11:16:13 2023 -0500
  3. e30db19 ARM: keystone2: Remove unneeded inclusions of common.h by Andrew Davis · Fri Nov 17 16:38:29 2023 -0600
  4. ab82af6 configs: keystone2: Do not include hardware.h by Andrew Davis · Fri Nov 17 16:38:28 2023 -0600
  5. 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
  6. 9d0be73 Fix stack-protector for powerpc by Christophe Leroy · Wed Nov 15 19:36:36 2023 +0100
  7. 782ad64 xen: pvblock: fix the maximum io size in one operation by AKASHI Takahiro · Wed Nov 15 10:53:45 2023 +0900
  8. f65b9ed timer-uclass: Always use "clock-frequency" property as fallback by Alex Bee · Tue Nov 14 22:11:27 2023 +0100
  9. a341321 lib/slre: Fix memory leak if regex compilation fails by Francois Berder · Sun Nov 12 20:16:50 2023 +0100
  10. 49f8749 test/py: net: Add a TFTP put test by Love Kumar · Wed Nov 08 12:40:31 2023 +0530
  11. 342d648 Merge patch series "cmd: add scmi command" by Tom Rini · Tue Nov 28 22:31:09 2023 -0500
  12. d40686d test: dm: add scmi command test by AKASHI Takahiro · Tue Nov 14 11:14:28 2023 +0900
  13. 83f23f2 doc: cmd: add documentation for scmi by AKASHI Takahiro · Tue Nov 14 11:14:27 2023 +0900
  14. 1cdcaed cmd: add scmi command for SCMI firmware by AKASHI Takahiro · Tue Nov 14 11:14:26 2023 +0900
  15. 59171ff firmware: scmi: support protocols on sandbox only if enabled by AKASHI Takahiro · Tue Nov 14 11:14:25 2023 +0900
  16. 08372eb test: dm: skip scmi tests against disabled protocols by AKASHI Takahiro · Tue Nov 14 11:14:24 2023 +0900
  17. 4ad90ca Merge patch series "fs: fat: calculate FAT type based on cluster count" by Tom Rini · Tue Nov 28 20:10:36 2023 -0500
  18. 570dc36 test: fs: Add test to detect fat type by Christian Taedcke · Wed Nov 15 13:44:24 2023 +0100
  19. d604880 test: Add size granularity parameter to mk_fs by Christian Taedcke · Wed Nov 15 13:44:23 2023 +0100
  20. a1fd735 test: fs: Add fat12 to supported fs of some tests by Christian Taedcke · Wed Nov 15 13:44:22 2023 +0100
  21. ff0ceca test: Add support to create a fat12 fs by Christian Taedcke · Wed Nov 15 13:44:21 2023 +0100
  22. 75c9f37 fs: fat: add bootsector validity check by Christian Taedcke · Wed Nov 15 13:44:20 2023 +0100
  23. ab985e8 fs: fat: simplify gotos from read_bootsectandvi by Christian Taedcke · Wed Nov 15 13:44:19 2023 +0100
  24. cd7a1a0 fs: fat: calculate FAT type based on cluster count by Christian Taedcke · Wed Nov 15 13:44:18 2023 +0100
  25. c41708c test: spl: Remove usage of FAT32_SIGN by Christian Taedcke · Wed Nov 15 13:44:17 2023 +0100
  26. dfe1736 fs: fat: use get_unaligned_le16 to convert u8[2] to u16 by Christian Taedcke · Wed Nov 15 13:44:16 2023 +0100
  27. 80c1127 Merge patch series "Import "string" I/O functions from Linux" by Tom Rini · Tue Nov 28 16:19:19 2023 -0500
  28. 8e25bc0 musb-new: Remove implementation of io.h functions by Igor Prusov · Tue Nov 14 14:02:57 2023 +0300
  29. 89606c0 treewide: Include linux/io.h instead of asm-generic/io.h by Igor Prusov · Tue Nov 14 14:02:56 2023 +0300
  30. 4d3a695 spi: meson_spifc_a1: Switch to io{read,write}32_rep() by Igor Prusov · Tue Nov 14 14:02:55 2023 +0300
  31. 4f68b77 asm-generic: Import functions from Linux by Igor Prusov · Tue Nov 14 14:02:54 2023 +0300
  32. 3433f53 xtensa: io.h: Add defines for ins/outs functions by Igor Prusov · Tue Nov 14 14:02:53 2023 +0300
  33. 3caad58 powerpc: io.h: Add defines for __raw_{read, write} functions by Igor Prusov · Tue Nov 14 14:02:52 2023 +0300
  34. 11606c0 nios2: io.h: Add defines for ins/outs functions by Igor Prusov · Tue Nov 14 14:02:51 2023 +0300
  35. 929c820 riscv: io.h: Fix signatures of reads/writes functions by Igor Prusov · Tue Nov 14 14:02:50 2023 +0300
  36. cde3882 riscv: io.h: Add defines for reads/writes functions by Igor Prusov · Tue Nov 14 14:02:49 2023 +0300
  37. b7f6844 mips: io.h: Add defines for read/write/in/out functions by Igor Prusov · Tue Nov 14 14:02:48 2023 +0300
  38. b6842aa mips: io.h: Add const to reads functions params by Igor Prusov · Tue Nov 14 14:02:47 2023 +0300
  39. a94fed4 x86: Add defines for ins/outs functions by Igor Prusov · Tue Nov 14 14:02:46 2023 +0300
  40. 91341f8 sandbox: move asm-generic include to the end of file by Igor Prusov · Tue Nov 14 14:02:45 2023 +0300
  41. c5c59c8 Merge patch series "sysinfo: Expand sysinfo with some more banner information" by Tom Rini · Tue Nov 28 12:53:14 2023 -0500
  42. e5d9ddc x86: coreboot: Add a sysinfo driver by Simon Glass · Sun Nov 12 19:58:29 2023 -0700
  43. c2e06e9 sysinfo: Allow displaying more info on startup by Simon Glass · Sun Nov 12 19:58:28 2023 -0700
  44. cda520e Revert "generic-board: make show_board_info a weak function" by Simon Glass · Sun Nov 12 19:58:27 2023 -0700
  45. 527f51f udoo: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:26 2023 -0700
  46. d44a110 toradex: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:25 2023 -0700
  47. 55c73c9 solidrun: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:24 2023 -0700
  48. 629d9b6 turris: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:23 2023 -0700
  49. d41f7aa meson: Use checkboard() instead of show_board_info() by Simon Glass · Sun Nov 12 19:58:22 2023 -0700
  50. bbd9f35 board: Move show_board_info() comment to header file by Simon Glass · Sun Nov 12 19:58:21 2023 -0700
  51. 6c43861 ARM: dts: tegra30: enable USB PHY node on some devices by Svyatoslav Ryhel · Fri Aug 25 20:23:14 2023 +0300
  52. 193e948 board: grouper: convert ASUS Google Nexus 7 (2012) to use DM PMIC by Svyatoslav Ryhel · Sat Aug 26 18:46:27 2023 +0300
  53. bf73217 board: transformer-t30: convert ASUS Transformers to use DM PMIC by Svyatoslav Ryhel · Sat Aug 26 18:39:29 2023 +0300
  54. 8c8fb85 board: endeavoru: convert HTC One X to use DM PMIC by Svyatoslav Ryhel · Sat Aug 26 18:35:35 2023 +0300
  55. 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
  56. 4f80988 ARM: tegra: call regulators_enable_boot_on on board init by Svyatoslav Ryhel · Tue Nov 28 09:09:41 2023 +0200
  57. 57595aa ARM: dts: Reuse I2C3 for NVEC by Thierry Reding · Mon Jul 10 11:22:18 2023 +0200
  58. 79dd0ef i2c: Bugfix in i2c_get_chip_by_phandle() by Philip Oberfichtner · Fri Nov 24 15:04:01 2023 +0100
  59. 75bbfcb Merge patch series "ufs: Add a PCI UFS controller support" by Tom Rini · Mon Nov 27 16:19:09 2023 -0500
  60. 93031d8 qemu: riscv: Enable UFS support by Bin Meng · Wed Oct 11 21:15:52 2023 +0800
  61. 3a478f9 ufs: Handle UFS 3.1 controllers by Bin Meng · Wed Oct 11 21:15:51 2023 +0800
  62. cc5801d ufs: Add a PCI based UFS controller driver by Bin Meng · Wed Oct 11 21:15:50 2023 +0800
  63. 1ac020d ufs: Allow mmio registers on the PCI bus by Bin Meng · Wed Oct 11 21:15:49 2023 +0800
  64. f508a77 pci_ids: Add Red Hat vendor and device IDs by Bin Meng · Wed Oct 11 21:15:48 2023 +0800
  65. 5b96203 cmd: ufs: Correct the help text by Bin Meng · Wed Oct 11 21:15:47 2023 +0800
  66. 3223e23 cmd: kconfig: Make ufs prompt look similar to other commands by Bin Meng · Wed Oct 11 21:15:46 2023 +0800
  67. 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
  68. 3816bea ufs: Correct the UFS terminlogy by Bin Meng · Wed Oct 11 21:15:44 2023 +0800
  69. 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
  70. 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
  71. 8549d17 Merge branch '2023-11-25-assorted-platform-updates' into next by Tom Rini · Sat Nov 25 12:32:48 2023 -0500
  72. 35ee068 net: Make NET imply NETDEVICES by Tom Rini · Wed Nov 08 19:12:25 2023 -0500
  73. d432345 boards: Disable NET on platforms without NETDEVICES by Tom Rini · Fri Nov 17 10:47:57 2023 -0500
  74. c32c95c board: nuvoton: update console environment variable by Jim Liu · Tue Nov 14 16:51:59 2023 +0800
  75. 4821e86 serial: npcm: support skip uart clock setting by Jim Liu · Tue Nov 14 16:51:58 2023 +0800
  76. e18ef7b configs: arbel: Enable full functions by Jim Liu · Tue Nov 14 16:51:57 2023 +0800
  77. 4ddc8d4 arm: dts: npcm845-evb: fix/add node and aliases by Jim Liu · Tue Nov 14 16:51:56 2023 +0800
  78. 031afd9 configs: draco: restore clock driver by Enrico Leto · Wed Nov 08 15:53:22 2023 +0100
  79. 957655a configs: draco: disable misc init by Enrico Leto · Wed Nov 08 15:53:21 2023 +0100
  80. b993e33 configs: draco: remove unused resources from spl by Enrico Leto · Wed Nov 08 15:53:20 2023 +0100
  81. 11abf00 configs: thuban, rastaban: remove emmc by Enrico Leto · Wed Nov 08 15:53:19 2023 +0100
  82. 6738c16 configs: draco: remove spi flash support by Enrico Leto · Wed Nov 08 15:53:18 2023 +0100
  83. e3a4bba siemens,am335x: clean-up draco targets by Enrico Leto · Wed Nov 08 15:53:17 2023 +0100
  84. 79fc64d Merge branch '2023-11-22-TI-K3-cleanups' into next by Tom Rini · Wed Nov 22 14:05:53 2023 -0500
  85. 83c9c23 arm: dts: k3-am68*: Sync with kernel v6.7-rc1 by Manorit Chawdhry · Fri Nov 17 10:32:57 2023 +0530
  86. b9b4083 arm: dts: k3-j721s2*: Sync with kernel v6.7-rc1 by Manorit Chawdhry · Fri Nov 17 10:32:56 2023 +0530
  87. 806b6f8 arm: dts: k3-*-binman: Move to using templated FITs by Neha Malcom Francis · Wed Nov 15 15:40:24 2023 +0530
  88. 86b363d arm: dts: k3-binman: Add support for FIT templates by Neha Malcom Francis · Wed Nov 15 15:40:23 2023 +0530
  89. b26b8cf arm: dts: k3-am625-sk-r5/u-boot: Drop duplicate bootph-nodes by Nishanth Menon · Tue Nov 14 21:28:57 2023 -0600
  90. a187bcb arm: dts: k3-am625-beagleplay-u-boot: drop duplicate bootph-nodes by Nishanth Menon · Tue Nov 14 21:28:56 2023 -0600
  91. 947dc7d arm: dts: k3-am625: Drop SoC provided bootph params from board u-boot/r5 dtsi by Nishanth Menon · Tue Nov 14 21:28:55 2023 -0600
  92. c72e8e7 arm: dts: k3-am625*: Sync with kernel v6.7-rc1 by Nishanth Menon · Tue Nov 14 21:28:54 2023 -0600
  93. 88a6b0a arm: dts: k3-am625-verdin-wifi-dev-u-boot.dtsi: Fix DMA with BCDMA by Roger Quadros · Tue Nov 14 22:28:56 2023 +0200
  94. 19c6f4e arm: dts: k3-j7200: Sync with Linux 6.7-rc1 by Reid Tonking · Mon Nov 13 14:43:09 2023 -0600
  95. fc3557f arm: k3: Enable instruction cache for main domain SPL by Joao Paulo Goncalves · Mon Nov 13 16:07:21 2023 -0300
  96. e526653e doc: board: ti: Add AM62A documentation by Jai Luthra · Mon Nov 13 08:51:49 2023 -0600
  97. 3ccf2e4 configs: am62ax_evm_a53_defconfig: switch to stdboot by Nishanth Menon · Mon Nov 13 08:51:48 2023 -0600
  98. da3e3c8 board: ti: am62ax: env: Set the boot_targets by Nishanth Menon · Mon Nov 13 08:51:47 2023 -0600
  99. aeb1f09 board: ti: am62ax: env: Use default findfdt by Nishanth Menon · Mon Nov 13 08:51:46 2023 -0600
  100. 5d8a84d configs: am62ax_evm_a53_defconfig: Enable networking by Nishanth Menon · Mon Nov 13 08:51:45 2023 -0600