mbox series

[GIT,PULL] tee subsys for v5.2

Message ID 20190417160120.GA19526@jax.urgonet
State New
Headers show
Series [GIT,PULL] tee subsys for v5.2 | expand

Pull-request

http://git.linaro.org:/people/jens.wiklander/linux-tee.git tags/tee-optee-for-5.2

Message

Jens Wiklander April 17, 2019, 4:01 p.m. UTC
Hello arm-soc maintainers,

Please pull this OP-TEE driver patch. It allows the OP-TEE driver to work
without a static carved out shared memory area.

Thanks,
Jens

The following changes since commit 1c163f4c7b3f621efff9b28a47abb36f7378d783:

  Linux 5.0 (2019-03-03 15:21:29 -0800)

are available in the Git repository at:

  http://git.linaro.org:/people/jens.wiklander/linux-tee.git tags/tee-optee-for-5.2

for you to fetch changes up to 9733b072a12a422e2bf17bc7ba8b39769853d4a2:

  optee: allow to work without static shared memory (2019-04-17 17:26:33 +0200)

----------------------------------------------------------------
Allow OP-TEE driver to work without static shared memory

----------------------------------------------------------------
Volodymyr Babchuk (1):
      optee: allow to work without static shared memory

 drivers/tee/optee/core.c | 80 +++++++++++++++++++++++++++++-------------------
 1 file changed, 49 insertions(+), 31 deletions(-)

Comments

Olof Johansson April 29, 2019, 6:21 a.m. UTC | #1
On Wed, Apr 17, 2019 at 06:01:20PM +0200, Jens Wiklander wrote:
> Hello arm-soc maintainers,
> 
> Please pull this OP-TEE driver patch. It allows the OP-TEE driver to work
> without a static carved out shared memory area.
> 
> Thanks,
> Jens
> 
> The following changes since commit 1c163f4c7b3f621efff9b28a47abb36f7378d783:
> 
>   Linux 5.0 (2019-03-03 15:21:29 -0800)
> 
> are available in the Git repository at:
> 
>   http://git.linaro.org:/people/jens.wiklander/linux-tee.git tags/tee-optee-for-5.2
> 
> for you to fetch changes up to 9733b072a12a422e2bf17bc7ba8b39769853d4a2:
> 
>   optee: allow to work without static shared memory (2019-04-17 17:26:33 +0200)
> 
> ----------------------------------------------------------------
> Allow OP-TEE driver to work without static shared memory

Merged, thanks!


-Olof