mbox series

[GIT,PULL] optee i2c fix for v5.10

Message ID 20200901101806.GA3286324@jade (mailing list archive)
State Accepted
Commit 0bd1937ad844597442a967fdced04c4ce40570b6
Headers show
Series [GIT,PULL] optee i2c fix for v5.10 | expand

Pull-request

git://git.linaro.org:/people/jens.wiklander/linux-tee.git tags/optee-i2c-fix-for-v5.10

Message

Jens Wiklander Sept. 1, 2020, 10:18 a.m. UTC
Hello arm-soc maintainers,

Please pull this small patch fixing a build issue in the previous OP-TEE
I2C patch. The test IS_REACHABLE(CONFIG_I2C) is used instead of
IS_ENABLED(CONFIG_I2C) to see if the I2C functions are available from
the OP-TEE driver.

If you rather have the patches squashed feel free to do so.

Thanks,
Jens

The following changes since commit c05210ab975771e161427eb47696b869d820bdaf:

  drivers: optee: allow op-tee to access devices on the i2c bus (2020-08-21 11:41:45 +0200)

are available in the Git repository at:

  git://git.linaro.org:/people/jens.wiklander/linux-tee.git tags/optee-i2c-fix-for-v5.10

for you to fetch changes up to 539f8fc253ece5501fdea1a6aa227d0618374111:

  drivers: optee: fix i2c build issue (2020-09-01 12:03:16 +0200)

----------------------------------------------------------------
Make sure I2C functions used in OP-TEE are reachable with IS_REACHABLE()

----------------------------------------------------------------
Jorge Ramirez-Ortiz (1):
      drivers: optee: fix i2c build issue

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

Comments

patchwork-bot+linux-soc@kernel.org Sept. 13, 2020, 6:43 p.m. UTC | #1
Hello:

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

On Tue, 1 Sep 2020 12:18:06 +0200 you wrote:
> Hello arm-soc maintainers,
> 
> Please pull this small patch fixing a build issue in the previous OP-TEE
> I2C patch. The test IS_REACHABLE(CONFIG_I2C) is used instead of
> IS_ENABLED(CONFIG_I2C) to see if the I2C functions are available from
> the OP-TEE driver.
> 
> [...]


Here is a summary with links:
  - [GIT,PULL] optee i2c fix for v5.10
    https://git.kernel.org/soc/soc/c/0bd1937ad844597442a967fdced04c4ce40570b6

You are awesome, thank you!