mbox series

[GIT,PULL] tee subsystem for v4.20

Message ID 20180824115545.GA4989@jax.lan
State New
Headers show
Series [GIT,PULL] tee subsystem for v4.20 | expand

Pull-request

git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-drv-for-4.20

Message

Jens Wiklander Aug. 24, 2018, 11:55 a.m. UTC
Hello arm-soc maintainers,

Please pull these tee driver enhancements. There's one small fix for the
OP-TEE driver to take DT status into account. There's also a patch
providing a kernel only tee client interface that can be used by other
drivers etc. Currently there's no users of this interface in the kernel
but there seems to be some work in the pipe as some has tested it with
out of tree patches.

Thanks,
Jens

The following changes since commit 94710cac0ef4ee177a63b5227664b38c95bbf703:

  Linux 4.18 (2018-08-12 13:41:04 -0700)

are available in the Git repository at:

  git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-drv-for-4.20

for you to fetch changes up to 25559c22cef879c5cf7119540bfe21fb379d29f3:

  tee: add kernel internal client interface (2018-08-24 11:57:37 +0200)

----------------------------------------------------------------
Misc enhancement for tee driver subsystem

* Adds a kernel internal tee client interface allowing other drivers
  etc to access a TEE
* OP-TEE driver takes DT status property into account

----------------------------------------------------------------
Ard Biesheuvel (1):
      tee: optee: take DT status property into account

Jens Wiklander (1):
      tee: add kernel internal client interface

 drivers/tee/optee/core.c |   2 +-
 drivers/tee/tee_core.c   | 113 ++++++++++++++++++++++++++++++++++++++++++++---
 include/linux/tee_drv.h  |  73 ++++++++++++++++++++++++++++++
 3 files changed, 180 insertions(+), 8 deletions(-)

Comments

Olof Johansson Aug. 26, 2018, 11:37 p.m. UTC | #1
On Fri, Aug 24, 2018 at 4:55 AM, Jens Wiklander
<jens.wiklander@linaro.org> wrote:
> Hello arm-soc maintainers,
>
> Please pull these tee driver enhancements. There's one small fix for the
> OP-TEE driver to take DT status into account. There's also a patch
> providing a kernel only tee client interface that can be used by other
> drivers etc. Currently there's no users of this interface in the kernel
> but there seems to be some work in the pipe as some has tested it with
> out of tree patches.
>
> Thanks,
> Jens
>
> The following changes since commit 94710cac0ef4ee177a63b5227664b38c95bbf703:
>
>   Linux 4.18 (2018-08-12 13:41:04 -0700)
>
> are available in the Git repository at:
>
>   git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-drv-for-4.20
>
> for you to fetch changes up to 25559c22cef879c5cf7119540bfe21fb379d29f3:
>
>   tee: add kernel internal client interface (2018-08-24 11:57:37 +0200)

Merged into next/drivers. Thanks!


-Olof