All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Wiklander <jens.wiklander@linaro.org>
To: op-tee@lists.trustedfirmware.org
Subject: [GIT PULL] OP-TEE FF-A asynchronous notifications for 6.8
Date: Mon, 11 Dec 2023 11:52:49 +0100	[thread overview]
Message-ID: <20231211105249.GA587253@rayden> (raw)

[-- Attachment #1: Type: text/plain, Size: 1545 bytes --]

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(-)

WARNING: multiple messages have this Message-ID (diff)
From: Jens Wiklander <jens.wiklander@linaro.org>
To: arm@kernel.org, soc@kernel.org
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	op-tee@lists.trustedfirmware.org
Subject: [GIT PULL] OP-TEE FF-A asynchronous notifications for 6.8
Date: Mon, 11 Dec 2023 11:52:49 +0100	[thread overview]
Message-ID: <20231211105249.GA587253@rayden> (raw)

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(-)

             reply	other threads:[~2023-12-11 10:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-11 10:52 Jens Wiklander [this message]
2023-12-11 10:52 ` [GIT PULL] OP-TEE FF-A asynchronous notifications for 6.8 Jens Wiklander
2023-12-22 12:01 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231211105249.GA587253@rayden \
    --to=jens.wiklander@linaro.org \
    --cc=op-tee@lists.trustedfirmware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.