All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] tee subsys for v5.2
@ 2019-04-17 16:01 ` Jens Wiklander
  0 siblings, 0 replies; 4+ messages in thread
From: Jens Wiklander @ 2019-04-17 16:01 UTC (permalink / raw)
  To: arm-soc; +Cc: Linux Kernel Mailing List, Linux ARM

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] tee subsys for v5.2
@ 2019-04-17 16:01 ` Jens Wiklander
  0 siblings, 0 replies; 4+ messages in thread
From: Jens Wiklander @ 2019-04-17 16:01 UTC (permalink / raw)
  To: arm-soc; +Cc: Linux Kernel Mailing List, Linux ARM

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] tee subsys for v5.2
  2019-04-17 16:01 ` Jens Wiklander
@ 2019-04-29  6:21   ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-04-29  6:21 UTC (permalink / raw)
  To: Jens Wiklander; +Cc: arm-soc, Linux Kernel Mailing List, Linux ARM

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] tee subsys for v5.2
@ 2019-04-29  6:21   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-04-29  6:21 UTC (permalink / raw)
  To: Jens Wiklander; +Cc: arm-soc, Linux Kernel Mailing List, Linux ARM

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-04-29  7:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-17 16:01 [GIT PULL] tee subsys for v5.2 Jens Wiklander
2019-04-17 16:01 ` Jens Wiklander
2019-04-29  6:21 ` Olof Johansson
2019-04-29  6:21   ` Olof Johansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.