[GIT PULL] tee subsys for v5.1
From: Jens Wiklander
Date: Thu Feb 28 2019 - 08:12:38 EST
Hello arm-soc maintainers,
Please pull these small TEE subsystem updates. The license for two .h
files in OP-TEE driver is clarified with a dual license. The kernel
space tee client interface is complemented with cancellation support.
I've based this pull request on the last pull request I did (now in
the drivers/tee branch) in order to avoid a conflict with "tee: add
cancellation support to client interface".
Thanks,
Jens
The following changes since commit 5fe8b1cc6a03c46b3061e808256d39dcebd0d0f0:
hwrng: add OP-TEE based rng driver (2019-02-01 15:12:46 +0100)
are available in the Git repository at:
https://git.linaro.org/people/jens.wiklander/linux-tee.git
tags/tee-misc-for-v5.1
for you to fetch changes up to 32356d309c22a9497e612ed437d66407e15935f3:
tee: optee: update optee_msg.h and optee_smc.h to dual license
(2019-02-28 13:49:29 +0100)
----------------------------------------------------------------
OP-TEE driver
- dual license for optee_msg.h and optee_smc.h
Generic
- add cancellation support to client interface
----------------------------------------------------------------
Igor Opaniuk (1):
tee: add cancellation support to client interface
Jerome Forissier (1):
tee: optee: update optee_msg.h and optee_smc.h to dual license
drivers/tee/optee/optee_msg.h | 26 ++------------------------
drivers/tee/optee/optee_smc.h | 26 ++------------------------
drivers/tee/tee_core.c | 9 +++++++++
include/linux/tee_drv.h | 12 ++++++++++++
4 files changed, 25 insertions(+), 48 deletions(-)