Hello arm-soc maintainers,
Please pull this small patch to the OP-TEE driver that adds a timemout parameter when OP-TEE is waiting for a notification via RPC.
Thanks, Jens
The following changes since commit a38297e3fb012ddfa7ce0321a7e5a8daeb1872b6:
Linux 6.9 (2024-05-12 14:12:29 -0700)
are available in the Git repository at:
https://git.linaro.org/people/jens.wiklander/linux-tee.git/ tags/optee-notif-wait-timeout-for-v6.11
for you to fetch changes up to 14ca6401d8703725c7297dcc4bf8de73323411ac:
optee: add timeout value to optee_notif_wait() to support timeout (2024-05-30 10:19:28 +0200)
---------------------------------------------------------------- optee: add timeout parameter for notification wait
---------------------------------------------------------------- Gavin Liu (1): optee: add timeout value to optee_notif_wait() to support timeout
drivers/tee/optee/notif.c | 9 +++++++-- drivers/tee/optee/optee_private.h | 5 ++++- drivers/tee/optee/optee_rpc_cmd.h | 1 + drivers/tee/optee/rpc.c | 10 ++++++++-- 4 files changed, 20 insertions(+), 5 deletions(-)
op-tee@lists.trustedfirmware.org