All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Wiklander <jens.wiklander@linaro.org>
To: arm@kernel.org, soc@kernel.org
Cc: op-tee@lists.trustedfirmware.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] OP-TEE add async notifications for v5.17
Date: Mon, 13 Dec 2021 11:23:59 +0100	[thread overview]
Message-ID: <20211213102359.GA1638682@jade> (raw)

Hello arm-soc maintainers,

Please pull these patches which adds support for asynchronous notifications
from OP-TEE in secure world to the OP-TEE driver.

An edge-triggered interrupt is used to notify the the driver.

These patches has been in linux-next for a few weeks already.

Thanks,
Jens

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  https://git.linaro.org/people/jens.wiklander/linux-tee.git tags/optee-async-notif-for-v5.17

for you to fetch changes up to b98aee466d194788bd651cb375b0e0f7e0e69865:

  optee: Fix NULL but dereferenced coccicheck error (2021-11-29 22:02:25 +0100)

----------------------------------------------------------------
OP-TEE Asynchronous notifications from secure world

Adds support in the SMC based OP-TEE driver to receive asynchronous
notifications from secure world using an edge-triggered interrupt as
delivery mechanism.

----------------------------------------------------------------
Jens Wiklander (6):
      docs: staging/tee.rst: add a section on OP-TEE notifications
      dt-bindings: arm: optee: add interrupt property
      tee: fix put order in teedev_close_context()
      tee: export teedev_open() and teedev_close_context()
      optee: separate notification functions
      optee: add asynchronous notifications

Yang Li (1):
      optee: Fix NULL but dereferenced coccicheck error

 .../bindings/arm/firmware/linaro,optee-tz.yaml     |   8 +
 Documentation/staging/tee.rst                      |  30 +++
 drivers/tee/optee/Makefile                         |   1 +
 drivers/tee/optee/core.c                           |   2 +-
 drivers/tee/optee/ffa_abi.c                        |   6 +-
 drivers/tee/optee/notif.c                          | 125 +++++++++++
 drivers/tee/optee/optee_msg.h                      |   9 +
 drivers/tee/optee/optee_private.h                  |  28 ++-
 drivers/tee/optee/optee_rpc_cmd.h                  |  31 +--
 drivers/tee/optee/optee_smc.h                      |  75 ++++++-
 drivers/tee/optee/rpc.c                            |  71 +-----
 drivers/tee/optee/smc_abi.c                        | 237 ++++++++++++++++++---
 drivers/tee/tee_core.c                             |  10 +-
 include/linux/tee_drv.h                            |  14 ++
 14 files changed, 523 insertions(+), 124 deletions(-)
 create mode 100644 drivers/tee/optee/notif.c

             reply	other threads:[~2021-12-13 10:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-13 10:23 Jens Wiklander [this message]
2021-12-14 21:40 ` [GIT PULL] OP-TEE add async notifications for v5.17 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=20211213102359.GA1638682@jade \
    --to=jens.wiklander@linaro.org \
    --cc=arm@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=op-tee@lists.trustedfirmware.org \
    --cc=soc@kernel.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.