]> git.ipfire.org Git - thirdparty/linux.git/commit
firmware: stratix10-svc: Add support for RSU commands in asynchronous framework
authorMahesh Rao <mahesh.rao@altera.com>
Mon, 27 Oct 2025 14:54:42 +0000 (22:54 +0800)
committerDinh Nguyen <dinguyen@kernel.org>
Thu, 13 Nov 2025 12:32:58 +0000 (06:32 -0600)
commitec52379341a1209826c3e0ae53674393724d2071
tree619ed156c65d383c5c53ba9f35ac2e0c59f1d187
parentbcb9f4f0706147afc62c48533276a18fe7b8f354
firmware: stratix10-svc: Add support for RSU commands in asynchronous framework

Integrate Remote System Update(RSU) service commands into the
asynchronous framework for communicating with SDM. This allows the RSU
commands to be processed asynchronously, improving the responsiveness
of the Stratix10 service channel.

The asynchronous framework now supports the following RSU commands:
* COMMAND_RSU_GET_SPT_TABLE
* COMMAND_RSU_STATUS
* COMMAND_RSU_NOTIFY

Signed-off-by: Mahesh Rao <mahesh.rao@altera.com>
Reviewed-by: Matthew Gerlach <matthew.gerlach@altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
drivers/firmware/stratix10-svc.c
include/linux/firmware/intel/stratix10-smc.h
include/linux/firmware/intel/stratix10-svc-client.h