mbox series

[GIT,PULL] OP-TEE add notif wait timeout parameter for v6.11

Message ID 20240627095325.GA2585076@rayden (mailing list archive)
State Accepted
Commit 30c577a852c4ca77fedb1730c4546d9033beeb90
Headers show
Series [GIT,PULL] OP-TEE add notif wait timeout parameter for v6.11 | expand

Pull-request

https://git.linaro.org/people/jens.wiklander/linux-tee.git/ tags/optee-notif-wait-timeout-for-v6.11

Message

Jens Wiklander June 27, 2024, 9:53 a.m. UTC
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(-)

Comments

patchwork-bot+linux-soc@kernel.org June 27, 2024, 3:01 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Thu, 27 Jun 2024 11:53:25 +0200 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] OP-TEE add notif wait timeout parameter for v6.11
    https://git.kernel.org/soc/soc/c/30c577a852c4

You are awesome, thank you!