]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
firmware: stratix10-svc: fix FCS SMC call kernel-doc
authorGenevieve Chan <genevieve.chan@altera.com>
Mon, 6 Jul 2026 05:55:41 +0000 (13:55 +0800)
committerDinh Nguyen <dinguyen@kernel.org>
Mon, 6 Jul 2026 23:07:39 +0000 (18:07 -0500)
commit9b9a6e31bdd1ff20c3ffdab87431672d8bfc2a07
tree000dbcc33037e7c95b3ca32b67c9aa723ebfdc8a
parent9119ceb76e987c2ec2b549ea100e3268ce3a1c7c
firmware: stratix10-svc: fix FCS SMC call kernel-doc

Correct kernel-doc errors for two FCS SMC calls:

INTEL_SIP_SMC_FCS_SEND_CERTIFICATE:
- Describe as async to match STD_CALL_VAL usage
- Replace INTEL_SIP_SMC_FCS_REJECTED with INTEL_SIP_SMC_REJECTED

INTEL_SIP_SMC_FCS_GET_PROVISION_DATA:
- Replace FCS-specific status macros with standard status macros
  (INTEL_SIP_SMC_STATUS_ERROR and INTEL_SIP_SMC_STATUS_REJECTED)
- Restore return register documentation for a1 (mailbox error),
  a2 (physical address), and a3 (structure size)

Fixes: 4a4709d470e6 ("firmware: stratix10-svc: add new FCS commands")
Fixes: 4b0a32016347 ("firmware: stratix10-svc: change get provision data to async SMC call")
Cc: stable@vger.kernel.org # 6.0+
Signed-off-by: Genevieve Chan <genevieve.chan@altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
include/linux/firmware/intel/stratix10-smc.h