mbox series

[GIT,PULL] OP-TEE I2C simplification for v5.12

Message ID 20210208125853.GA288348@jade (mailing list archive)
State Accepted
Commit d0236f17c31981b07f21eb824da10fabc7f0d8f8
Headers show
Series [GIT,PULL] OP-TEE I2C simplification for v5.12 | expand

Pull-request

git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/optee-simplify-i2c-access_for-v5.12

Message

Jens Wiklander Feb. 8, 2021, 12:58 p.m. UTC
Hello arm-soc maintainers,

Please pull this fix eliminating a stack frame size warning and also
simplifying I2C access in the OP-TEE driver.

Thanks,
Jens


The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:

  Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)

are available in the Git repository at:

  git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/optee-simplify-i2c-access_for-v5.12

for you to fetch changes up to 67bc809752796acb2641ca343cad5b45eef31d7c:

  optee: simplify i2c access (2021-02-08 13:42:31 +0100)

----------------------------------------------------------------
Simplify i2c acess in OP-TEE driver

----------------------------------------------------------------
Arnd Bergmann (1):
      optee: simplify i2c access

 drivers/tee/optee/rpc.c | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Feb. 9, 2021, 4:41 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next):

On Mon, 8 Feb 2021 13:58:53 +0100 you wrote:
> Hello arm-soc maintainers,
> 
> Please pull this fix eliminating a stack frame size warning and also
> simplifying I2C access in the OP-TEE driver.
> 
> Thanks,
> Jens
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] OP-TEE I2C simplification for v5.12
    https://git.kernel.org/soc/soc/c/d0236f17c319

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Arnd Bergmann Feb. 9, 2021, 11:19 p.m. UTC | #2
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 8 Feb 2021 13:58:53 +0100, Jens Wiklander wrote:
> Please pull this fix eliminating a stack frame size warning and also
> simplifying I2C access in the OP-TEE driver.
> 
> Thanks,
> Jens
> 
> 
> The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: d0236f17c31981b07f21eb824da10fabc7f0d8f8

       Arnd