mbox series

[GIT,PULL] tee subsys for v5.1

Message ID CAHUa44FUFCW82U3+a+t1M0u6va+D3PuGGBU8cPb_D055hzu3DQ@mail.gmail.com
State New
Headers show
Series [GIT,PULL] tee subsys for v5.1 | expand

Pull-request

https://git.linaro.org/people/jens.wiklander/linux-tee.git

Message

Jens Wiklander Feb. 28, 2019, 1:12 p.m. UTC
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(-)

Comments

Arnd Bergmann March 1, 2019, 2:01 p.m. UTC | #1
On Thu, Feb 28, 2019 at 2:12 PM Jens Wiklander
<jens.wiklander@linaro.org> wrote:
>
> 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".

Pulled into arm/drivers, thanks!

     Arnd