[GIT PULL] firmware: stratix10-svc: updates for v7.2

From: Dinh Nguyen

Date: Mon Jun 08 2026 - 09:49:49 EST


The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:

Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/svc_updates_for_v7.2

for you to fetch changes up to 71e6a19fe2669faf7dcb96ba8a4fde927485e60e:

firmware: stratix10-svc: Add support to query Arm Trusted Firmware (ATF) version (2026-06-08 22:37:35 +0900)

----------------------------------------------------------------
SoCFPGA firmware updates for v7.2
- Simplify service driver memory management by using a flexible array
- Change FCS call to get provision data to asynchronous
- Avoid blocking the call the reboot_image sysfs when busy
- Add support to query the ATF version

----------------------------------------------------------------
Dinh Nguyen (1):
firmware: stratix10-rsu: avoid blocking reboot_image sysfs when busy

Rosen Penev (1):
firmware: stratix10-svc: kmalloc_array + kzalloc to flex

Siew Chin Lim (1):
firmware: stratix10-svc: change get provision data to async SMC call

Tze Yee Ng (1):
firmware: stratix10-svc: Add support to query Arm Trusted Firmware (ATF) version

drivers/firmware/stratix10-rsu.c | 85 ++++++++++++++++---
drivers/firmware/stratix10-svc.c | 98 +++++++++++-----------
include/linux/firmware/intel/stratix10-smc.h | 31 +++++--
.../linux/firmware/intel/stratix10-svc-client.h | 7 +-
4 files changed, 153 insertions(+), 68 deletions(-)