1. e9cc772 Merge tag 'v2024.01-rc6' into next by Tom Rini · Wed Jan 03 09:22:47 2024 -0500
  2. 5d8ba08 cache: add sifive private L2 cache driver by Zong Li · Thu Dec 14 14:09:36 2023 +0000
  3. c2f70d4 spi: npcm_pspi: Fix the wrong clock divider calculation by Jim Liu · Tue Dec 26 10:00:06 2023 +0800
  4. a95de05 iommu: add qcom-hyp-smmu by Caleb Connolly · Mon Dec 11 18:41:42 2023 +0000
  5. 5cac4b8 iommu: add a connect op by Caleb Connolly · Mon Dec 11 18:41:41 2023 +0000
  6. ed247d7 iommu: fix compilation when CONFIG_PCI disabled by Caleb Connolly · Mon Dec 11 18:41:40 2023 +0000
  7. 1bee07a global: Remove duplicate common.h inclusions by Tom Rini · Thu Dec 14 13:16:48 2023 -0500
  8. 1bbf41d global: Drop common.h inclusion by Tom Rini · Thu Dec 14 13:16:47 2023 -0500
  9. b7f7046 arm: Partial cleanup and audit usage of <config.h> by Tom Rini · Thu Dec 14 13:16:45 2023 -0500
  10. 8fac3d4 global: Restrict use of '#include <linux/kconfig.h>' by Tom Rini · Thu Dec 14 07:16:54 2023 -0500
  11. bd83927 Merge tag 'u-boot-amlogic-next-20231220' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next by Tom Rini · Wed Dec 20 08:34:12 2023 -0500
  12. 1396110 drivers: pinctrl: tegra: incorporate existing code by Svyatoslav Ryhel · Mon Nov 27 11:54:21 2023 +0200
  13. c53f4c0 drivers: pinctrl: create Tegra DM pinctrl driver by Svyatoslav Ryhel · Sun Nov 26 17:54:03 2023 +0200
  14. a0c7106 mmc: tegra: use max-frequency from device tree if provided by Peter Geis · Tue Dec 19 15:35:52 2023 +0200
  15. 5aeca6a drivers: gpio-uclass: support PMIC GPIO children by Svyatoslav Ryhel · Wed Jul 26 17:10:06 2023 +0300
  16. 32648d3 drivers: gpio: implement PALMAS GPIO cell by Svyatoslav Ryhel · Fri Jul 21 10:50:15 2023 +0300
  17. 16360b8 drivers: gpio: implement MAX77663 GPIO cell by Svyatoslav Ryhel · Sat Jul 15 22:25:03 2023 +0300
  18. be33e10 Merge patch series "Add support for MediaTek MT8365 EVK Board" by Tom Rini · Tue Dec 19 10:09:14 2023 -0500
  19. e9e0fee clk: mediatek: add clock driver support for MediaTek MT8365 SoC by Julien Masson · Mon Dec 04 11:48:52 2023 +0100
  20. 7d6a56e mmc: mediatek: set b_max according CONFIG_SYS_MMC_MAX_BLK_COUNT by Julien Masson · Mon Dec 04 14:41:45 2023 +0100
  21. 11129b0 gpio: dw: Drop unused headers by Maksim Kiselev · Thu Nov 30 00:47:31 2023 +0300
  22. 6df6e36 tee: optee: don't enumerate services if there ain't any by Etienne Carriere · Wed Nov 29 13:37:53 2023 +0100
  23. 3b052ce tee: optee: don't fail on services enumeration failure by Etienne Carriere · Wed Nov 29 13:37:52 2023 +0100
  24. a962c2e remoteproc: k3-dsp: Avoid reloading of firmware by Udit Kumar · Sat Nov 25 23:59:39 2023 +0530
  25. 28fade7 net: Add Amlogic GXL MDIO Mux driver by Neil Armstrong · Wed Dec 13 10:30:12 2023 +0100
  26. 0dd0659 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · Mon Dec 18 09:56:58 2023 -0500
  27. 4c40bb0 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · Mon Dec 18 09:56:42 2023 -0500
  28. 08ccd54 Merge tag 'v2024.01-rc5' into next by Tom Rini · Mon Dec 18 08:31:50 2023 -0500
  29. 55a3587 timer: starfive: Add Starfive timer support by Kuan Lim Lee · Mon Dec 11 10:22:10 2023 +0800
  30. a9f05a0 Merge tag 'clk-2024.01-next' of https://source.denx.de/u-boot/custodians/u-boot-clk into next by Tom Rini · Fri Dec 15 17:49:13 2023 -0500
  31. e89289c test: dm: clk_ccf: test ccf_clk_ops by Yang Xiwen · Sat Dec 16 02:28:52 2023 +0800
  32. f071d55 clk: nuvoton: add read only feature for clk driver by Jim Liu · Tue Nov 14 17:00:04 2023 +0800
  33. 1a3427b clk: treewide: switch to clock dump from clk_ops by Igor Prusov · Thu Nov 09 13:55:15 2023 +0300
  34. 8baf365 clk: amlogic: Move driver and ops structs by Igor Prusov · Thu Nov 09 13:55:12 2023 +0300
  35. 10ceddf clk: k210: Move soc_clk_dump function by Igor Prusov · Thu Nov 09 13:55:11 2023 +0300
  36. 43d8518 clk: ast2600: Move soc_clk_dump function by Igor Prusov · Thu Nov 09 13:55:10 2023 +0300
  37. b8704af clk: zynq: Move soc_clk_dump to Zynq clock driver by Igor Prusov · Thu Nov 09 13:55:09 2023 +0300
  38. 46c8190 clk: Check that composite clock's div has set_rate() by Igor Prusov · Wed Dec 06 02:23:33 2023 +0300
  39. cb34b1c clk: get correct ops for clk_enable() and clk_disable() by Yang Xiwen · Sun Nov 19 06:10:06 2023 +0800
  40. 470fba1 clk: check parent_name in clk_register to avoid confusing log_error() output by Yang Xiwen · Sat Nov 11 03:19:52 2023 +0800
  41. 7228862 board: stm32f469-disco: add support to display by Dario Binacchi · Mon Dec 11 23:05:55 2023 +0100
  42. 8dcbf81 clk: stm32f: fix setting of LCD clock by Dario Binacchi · Sat Nov 11 11:46:19 2023 +0100
  43. c447a08 clk: stm32f: fix setting of division factor for LCD_CLK by Dario Binacchi · Sat Nov 11 11:46:18 2023 +0100
  44. 471211e ddr: imx: Add 3600 MTps rate support by Marek Vasut · Sat Dec 02 02:48:40 2023 +0100
  45. 00241ca ddr: imx: Handle 3734 in addition to 3733 and 3732 MTps rates by Marek Vasut · Sat Dec 02 02:48:00 2023 +0100
  46. 49107fb Merge tag 'xilinx-for-v2024.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Thu Dec 14 13:27:11 2023 -0500
  47. bc6c753 spi: cadence-quadspi: Fix error message on stuck busy state by Jan Kiszka · Mon Oct 30 17:20:29 2023 +0100
  48. 47f424b mtd: spi-nor-ids: add support for xtx XT55Q02G by Bruce Suen · Tue Oct 17 23:38:02 2023 -0400
  49. 175ce49 mtd: spinand: add support for ESMT F50x1G41LB by Igor Prusov · Tue Oct 17 22:29:26 2023 +0300
  50. d3bee87 mtd: spi-nor-core: Implement spi_nor_read_sfdp_dma_unsafe() for sfdp parse by Vaishnav Achath · Fri Jun 03 12:31:32 2022 +0530
  51. a9502536 Merge tag 'u-boot-imx-next-20231214' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · Thu Dec 14 07:37:02 2023 -0500
  52. f4c8cf2 fdt: Check for a valid fdt in oftree_ensure() by Simon Glass · Sun Nov 12 08:27:45 2023 -0700
  53. 2c1fd4a acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.h by Heinrich Schuchardt · Thu Nov 09 09:23:02 2023 -0800
  54. ad5fa1a Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · Wed Dec 13 11:51:53 2023 -0500
  55. 793a98e command: Introduce functions to obtain command arguments by Simon Glass · Sat Nov 18 14:05:20 2023 -0700
  56. ff4d6e3 Merge patch series "some LED patches" by Tom Rini · Wed Dec 13 11:25:18 2023 -0500
  57. 72b5a88 led: add TI LP5562 LED driver by Doug Zobel · Fri Nov 17 12:38:11 2023 +0100
  58. 073475a led: led_pwm: use led_bind_generic() helper by Rasmus Villemoes · Fri Nov 17 12:38:10 2023 +0100
  59. e2828a4 led: led_gpio: use led_bind_generic() helper by Rasmus Villemoes · Fri Nov 17 12:38:09 2023 +0100
  60. 49ba9f0 led: introduce led_bind_generic() by Rasmus Villemoes · Fri Nov 17 12:38:08 2023 +0100
  61. 128f87a led-uclass: do not create fallback label for top-level node by Rasmus Villemoes · Fri Nov 17 12:38:07 2023 +0100
  62. ad3401f led-uclass: honour ->label field populated by driver's own .bind by Rasmus Villemoes · Fri Nov 17 12:38:06 2023 +0100
  63. 0d84dcd clk: zynqmp: enable topsw_lsbus clock by Venkatesh Yadav Abbarapu · Mon Dec 04 14:15:15 2023 +0530
  64. 1c1a884 drivers: misc: Kconfig: Fix SPL_FS_LOADER prompt by Alexander Gendin · Mon Nov 20 20:21:51 2023 +0000
  65. e5e8523 clk: imx8mn: add pwm clocks by Nicolas Heemeryck · Mon Dec 11 11:06:13 2023 +0100
  66. b077e20 phy: phy-imx8mq-usb: Remove .exit operation by Fabio Estevam · Thu Oct 19 09:36:09 2023 -0300
  67. 0b4e859 net: phy: realtek: Add support for RTL8211F(D)(I)-VD-CG by Sébastien Szymanski · Tue Oct 17 11:45:00 2023 +0200
  68. 28b7fc4 net: dwc_eth_qos: add i.MX93 support by Sébastien Szymanski · Tue Oct 17 11:44:58 2023 +0200
  69. 661f03e ddr: imx: Save the FW loading if it hasn't changed by Shawn Guo · Mon Jan 02 20:20:34 2023 +0800
  70. a7c0d3f mailbox: zynqmp: support mulitple mboxes via device-tree by Tanmay Shah · Mon Dec 04 13:56:19 2023 -0800
  71. 2695407 mailbox: add el3 support only for zynqmp platform by Tanmay Shah · Mon Dec 04 13:56:18 2023 -0800
  72. b739906 mailbox: zynqmp: support smc calls to TF-A by Tanmay Shah · Mon Dec 04 13:56:17 2023 -0800
  73. 732225a drivers: xilinx_spi: Probe fifo_depth at runtime by Mayuresh Chitale · Thu Nov 16 22:13:36 2023 +0530
  74. 73f425f drivers: xilinx_spi: Add xfer callback by Mayuresh Chitale · Thu Nov 16 22:13:35 2023 +0530
  75. 22c9724 drivers: xilinx_spi: Use udevice in start_tranfer by Mayuresh Chitale · Thu Nov 16 22:13:34 2023 +0530
  76. 46944e1 pci: xilinx: Enable MMIO region by Mayuresh Chitale · Thu Nov 16 22:21:03 2023 +0530
  77. e45286a pci: xilinx: Fix "reg" not found error by Mayuresh Chitale · Thu Nov 16 22:21:02 2023 +0530
  78. 69e5104 net: axi_emac: Use reg property for DMA registers by Mayuresh Chitale · Thu Nov 16 22:10:24 2023 +0530
  79. f3142e7 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · Sat Dec 09 14:35:44 2023 -0500
  80. c26a43d mtd: spi-nor: add flash model w25q01/02 support by Jim Liu · Tue Sep 26 17:10:24 2023 +0800
  81. 88f5304 spi: cadence_qspi: Select flash subnode at runtime by Udit Kumar · Tue Sep 12 15:20:35 2023 +0530
  82. 186d197 mtd: spi-nor: Add MT25QU128AB params by Godfrey Mwangi · Fri Aug 04 13:35:01 2023 -0700
  83. 1b10763 mtd: spi-nor: Add MT25U01G part number for SPI NOR Flash by Jit Loon Lim · Fri Aug 04 10:27:12 2023 +0800
  84. 8990e6d drivers: mtd: spi: Add support for GD55LB02GEBIR SPI NOR flash by Teik Heng Chong · Fri Aug 04 10:25:48 2023 +0800
  85. c200d36 sunxi: H616: remove default AXP305 selection by Andre Przywara · Tue Oct 17 17:08:52 2023 +0100
  86. 2881b1c mtd: spi-nor: Add support for zBIT ZB25VQ128 by Andre Przywara · Mon Nov 13 01:16:48 2023 +0000
  87. d7cd2da mtd: spi-nor: Add support for Silicon Kaiser sk25lp128 by Jonas Karlman · Wed Jul 26 21:44:03 2023 +0000
  88. 9f3f08c spi: bcm63xx-hsspi: Fix compiler warning by William Zhang · Fri Aug 11 19:03:19 2023 -0700
  89. e8a348f watchdog: Add StarFive Watchdog driver by Chanho Park · Mon Nov 06 08:13:16 2023 +0900
  90. 020e1b0 clk: starfive: jh7110: Add watchdog clocks by Chanho Park · Mon Nov 06 08:13:15 2023 +0900
  91. bc761d5 Merge tag 'v2024.01-rc4' into next by Tom Rini · Mon Dec 04 21:39:57 2023 -0500
  92. dfd3012 watchdog: Correct watchdog timeout print message by Chanho Park · Sun Dec 03 17:30:40 2023 +0900
  93. 9c83bad usb: USB_XHCI_PCI depends on PCI by Heinrich Schuchardt · Mon Nov 20 15:56:36 2023 +0100
  94. 39076d9 usb: dwc3-generic: Use combined glue and ctrl node for RK3588 by Jonas Karlman · Sun Nov 12 15:25:25 2023 +0000
  95. 0238088 usb: xhci: Fix DMA address calculation in queue_trb by Hector Martin · Sun Oct 29 15:37:44 2023 +0900
  96. 2778307 usb: xhci: Do not panic on event timeouts by Hector Martin · Sun Oct 29 15:37:43 2023 +0900
  97. 1b823e2 usb: xhci: Fail on attempt to queue TRBs to a halted endpoint by Hector Martin · Sun Oct 29 15:37:42 2023 +0900
  98. 6d20437 usb: xhci: Recover from halted bulk endpoints by Hector Martin · Sun Oct 29 15:37:41 2023 +0900
  99. f28db6b usb: xhci: Allow context state errors when halting an endpoint by Hector Martin · Sun Oct 29 15:37:40 2023 +0900
  100. 191772f usb: xhci: Better error handling in abort_td() by Hector Martin · Sun Oct 29 15:37:39 2023 +0900