mbox series

[GIT,PULL] OP-TEE FF-A asynchronous notifications for 6.8

Message ID 20231211105249.GA587253@rayden (mailing list archive)
State Accepted
Commit 95c1e57a384be88431ac031560cc2ae50d021d2d
Headers show
Series [GIT,PULL] OP-TEE FF-A asynchronous notifications for 6.8 | expand

Pull-request

https://git.linaro.org/people/jens.wiklander/linux-tee.git tags/ffa-notif-for-v6.8

Message

Jens Wiklander Dec. 11, 2023, 10:52 a.m. UTC
Hello arm-soc maintainers,

Please pull these patches that enables asynchronous notifications in
OP-TEE FF-A driver. This pull request is on top of the
"system_thread_for_v6.8" pull request to avoid a merge conflict.

Thanks,
Jens

The following changes since commit 4b391c9c37646f25118355f414b9e6d9fefe782f:

  firmware: arm_scmi: optee: use optee system invocation (2023-11-17 15:48:03 +0100)

are available in the Git repository at:

  https://git.linaro.org/people/jens.wiklander/linux-tee.git tags/ffa-notif-for-v6.8

for you to fetch changes up to d0476a59de064205f4aaa8f7c6d6f32bc28a44d4:

  optee: ffa_abi: add asynchronous notifications (2023-11-17 15:55:41 +0100)

----------------------------------------------------------------
OP-TEE: asynchronous notifications with FF-A

Add support for asynchronous notifications in the OP-TEE FF-A driver. This
is the FF-A counterpart to the asynchronous notifications already
available in the OP-TEE SMC ABI.

----------------------------------------------------------------
Jens Wiklander (2):
      optee: provide optee_do_bottom_half() as a common function
      optee: ffa_abi: add asynchronous notifications

 drivers/tee/optee/call.c          | 31 ++++++++++++-
 drivers/tee/optee/ffa_abi.c       | 93 +++++++++++++++++++++++++++++++++++++--
 drivers/tee/optee/optee_ffa.h     | 28 ++++++++++--
 drivers/tee/optee/optee_private.h |  9 +++-
 drivers/tee/optee/smc_abi.c       | 36 ++-------------
 5 files changed, 155 insertions(+), 42 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Dec. 22, 2023, 12:01 p.m. UTC | #1
Hello:

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

On Mon, 11 Dec 2023 11:52:49 +0100 you wrote:
> Hello arm-soc maintainers,
> 
> Please pull these patches that enables asynchronous notifications in
> OP-TEE FF-A driver. This pull request is on top of the
> "system_thread_for_v6.8" pull request to avoid a merge conflict.
> 
> Thanks,
> Jens
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] OP-TEE FF-A asynchronous notifications for 6.8
    https://git.kernel.org/soc/soc/c/95c1e57a384b

You are awesome, thank you!