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 for v5.10
Date: Fri, 21 Aug 2020 12:05:32 +0200	[thread overview]
Message-ID: <20200821100532.GA1868056@jade> (raw)

Hello arm-soc maintainers,

Please pull this patch enabling i2c access from secure world via a
trampoline in the OP-TEE driver.

Thanks,
Jens

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c05210ab975771e161427eb47696b869d820bdaf:

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

----------------------------------------------------------------
Enable i2c device access from OP-TEE RPC

Extends the OP-TEE RPC protocol to enable I2C device access. This allows
a driver in secure world to access devices on a normal world I2C bus.

----------------------------------------------------------------
Jorge Ramirez-Ortiz (1):
      drivers: optee: allow op-tee to access devices on the i2c bus

 drivers/tee/optee/optee_msg.h     | 21 +++++++++
 drivers/tee/optee/optee_private.h |  1 +
 drivers/tee/optee/rpc.c           | 95 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 117 insertions(+)

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 for v5.10
Date: Fri, 21 Aug 2020 12:05:32 +0200	[thread overview]
Message-ID: <20200821100532.GA1868056@jade> (raw)

Hello arm-soc maintainers,

Please pull this patch enabling i2c access from secure world via a
trampoline in the OP-TEE driver.

Thanks,
Jens

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c05210ab975771e161427eb47696b869d820bdaf:

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

----------------------------------------------------------------
Enable i2c device access from OP-TEE RPC

Extends the OP-TEE RPC protocol to enable I2C device access. This allows
a driver in secure world to access devices on a normal world I2C bus.

----------------------------------------------------------------
Jorge Ramirez-Ortiz (1):
      drivers: optee: allow op-tee to access devices on the i2c bus

 drivers/tee/optee/optee_msg.h     | 21 +++++++++
 drivers/tee/optee/optee_private.h |  1 +
 drivers/tee/optee/rpc.c           | 95 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 117 insertions(+)

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

             reply	other threads:[~2020-08-21 10:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-21 10:05 Jens Wiklander [this message]
2020-08-21 10:05 ` [GIT PULL] optee i2c 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=20200821100532.GA1868056@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.