mbox series

[GIT,PULL] AMDTEE simplification for v5.18

Message ID 20220218175632.GA926082@jade (mailing list archive)
State Accepted
Commit bc5ede20b8ec15543f792703ced520c8adacedf4
Headers show
Series [GIT,PULL] AMDTEE simplification for v5.18 | expand

Pull-request

git://git.linaro.org:/people/jens.wiklander/linux-tee.git tags/amdtee-for-v5.18

Message

Jens Wiklander Feb. 18, 2022, 5:56 p.m. UTC
Hello arm-soc maintainers,

Please pull this small AMDTEE driver simplification to use the LIST_HEAD()
macro instead for a global variable.

Note that this isn't a usual Arm driver update. This targets AMD instead,
but is part of the TEE subsystem.

Thanks,
Jens

The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c:

  Linux 5.17-rc2 (2022-01-30 15:37:07 +0200)

are available in the Git repository at:

  git://git.linaro.org:/people/jens.wiklander/linux-tee.git tags/amdtee-for-v5.18

for you to fetch changes up to f7b67642dd98617dc569836cdcba041c7ff00cbb:

  tee: amdtee: Make use of the helper macro LIST_HEAD() (2022-02-14 10:57:55 +0100)

----------------------------------------------------------------
Small simplification in AMDTE driver

----------------------------------------------------------------
Cai Huoqing (1):
      tee: amdtee: Make use of the helper macro LIST_HEAD()

 drivers/tee/amdtee/call.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

patchwork-bot+linux-soc@kernel.org Feb. 25, 2022, 5:21 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 18 Feb 2022 18:56:32 +0100 you wrote:
> Hello arm-soc maintainers,
> 
> Please pull this small AMDTEE driver simplification to use the LIST_HEAD()
> macro instead for a global variable.
> 
> Note that this isn't a usual Arm driver update. This targets AMD instead,
> but is part of the TEE subsystem.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] AMDTEE simplification for v5.18
    https://git.kernel.org/soc/soc/c/bc5ede20b8ec

You are awesome, thank you!