public inbox for soc@kernel.org
 help / color / mirror / Atom feed
From: Jens Wiklander <jens.wiklander@linaro.org>
To: arm@kernel.org, soc@kernel.org
Cc: linux-kernel@vger.kernel.org, op-tee@lists.trustedfirmware.org
Subject: [GIT PULL] TEE sysfs for 6.20
Date: Sat, 17 Jan 2026 13:44:13 +0100	[thread overview]
Message-ID: <20260117124413.GA262260@rayden> (raw)

Hello arm-soc maintainers,

Please pull these two patches adding a generic TEE revision sysfs
attribute and implement support for OP-TEE.

Thanks,
Jens

The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

  Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee.git tags/tee-sysfs-for-6.20

for you to fetch changes up to c19faf5a62315d5e0e65dde49b7b59e30330b9c2:

  tee: optee: store OS revision for TEE core (2026-01-15 10:35:14 +0100)

----------------------------------------------------------------
TEE sysfs for 6.20

- Add an optional generic sysfs attribute for TEE revision
- Implement revision reporting for OP-TEE using both SMC and FF-A ABIs

----------------------------------------------------------------
Aristo Chen (2):
      tee: add revision sysfs attribute
      tee: optee: store OS revision for TEE core

 Documentation/ABI/testing/sysfs-class-tee | 10 ++++++
 drivers/tee/optee/core.c                  | 23 +++++++++++++
 drivers/tee/optee/ffa_abi.c               | 54 +++++++++++++++++++++++--------
 drivers/tee/optee/optee_private.h         | 19 +++++++++++
 drivers/tee/optee/smc_abi.c               | 15 +++++++--
 drivers/tee/tee_core.c                    | 51 ++++++++++++++++++++++++++++-
 include/linux/tee_core.h                  |  9 ++++++
 7 files changed, 163 insertions(+), 18 deletions(-)

             reply	other threads:[~2026-01-17 12:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-17 12:44 Jens Wiklander [this message]
2026-01-21 16:00 ` [GIT PULL] TEE sysfs for 6.20 patchwork-bot+linux-soc

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=20260117124413.GA262260@rayden \
    --to=jens.wiklander@linaro.org \
    --cc=arm@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox