mbox series

[GIT,PULL] tee subsystem work for v5.8

Message ID 20200504181049.GA10860@jade (mailing list archive)
State Mainlined, archived
Commit 104edb94cc4b3101bab33161cd861de13e85610b
Headers show
Series [GIT,PULL] tee subsystem work for v5.8 | expand

Pull-request

git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-subsys-for-5.8

Message

Jens Wiklander May 4, 2020, 6:10 p.m. UTC
Hello arm-soc maintainers,

Please pull these small tee subsystem patches.

Thanks,
Jens

The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:

  Linux 5.7-rc2 (2020-04-19 14:35:30 -0700)

are available in the Git repository at:

  git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-subsys-for-5.8

for you to fetch changes up to 104edb94cc4b3101bab33161cd861de13e85610b:

  tee: add private login method for kernel clients (2020-04-20 16:18:14 +0200)

----------------------------------------------------------------
TEE subsystem work
- Reserve GlobalPlatform implementation defined logon method range
- Add support to register kernel memory with TEE to allow TEE bus drivers
  to register memory references.

----------------------------------------------------------------
Sumit Garg (2):
      tee: enable support to register kernel memory
      tee: add private login method for kernel clients

 drivers/tee/tee_core.c   |  7 +++++++
 drivers/tee/tee_shm.c    | 28 +++++++++++++++++++++++++---
 include/linux/tee_drv.h  |  1 +
 include/uapi/linux/tee.h |  9 +++++++++
 4 files changed, 42 insertions(+), 3 deletions(-)