1. d32dddb Merge patch series "Fix IOVA allocation in Apple dart iommu after global LMB mem map changes" by Tom Rini · Mon Nov 11 07:26:50 2024 -0600
  2. 5fffd97 iommu: apple: Manage IOVA separately from global LMB mem map by Janne Grunau · Mon Nov 11 07:56:34 2024 +0100
  3. 3a21528 Merge tag 'u-boot-rockchip-20241111' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Mon Nov 11 07:25:25 2024 -0600
  4. 22980e4 pinctrl: rockchip: allow to build for TPL by Quentin Schulz · Wed Nov 06 12:29:41 2024 +0100
  5. a2f7500 mtd: spi-nor: Fix integer overflow in stacked memories support by Marek Vasut · Sun Nov 03 00:57:31 2024 +0100
  6. 23cfd6f driver: sifive ccache: enable TRUNKCLOCKGATE and REGIONCLOCKGATE by Nick Hu · Wed Oct 30 15:58:36 2024 +0800
  7. 52234d6 bios_emulator: fix first argument of pci_{read,write}_config_* function calls by Yuri Zaporozhets · Wed Oct 30 20:38:20 2024 +0100
  8. a560ab6 drivers/video/vesa: use MTRRs only on x86 by Yuri Zaporozhets · Wed Oct 30 14:17:33 2024 +0100
  9. eb432ac bios_emulator: define the comment symbol for RISC-V assembler too by Yuri Zaporozhets · Wed Oct 30 14:00:51 2024 +0100
  10. f66139f dm: core: Add a function to see if a device exists by Simon Glass · Sat Oct 19 09:21:49 2024 -0600
  11. 99ba465 clk: renesas: Fix missing unbind on driver look up failure by Marek Vasut · Thu Sep 05 00:34:20 2024 +0200
  12. 18afb60 scsi: fix disk capacity too small by one sector by Julius Lehmann · Sat Oct 26 20:06:44 2024 +0200
  13. e801e93 mtd: spi-nor: Guard SPI_STACKED_PARALLEL with DM_SPI check by Tom Rini · Thu Oct 31 11:47:25 2024 -0600
  14. 0cdd721 Merge patch series "mtd: spi-nor: Remove recently added nor->addr_width == 3 test" by Tom Rini · Thu Oct 31 10:50:25 2024 -0600
  15. 877c81b mtd: spi-nor: Always build SPI_STACKED_PARALLEL code by Marek Vasut · Sat Oct 26 22:16:26 2024 +0200
  16. 41bd923 mtd: spi-nor: Rename SPI_ADVANCE to SPI_STACKED_PARALLEL by Marek Vasut · Sat Oct 26 22:16:25 2024 +0200
  17. a73c915 mtd: spi-nor: Rewrite rem_bank_len calculation by Marek Vasut · Sat Oct 26 22:16:24 2024 +0200
  18. 1488815 mtd: spi-nor: Fix multiple coding style issues by Marek Vasut · Sat Oct 26 22:16:23 2024 +0200
  19. 8535321 mtd: spi-nor: Remove recently added SST special case by Marek Vasut · Sat Oct 26 22:16:22 2024 +0200
  20. 16157c4 mtd: spi-nor: Remove recently added write_disable() call by Marek Vasut · Sat Oct 26 22:16:21 2024 +0200
  21. ef4457b mtd: spi-nor: Remove recently added set_4byte() call by Marek Vasut · Sat Oct 26 22:16:20 2024 +0200
  22. 19798e6 mtd: spi-nor: Remove recently added spi_nor_wait_till_ready() call by Marek Vasut · Sat Oct 26 22:16:19 2024 +0200
  23. 0d56fb4 mtd: spi-nor: Remove recently added nor->addr_width == 3 test by Marek Vasut · Sat Oct 26 22:16:18 2024 +0200
  24. cb27a6a Merge tag 'u-boot-imx-master-20241029' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Tue Oct 29 18:46:08 2024 -0600
  25. a60eb3c Merge patch series "memory: ti-aemif: Add DM support" by Tom Rini · Tue Oct 29 18:45:51 2024 -0600
  26. e0387d2 memory: ti-aemif-cs: Compute timing configuration from DT parsing by Bastien Curutchet · Mon Oct 21 17:13:30 2024 +0200
  27. 9c07323 memory: ti-aemif: Add DM support by Bastien Curutchet · Mon Oct 21 17:13:29 2024 +0200
  28. 4d1ee40 memory: ti-aemif: Wrap the CS configuration into a function by Bastien Curutchet · Mon Oct 21 17:13:28 2024 +0200
  29. 0546079 memory: ti-aemif: Add ARCH_DAVINCI to architectures that uses TI_AEMIF by Bastien Curutchet · Mon Oct 21 17:13:27 2024 +0200
  30. 9f35e40 memory: ti-aemif: Make AEMIF driver architecture agnostic by Bastien Curutchet · Mon Oct 21 17:13:26 2024 +0200
  31. d0517bc memory: ti-aemif: Correct macro to ensure avoiding precedence issues by Bastien Curutchet · Mon Oct 21 17:13:25 2024 +0200
  32. 2a38fa4 Merge patch series "Support Aspeed SGPIO controller" by Tom Rini · Tue Oct 29 12:12:09 2024 -0600
  33. 9c3cf05 net: dwc_eth_qos: Remove obsolete imx8 includes by Erik Schumacher · Mon Oct 28 15:30:56 2024 +0000
  34. 73c4dc9 net: dwc_eth_qos_imx: Add platform specific reset for i.MX93 by Erik Schumacher · Mon Oct 28 15:30:17 2024 +0000
  35. bc84dba net: dwc_eth_qos: Add support for platform specific reset by Erik Schumacher · Mon Oct 28 15:29:42 2024 +0000
  36. 5d1b89f ARM: dts: ast2600: Add SGPIO to device tree by Billy Tsai · Wed Oct 16 16:59:55 2024 +0800
  37. 4f62b6e ARM: dts: ast2500: Add SGPIO to device tree by Billy Tsai · Wed Oct 16 16:59:54 2024 +0800
  38. 71aeeec gpio: Add Aspeed SGPIO driver by Billy Tsai · Wed Oct 16 16:59:53 2024 +0800
  39. e2d4d26 dm: core: downgrade some dm_warn messages to log_debug() by Quentin Schulz · Tue Oct 15 16:32:14 2024 +0200
  40. 2fd6a2f Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Tue Oct 29 07:37:21 2024 -0600
  41. 54713d6 clk: microchip: mpfs: support new syscon based devicetree configuration by Conor Dooley · Wed Oct 23 11:17:52 2024 +0100
  42. a262542 mmc: renesas-sdhi: Add compatible string for rzg2l-sdhi by Paul Barker · Wed Oct 23 11:53:19 2024 +0100
  43. eaeeea3 gpio: dw: Add ngpios DT-property support by Maksim Kiselev · Fri Sep 20 12:05:23 2024 +0300
  44. 8fa34f0 Merge patch series "Implement ACPI on aarch64" by Tom Rini · Sun Oct 27 17:14:22 2024 -0600
  45. 2e97892 arm: mach-bcm283x: Add ARMV8_MULTIENTRY support by Patrick Rudolph · Wed Oct 23 15:20:16 2024 +0200
  46. 3ed3a4d arm: mach-bcm283x: Bring in some header files from tianocore by Simon Glass · Wed Oct 23 15:20:10 2024 +0200
  47. 613f1ed drivers/arm: Implement acpi_fill_madt by Patrick Rudolph · Wed Oct 23 15:20:06 2024 +0200
  48. 0fe88cc drivers: misc: irq-uclass: Update irq_get_by_index by Patrick Rudolph · Wed Oct 23 15:20:05 2024 +0200
  49. d9078be drivers/cpu: Add generic armv8 cpu driver by Patrick Rudolph · Wed Oct 23 15:20:01 2024 +0200
  50. 33169ec drivers: ata: Rename ahci_mvebu by Patrick Rudolph · Wed Oct 23 15:20:00 2024 +0200
  51. a3782b1 drivers: usb: Add generic XHCI by Patrick Rudolph · Wed Oct 23 15:19:59 2024 +0200
  52. bff7c57 acpi: Add fill_madt to acpi_ops by Patrick Rudolph · Wed Oct 23 15:19:51 2024 +0200
  53. b25c422 serial: serial_pl01x: Implement .getinfo() for PL01 by Maximilian Brune · Wed Oct 23 15:19:48 2024 +0200
  54. 7bea69e Merge a patch series to improve dc2114x support by Tom Rini · Sun Oct 27 10:15:43 2024 -0600
  55. d674d62 Merge patch series "net: ksz9477: add support for KSZ GbE switches using SPI bus" by Tom Rini · Sun Oct 27 10:19:57 2024 -0600
  56. 9c26b2d Merge patch series "Add driver for Motorcomm YT8821 2.5G ethernet phy" by Tom Rini · Sun Oct 27 10:19:06 2024 -0600
  57. 9a8eb7f net: recv(): return -EAGAIN instead of 0 when no cleanup is expected by Jerome Forissier · Wed Oct 09 11:42:08 2024 +0200
  58. 98a124d net: ksz9477: add support for KSZ GbE switches using SPI bus by Romain Naour · Tue Oct 08 09:54:32 2024 +0200
  59. 9d3bde3 net: ksz9477: prepare ksz9477 without I2C support by Romain Naour · Tue Oct 08 09:54:31 2024 +0200
  60. 5d00695 net: ksz9477: rename ksz_i2c_probe() to ksz_probe() by Romain Naour · Tue Oct 08 09:54:30 2024 +0200
  61. a4ee694 net: ksz9477: store ksz bus operations functions by Romain Naour · Tue Oct 08 09:54:29 2024 +0200
  62. 73cb1f4 net: ksz9477: set i2c bus offset length only when needed by Romain Naour · Tue Oct 08 09:54:28 2024 +0200
  63. a4ce927 net: ksz9477: rename udevice_id tab to ksz_ids by Romain Naour · Tue Oct 08 09:54:27 2024 +0200
  64. e86de9e net: ksz9477: add KSZ9896 switch support by Romain Naour · Tue Oct 08 09:54:26 2024 +0200
  65. 8eb44ec net: ksz9477: remove dev_set_parent_priv() call by Romain Naour · Tue Oct 08 09:54:25 2024 +0200
  66. 8f62e92 net: ksz9477: move struct ksz_dsa_priv *priv declaration by Romain Naour · Tue Oct 08 09:54:24 2024 +0200
  67. 63f2cad net: phy: motorcomm: Add driver for Motorcomm YT8821 2.5G ethernet phy by Frank Sae · Thu Sep 12 05:02:25 2024 -0700
  68. 8e896f2 net: phy: motorcomm: Optimize phy speed mask to be compatible to YT8821 by Frank Sae · Thu Sep 12 05:02:24 2024 -0700
  69. 53bad6b net: dc2114x: remove the pass all multicast flag in operation mode settings by Hanyuan Zhao · Fri Aug 09 16:57:01 2024 +0800
  70. 4e4e1b9 net: dc2114x: allow users to decide how to tx packets according to IP core by Hanyuan Zhao · Fri Aug 09 16:57:00 2024 +0800
  71. a34fa7d net: dc2114x: allow users to decide whether to detect the tx No Carrier errors by Hanyuan Zhao · Fri Aug 09 16:56:59 2024 +0800
  72. 2e6ec85 net: dc2114x: remove unused lines and change the var and print types by Hanyuan Zhao · Fri Aug 09 16:56:58 2024 +0800
  73. b618201 net: dc2114x: add support for CPUs that have cache between the memory and the card by Hanyuan Zhao · Fri Aug 09 16:56:57 2024 +0800
  74. 66c2861 net: dc2114x: set the card number to start at zero by Hanyuan Zhao · Fri Aug 09 16:56:56 2024 +0800
  75. 9bea14b net: dc2114x: get mac address from environment by Hanyuan Zhao · Fri Aug 09 16:56:55 2024 +0800
  76. a45684c net: dc2114x: add support for platforms that don't have pci controllers by Hanyuan Zhao · Fri Aug 09 16:56:54 2024 +0800
  77. 2543240 Merge tag 'u-boot-rockchip-20241026' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Sat Oct 26 08:10:31 2024 -0600
  78. 2569c52 adc: rockchip-saradc: Use vdd-microvolts prop as fallback by Jonas Karlman · Thu Oct 17 20:00:26 2024 +0000
  79. b7db8d3 adc: Allow use of adc with DM_REGULATOR disabled by Jonas Karlman · Thu Oct 17 20:00:25 2024 +0000
  80. 0f53fd1 Merge tag 'u-boot-imx-master-20241025a' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Fri Oct 25 18:51:05 2024 -0600
  81. 2b25084 imx: imxrt1050-evk: Fix missing clocks for mmc by Jesse Taube · Thu Oct 24 22:02:26 2024 -0400
  82. 7a10a78 Merge tag 'xilinx-for-v2025.01-rc1-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Fri Oct 25 11:55:23 2024 -0600
  83. f89dff1 Merge tag 'u-boot-dfu-20241025' of https://source.denx.de/u-boot/custodians/u-boot-dfu by Tom Rini · Fri Oct 25 08:35:56 2024 -0600
  84. 9e11b66 spi: zynq_qspi: Add missing prototype for update_stripe by Venkatesh Yadav Abbarapu · Wed Oct 16 10:14:02 2024 +0530
  85. 6c4131f rockchip: px30: clk: add UART0 clock getter/setter by Lukasz Czechowski · Thu Aug 22 12:33:15 2024 +0200
  86. cc8f3ea mmc: fsl_esdhc: Convert to use livetree API for fdt access by Tim Harvey · Wed Oct 23 13:28:55 2024 -0700
  87. 815a1d5 i2c: mxc_i2c: Convert to use livetree API for fdt access by Tim Harvey · Wed Oct 23 13:28:54 2024 -0700
  88. 87f4303 imx: power-domain: Convert to use livetree API for fdt access by Tim Harvey · Wed Oct 23 13:28:53 2024 -0700
  89. adf72e0 pinctrl: imx: Convert to use livetree API for fdt access by Tim Harvey · Wed Oct 23 13:28:52 2024 -0700
  90. e2c7643 imx: Support i.MX93 9X9 QSB board by Peng Fan · Wed Oct 23 12:03:17 2024 +0800
  91. 7be9d7b block: make blk_create_device() static by Heinrich Schuchardt · Fri Oct 18 03:30:15 2024 +0200
  92. 98637ff rockchip: block: simplify rkmtd driver by Heinrich Schuchardt · Fri Oct 18 03:30:13 2024 +0200
  93. b11041c mcp230xx_gpio.c: Add a missing include file. by Philip Balister · Fri Oct 18 17:19:57 2024 -0400
  94. a2e4310 mtd: spi-nor: Add mt35xu01gbba octal mode SPI NOR flash by Han Xu · Sun Oct 06 07:46:20 2024 +0800
  95. 7719250 mtd: spi-nor-ids: Add Puya Semiconductor chips description by Dmitry Dunaev · Mon Feb 26 13:25:20 2024 +0300
  96. 2e3e0c9 dfu: sf: rely on DT for spi speed and mode by Neil Armstrong · Tue Oct 01 18:06:12 2024 +0200
  97. bae005f watchdog: introduce separate SPL symbol for WDT_GPIO by Rasmus Villemoes · Mon Oct 07 19:47:16 2024 +0200
  98. f2811fa ddr: altera: include u-boot/schedule.h by Rasmus Villemoes · Thu Oct 03 23:28:00 2024 +0200
  99. 6ec3890 i2c: rzg2l: include u-boot/schedule.h by Rasmus Villemoes · Thu Oct 03 23:27:59 2024 +0200
  100. 1654d38 led: include cyclic.h in led_sw_blink.c by Rasmus Villemoes · Thu Oct 03 23:27:52 2024 +0200