public inbox for soc@kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] TEE bus callbacks for 6.20
@ 2026-01-17 12:30 Jens Wiklander
  2026-01-21 16:00 ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Wiklander @ 2026-01-17 12:30 UTC (permalink / raw)
  To: arm, soc; +Cc: linux-kernel, op-tee

Hello arm-soc maintainers,

Please pull these updates adding TEE bus callbacks to let the users of
the bus get rid of the struct device_driver callbacks .probe(),
.remove() and .shutdown().

The maintainers for the updated drivers using the TEE bus have agreed to
take these changes via my tree, with the exception of the maintainer for
drivers/firmware/broadcom/tee_bnxt_fw.c, who has remained silent during
the review. However, the changes in the drivers are straight forward so
it's better to take these patches too rather than excluding them.

Further details are in the last patch set:
https://lore.kernel.org/op-tee/cover.1765791463.git.u.kleine-koenig@baylibre.com/

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-bus-callback-for-6.20

for you to fetch changes up to e82d0477fd80707221c3d110f56d05506de2698c:

  tpm/tpm_ftpm_tee: Fix kdoc after function renames (2026-01-15 10:28:33 +0100)

----------------------------------------------------------------
TEE bus callback for 6.20

- Move from generic device_driver to TEE bus-specific callbacks
- Add module_tee_client_driver() and registration helpers to reduce
  boilerplate
- Convert several client drivers (TPM, KEYS, firmware, EFI, hwrng,
  and RTC)
- Update documentation and fix kernel-doc warnings

----------------------------------------------------------------
Uwe Kleine-König (18):
      tee: Add some helpers to reduce boilerplate for tee client drivers
      tee: Add probe, remove and shutdown bus callbacks to tee_client_driver
      tee: Adapt documentation to cover recent additions
      rtc: optee: Migrate to use tee specific driver registration function
      rtc: optee: Make use of tee bus methods
      hwrng: optee - Make use of module_tee_client_driver()
      hwrng: optee - Make use of tee bus methods
      efi: stmm: Make use of module_tee_client_driver()
      efi: stmm: Make use of tee bus methods
      firmware: arm_scmi: optee: Make use of module_tee_client_driver()
      firmware: arm_scmi: Make use of tee bus methods
      firmware: tee_bnxt: Make use of module_tee_client_driver()
      firmware: tee_bnxt: Make use of tee bus methods
      KEYS: trusted: Migrate to use tee specific driver registration function
      KEYS: trusted: Make use of tee bus methods
      tpm/tpm_ftpm_tee: Make use of tee specific driver registration
      tpm/tpm_ftpm_tee: Make use of tee bus methods
      tpm/tpm_ftpm_tee: Fix kdoc after function renames

 Documentation/driver-api/tee.rst             | 18 +-----
 drivers/char/hw_random/optee-rng.c           | 26 ++-------
 drivers/char/tpm/tpm_ftpm_tee.c              | 35 ++++++++----
 drivers/firmware/arm_scmi/transports/optee.c | 32 ++++-------
 drivers/firmware/broadcom/tee_bnxt_fw.c      | 30 +++-------
 drivers/firmware/efi/stmm/tee_stmm_efi.c     | 25 ++-------
 drivers/rtc/rtc-optee.c                      | 27 +++------
 drivers/tee/tee_core.c                       | 84 ++++++++++++++++++++++++++++
 include/linux/tee_drv.h                      | 12 ++++
 security/keys/trusted-keys/trusted_tee.c     | 17 +++---
 10 files changed, 166 insertions(+), 140 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-01-21 16:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-17 12:30 [GIT PULL] TEE bus callbacks for 6.20 Jens Wiklander
2026-01-21 16:00 ` patchwork-bot+linux-soc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox