mbox series

[GIT,PULL] OP-TEE per-cpu irq for v6.4.

Message ID 20230404062727.GA2765560@rayden (mailing list archive)
State Accepted
Commit 0d3becec770e694896fadfcbe0a01968266c2c85
Headers show
Series [GIT,PULL] OP-TEE per-cpu irq for v6.4. | expand

Pull-request

https://git.linaro.org/people/jens.wiklander/linux-tee.git/ tags/optee-per-cpu-irq-for-v6.4

Message

Jens Wiklander April 4, 2023, 6:27 a.m. UTC
Hello arm-soc maintainers,

Please pull these patches which add support for using per-cpu interrutps
to signal asynchronous notifications from OP-TEE in secure world to the
OP-TEE driver.

Thanks,
Jens

The following changes since commit eeac8ede17557680855031c6f305ece2378af326:

  Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)

are available in the Git repository at:

  https://git.linaro.org/people/jens.wiklander/linux-tee.git/ tags/optee-per-cpu-irq-for-v6.4

for you to fetch changes up to b3b4ced12c1bc829888803ce07fff317e590ec1c:

  optee: add per cpu asynchronous notification (2023-03-30 08:27:05 +0200)

----------------------------------------------------------------
Add OP-TEE per cpu asynchronous notification

Adds support for signalling from secure world with per-cpu interrupts in
addition to edge-triggered peripheral interrupts.

----------------------------------------------------------------
Etienne Carriere (2):
      dt-bindings: optee driver interrupt can be a per-cpu interrupt
      optee: add per cpu asynchronous notification

 .../bindings/arm/firmware/linaro,optee-tz.yaml     |   3 +-
 drivers/tee/optee/optee_private.h                  |  24 ++++
 drivers/tee/optee/smc_abi.c                        | 122 ++++++++++++++++++++-
 3 files changed, 144 insertions(+), 5 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org April 4, 2023, 2:41 p.m. UTC | #1
Hello:

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

On Tue, 4 Apr 2023 08:27:27 +0200 you wrote:
> Hello arm-soc maintainers,
> 
> Please pull these patches which add support for using per-cpu interrutps
> to signal asynchronous notifications from OP-TEE in secure world to the
> OP-TEE driver.
> 
> Thanks,
> Jens
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] OP-TEE per-cpu irq for v6.4.
    https://git.kernel.org/soc/soc/c/0d3becec770e

You are awesome, thank you!