[GIT PULL] firmware: stratix10-svc: updates for v6.19

From: Dinh Nguyen

Date: Thu Nov 13 2025 - 07:49:05 EST


The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/socfpga_firmware_updates_for_v6.19

for you to fetch changes up to 4f7ffdfb9928a70debc6b019a68a6e068745e937:

firmware: stratix10-rsu: replace scnprintf() with sysfs_emit() in *_show() functions (2025-11-13 06:32:58 -0600)

----------------------------------------------------------------
SoCFPGA firmware updates for v6.19
- Add support for voltage and temperature sensor
- Add a mutex to memory operations on Stratix10 service driver
- Add support for asynchronous communications in the service driver
- Replace scnprintf() with sysfs_emit()

----------------------------------------------------------------
Khairul Anuar Romli (1):
firmware: stratix10-svc: Add definition for voltage and temperature sensor

Mahesh Rao (4):
firmware: stratix10-svc: Add mutex in stratix10 memory management
firmware: stratix10-svc: Add support for async communication
firmware: stratix10-svc: Add support for RSU commands in asynchronous framework
firmware: stratix10-rsu: Migrate RSU driver to use stratix10 asynchronous framework.

Rahul Kumar (1):
firmware: stratix10-rsu: replace scnprintf() with sysfs_emit() in *_show() functions

drivers/firmware/stratix10-rsu.c | 279 ++++----
drivers/firmware/stratix10-svc.c | 760 ++++++++++++++++++++-
include/linux/firmware/intel/stratix10-smc.h | 111 +++
.../linux/firmware/intel/stratix10-svc-client.h | 100 ++-
4 files changed, 1109 insertions(+), 141 deletions(-)