Hi Tom, Please pull scmi-master-2025-11-11
------------------------------------------------------- - Support scmi v3.2 CONFIG_SET for clock protocol - A patchset from Marek to optimize the scmi clk booting time - Fix scmi clk set_parent in non-CCF case - Drop mmu_set_region_dcache_behaviour in firmware scmi ------------------------------------------------------- CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/28272 Thanks, Peng The following changes since commit 6b27b6886945a9351fcea8c9acf9418844f46670: Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh (2025-11-08 09:03:54 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git tags/scmi-master-2025-11-11 for you to fetch changes up to 3547e315c188cdbb24312543d67d132b113eb01e: clk: scmi: Defer issue of SCMI_CLOCK_ATTRIBUTES (2025-11-10 20:57:49 +0800) ---------------------------------------------------------------- Kamlesh Gurudasani (1): clk: scmi: fix set_parent support when CCF is not being used Marek Vasut (6): firmware: scmi: Fix up code comments firmware: scmi: Drop mmu_set_region_dcache_behaviour() misuse clk: scmi: Bulk allocate all sub-driver instance data clk: scmi: Factor out clock control flags resolution clk: scmi: Postpone clock name resolution clk: scmi: Defer issue of SCMI_CLOCK_ATTRIBUTES Vinh Nguyen (1): firmware: scmi: Add clock v3.2 CONFIG_SET support arch/arm/mach-imx/imx9/scmi/clock_scmi.c | 2 +- drivers/clk/clk_scmi.c | 160 +++++++++++++++++------------ drivers/firmware/scmi/sandbox-scmi_agent.c | 4 +- drivers/firmware/scmi/smt.c | 14 --- include/scmi_protocols.h | 37 +++++-- 5 files changed, 125 insertions(+), 92 deletions(-)

