All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Wiklander <jens.wiklander@linaro.org>
To: arm@kernel.org, soc@kernel.org
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	op-tee@lists.trustedfirmware.org,
	Jorge Ramirez-Ortiz <jorge@foundries.io>
Subject: [GIT PULL] optee i2c fix for v5.10
Date: Tue, 1 Sep 2020 12:18:06 +0200	[thread overview]
Message-ID: <20200901101806.GA3286324@jade> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: Jens Wiklander <jens.wiklander@linaro.org>
To: arm@kernel.org, soc@kernel.org
Cc: Jorge Ramirez-Ortiz <jorge@foundries.io>,
	op-tee@lists.trustedfirmware.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] optee i2c fix for v5.10
Date: Tue, 1 Sep 2020 12:18:06 +0200	[thread overview]
Message-ID: <20200901101806.GA3286324@jade> (raw)

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

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

             reply	other threads:[~2020-09-01 10:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-01 10:18 Jens Wiklander [this message]
2020-09-01 10:18 ` [GIT PULL] optee i2c fix for v5.10 Jens Wiklander

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200901101806.GA3286324@jade \
    --to=jens.wiklander@linaro.org \
    --cc=arm@kernel.org \
    --cc=jorge@foundries.io \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=op-tee@lists.trustedfirmware.org \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.