1. 72f2797 imx: power-domain: Describe the i.MX8 MEDIAMIX domain by Miquel Raynal · Thu Apr 03 09:39:08 2025 +0200
  2. af602c0 clk: imx8mp: Add media related clocks by Miquel Raynal · Thu Apr 03 09:39:07 2025 +0200
  3. 06ed64d clk: Ensure the parent clocks are enabled while reparenting by Miquel Raynal · Thu Apr 03 09:39:06 2025 +0200
  4. 0654e13 power-domain: Add refcounting by Miquel Raynal · Thu Apr 03 09:39:05 2025 +0200
  5. 2061165 dm: core: Add a helper to retrieve devices through graph endpoints by Miquel Raynal · Thu Apr 03 09:39:03 2025 +0200
  6. 5108309 core: ofnode_graph: Fix a comment by Miquel Raynal · Thu Apr 03 09:39:01 2025 +0200
  7. eb82d24 Merge patch series "scsi: ensure writes are flushed to disk" by Tom Rini · Thu Apr 10 14:21:46 2025 -0600
  8. bd442ac ata: ahci: implement SCSI_SYNC_CACHE by Caleb Connolly · Wed Mar 26 13:24:10 2025 +0100
  9. 8dd0379 scsi: sync cache on write by Caleb Connolly · Wed Mar 26 13:24:09 2025 +0100
  10. b47af8e scsi: fix typo in setup_read_ext() by Caleb Connolly · Wed Mar 26 13:24:08 2025 +0100
  11. bd8e8e4 usb: gadget: atmel: Add SAM9X60 support by Zixun LI · Mon Mar 31 18:26:07 2025 +0200
  12. d52642c usb: gadget: f_mass_storage: Fix memory leak of fsg buffers by Mattijs Korpershoek · Fri Mar 28 09:15:44 2025 +0100
  13. 61e26c3 usb: gadget: f_mass_storage: Fix NULL dereference in fsg_add() by Mattijs Korpershoek · Fri Mar 28 09:15:43 2025 +0100
  14. 4179923 usb: gadget: f_mass_storage: Drop invalid kfree() in fsg_common_release() by Mattijs Korpershoek · Fri Mar 28 09:15:42 2025 +0100
  15. 73d7174 usb: gadget: f_mass_storage: Remove kref structure use by Mattijs Korpershoek · Fri Mar 28 09:15:41 2025 +0100
  16. add3170 fastboot: lift restrictions on !NET_LWIP for USB by Michael Walle · Wed Mar 12 08:36:55 2025 +0100
  17. 1000bb0 usb: dwc3: gadget: Fix excepts/expects typo by Marek Vasut · Mon Mar 24 15:39:43 2025 +0100
  18. 0be8a04 Merge patch series "Annotate switch/case fallthrough cases" by Tom Rini · Tue Apr 08 16:24:12 2025 -0600
  19. a50e5c6 mtd: rawnand: nand_base: annotate switch/case fallthrough by Andre Przywara · Thu Mar 27 15:33:10 2025 +0000
  20. a37d634 mtd: spi-nor-tiny: annotate switch/case fallthrough by Andre Przywara · Thu Mar 27 15:33:09 2025 +0000
  21. 2a006fe mtd: ubi: annotate fallthrough by Andre Przywara · Thu Mar 27 15:33:07 2025 +0000
  22. bb6b6aa net: e1000: annotate switch/case fallthrough by Andre Przywara · Thu Mar 27 15:33:06 2025 +0000
  23. 0cff09f video: annotate switch/case fall-through by Andre Przywara · Thu Mar 27 15:33:05 2025 +0000
  24. 40ced58 usb: xhci: annotate switch/case fallthrough properly by Andre Przywara · Thu Mar 27 15:33:04 2025 +0000
  25. f1f3f5d usb: ohci-hcd: annotate switch/case fallthrough by Andre Przywara · Thu Mar 27 15:33:03 2025 +0000
  26. 252d7d3 net: sun8i-emac: annotate fallthrough by Andre Przywara · Thu Mar 27 15:33:02 2025 +0000
  27. 1e465ae fastboot: annotate switch/case fallthrough case by Andre Przywara · Thu Mar 27 15:33:01 2025 +0000
  28. 1a5691c gadget: f_thor: annotate switch/case fallthrough by Andre Przywara · Thu Mar 27 15:32:58 2025 +0000
  29. 93504a3 ata: ahci: remove bad free by Vincent Stehlé · Mon Mar 24 09:34:06 2025 +0100
  30. 811f973 Merge tag 'ubifixes-for-2025.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ubi by Tom Rini · Tue Apr 08 15:07:23 2025 -0600
  31. 74a3f8f Merge branch 'next' by Tom Rini · Mon Apr 07 16:40:02 2025 -0600
  32. 7839f9f ubi: fix bug creating partitions for non-existent volumes by Oskar Nilsson · Wed Mar 26 10:22:44 2025 +0100
  33. d2ddf7e Merge patch series "Enable MUX_MMIO at SPL stage" by Tom Rini · Sat Apr 05 09:35:30 2025 -0600
  34. bb6cc99 arm: mach-k3: j721e: Split out J7200 SoC support from J721e by Andrew Davis · Wed Mar 19 13:54:58 2025 -0500
  35. ead1993 mux: Kconfig: Add Kconfig options for MUX_MMIO by Anurag Dutta · Thu Mar 20 12:00:02 2025 +0530
  36. dbbbbfb Merge patch series "cmd: fuse: Introduce fuse writebuff sub-system and clean up" by Tom Rini · Fri Apr 04 12:25:11 2025 -0600
  37. cc7e7fd drivers: k3_fuse: Add fuse sub-system func calls by Harsha Vardhan V M · Wed Mar 19 14:17:13 2025 +0530
  38. e0cedb8 Merge patch series "membuff: Add tests and update to support a flag for empty/full" by Tom Rini · Thu Apr 03 16:54:59 2025 -0600
  39. f7e87f9 membuf: Rename struct by Simon Glass · Tue Mar 18 16:20:44 2025 +0100
  40. ceefc78 membuff: Rename functions to have membuf_ prefix by Simon Glass · Tue Mar 18 16:20:42 2025 +0100
  41. 36b720f Merge patch series "x86: Improve operation under QEMU" by Tom Rini · Thu Apr 03 11:43:38 2025 -0600
  42. f32df8d x86: emulation: Support BLOBLIST_TABLES properly by Simon Glass · Sat Mar 15 14:25:55 2025 +0000
  43. 2ddd452 Merge patch series "Introduce J742S2 SoC and EVM" by Tom Rini · Thu Apr 03 11:37:57 2025 -0600
  44. b5a384e arm: mach-k3: j742s2: Introduce clock and device files for J742S2 SoC by Manorit Chawdhry · Mon Mar 17 10:24:24 2025 +0530
  45. 627f78c soc: Add information to identify the J742S2 SoC family by Manorit Chawdhry · Mon Mar 17 10:24:23 2025 +0530
  46. 4b1f0e7 acpi: Fix table length for QEMU by Ilias Apalodimas · Thu Apr 03 08:34:44 2025 +0300
  47. 6fdb77e Kconfig: Fix "warning: style: quotes recommended" warnings by Tom Rini · Fri Mar 14 19:29:33 2025 -0600
  48. 726d93a Merge patch series "airoha: Add initial support AN7581" by Tom Rini · Tue Apr 01 08:45:46 2025 -0600
  49. 101dce9 reset: airoha: Add driver for controlling reset line of AN7581 by Christian Marangi · Fri Mar 14 19:59:23 2025 +0100
  50. eda1ade clk: airoha: Add support for Airoha AN7581 SoC clock by Christian Marangi · Fri Mar 14 19:59:22 2025 +0100
  51. 66465e2 video: ti: am335x: Fix tilcdc clock names. by Sukrut Bellary · Tue Mar 11 23:57:09 2025 -0700
  52. 33a57a8 net: am65-cpsw: cpsw_mdio: fix typo in error message by Richard Genoud · Tue Mar 11 15:14:30 2025 +0100
  53. 5551adc pwm: mediatek: add pwm support for MediaTek MT7987 SoC by developer · Fri Mar 07 11:22:23 2025 +0800
  54. 85ff87f Merge patch series "Clarify DM_FLAG_PROBE_AFTER_BIND behaviour" by Tom Rini · Sun Mar 30 09:10:57 2025 -0600
  55. 563f504 drivers: remove bogus DM_FLAG_PROBE_AFTER_BIND flags by Caleb Connolly · Fri Jan 17 08:28:57 2025 +0100
  56. bd2fbbd Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sh into next by Tom Rini · Sat Mar 29 10:39:06 2025 -0600
  57. 14473a7 ram: renesas: dbsc5: Pass udevice and MODEMR0 to dbsc5_get_board_data() by Marek Vasut · Tue Mar 25 23:43:33 2025 +0100
  58. e846f3b ram: renesas: dbsc5: Factor out dbsc5_wait_dbwait() by Marek Vasut · Tue Mar 25 23:43:32 2025 +0100
  59. e68e915 ram: renesas: dbsc5: Improve dbsc5_send_dbcmd2() signature by Marek Vasut · Tue Mar 25 23:43:31 2025 +0100
  60. f1bb2a9 ram: renesas: dbsc5: Drop space before dbsc5_ddr_setval_all_ch() by Marek Vasut · Tue Mar 25 23:43:30 2025 +0100
  61. 1365319 ram: renesas: dbsc5: Clarify MR27/MR28/MR57 register operations by Marek Vasut · Tue Mar 25 23:43:29 2025 +0100
  62. db56fe8 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sunxi into next by Tom Rini · Thu Mar 27 08:10:06 2025 -0600
  63. 19d1734 sunxi: mmc: Improve reset procedure by Jernej Skrabec · Sun Mar 09 07:12:41 2025 +0100
  64. ec9b27c pinctrl: sunxi: add Allwinner A100/A133 pinctrl description by Andre Przywara · Thu Oct 26 00:38:59 2023 +0100
  65. c0459ea clk: sunxi: Add support for the A100/A133 CCU by Andre Przywara · Thu Oct 26 00:28:44 2023 +0100
  66. c300f17 sunxi: pmic_bus: Move SPL I2C addresses into Kconfig by Andre Przywara · Tue Mar 18 00:39:43 2025 +0000
  67. 3febb0a power: pmic: sunxi: add SPL support for the AXP803 by Andre Przywara · Sun Oct 20 17:36:19 2024 +0100
  68. f167f3f sunxi: mmc: Fix T113-s3 MMC clock divider by Andre Przywara · Wed Feb 26 11:37:11 2025 +0000
  69. 27e0fcb Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next by Tom Rini · Wed Mar 26 14:07:37 2025 -0600
  70. 8231d03 blkmap: pass information on ISO image to the OS by Sughosh Ganu · Mon Mar 17 14:04:02 2025 +0530
  71. cf37722 blkmap: add an attribute to preserve the mem mapping by Sughosh Ganu · Mon Mar 17 14:04:01 2025 +0530
  72. f2eeee6 blkmap: store type of blkmap slice in corresponding structure by Sughosh Ganu · Mon Mar 17 14:04:00 2025 +0530
  73. 00e3165 Merge tag 'u-boot-imx-next-20250325' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · Tue Mar 25 08:57:38 2025 -0600
  74. 9c6ece6 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · Tue Mar 25 08:57:00 2025 -0600
  75. 0b69ff2 cpu: imx8_cpu: Print Speed grade if IMX_TMU by Adam Ford · Mon Mar 24 21:54:45 2025 -0500
  76. 8b45311 cpu: imx8_cpu: Expand get_imx_type_str list of supported CPUs by Adam Ford · Mon Mar 24 21:54:43 2025 -0500
  77. 10ad798 riscv: reset: k1: Add reset driver by Huan Zhou · Tue Mar 11 09:38:49 2025 +0800
  78. badc017 clk: sophgo: Fix return values of register updating helpers by Yao Zi · Fri Mar 07 17:11:45 2025 +0000
  79. fda9f76 Merge tag 'v2025.04-rc5' into next by Tom Rini · Mon Mar 24 20:10:55 2025 -0600
  80. 6e0d927 Merge tag 'qcom-next-20250324' of https://gitlab.denx.de/u-boot/custodians/u-boot-snapdragon into next by Tom Rini · Mon Mar 24 12:38:48 2025 -0600
  81. bc0b937 clk: imx: Pass struct udevice into imx_clk_fixed_factor*() by Marek Vasut · Sun Mar 23 16:58:53 2025 +0100
  82. 418f9b5 clk: clk-fixed-factor: Resolve parent clock by name by Marek Vasut · Sun Mar 23 16:58:52 2025 +0100
  83. b45fd57 clk: clk-fixed-factor: Use struct udevice instead of struct device by Marek Vasut · Sun Mar 23 16:58:51 2025 +0100
  84. 8dee1c1 clk: clk-divider: Resolve parent clock by name by Marek Vasut · Sun Mar 23 16:58:50 2025 +0100
  85. 40e7edf clk: imx: Pass struct udevice into imx_clk_divider*() by Marek Vasut · Sun Mar 23 16:58:49 2025 +0100
  86. 1f2da1a clk: clk-divider: Use struct udevice instead of struct device by Marek Vasut · Sun Mar 23 16:58:48 2025 +0100
  87. c64a46e clk: imx: pllv3: Resolve parent clock by name by Marek Vasut · Sun Mar 23 16:58:47 2025 +0100
  88. 8dd0676 clk: imx: Pass struct udevice into imx_clk_pllv3*() by Marek Vasut · Sun Mar 23 16:58:46 2025 +0100
  89. fc74bca clk: imx: Convert clock-osc-* back to osc_* by Marek Vasut · Sun Mar 23 16:58:45 2025 +0100
  90. 3668ec7 clk: imx: Pass struct udevice into imx_clk_composite*() by Marek Vasut · Sun Mar 23 16:58:44 2025 +0100
  91. bfaa580 clk: clk-composite: Resolve parent clock by name by Marek Vasut · Sun Mar 23 16:58:43 2025 +0100
  92. 2bd4c5e clk: clk-composite: Use struct udevice instead of struct device by Marek Vasut · Sun Mar 23 16:58:42 2025 +0100
  93. 610db3b clk: imx: Pass struct udevice to clk_register_gate*() by Marek Vasut · Sun Mar 23 16:58:41 2025 +0100
  94. 6922047 clk: imx: Pass struct udevice into imx_clk_gate*() by Marek Vasut · Sun Mar 23 16:58:40 2025 +0100
  95. 2f2b346 clk: imx: gate2: Resolve parent clock by name by Marek Vasut · Sun Mar 23 16:58:39 2025 +0100
  96. 04e5fba clk: imx: gate2: Use struct udevice instead of struct device by Marek Vasut · Sun Mar 23 16:58:38 2025 +0100
  97. b5b0aac clk: clk-gate: Resolve parent clock by name by Marek Vasut · Sun Mar 23 16:58:37 2025 +0100
  98. 8996868 clk: clk-gate: Use struct udevice instead of struct device by Marek Vasut · Sun Mar 23 16:58:36 2025 +0100
  99. 3f474bc clk: imx: Pass struct udevice to clk_register_mux() by Marek Vasut · Sun Mar 23 16:58:35 2025 +0100
  100. 33480a9 clk: imx: Pass struct udevice into imx_clk_mux*() by Marek Vasut · Sun Mar 23 16:58:34 2025 +0100