[PATCH v3 0/1] arm64: CCA TSM module autoloading

From: Jeremy Linton
Date: Fri Dec 06 2024 - 20:21:40 EST


Provide module tables and a platform device so that the
CCA TSM module will autoload when needed.

v2->v3:
Fix __maybe_used placement, it does fix CLANG builds now.
Add reviewed-by tag, Thanks Gavin!
Ugly commit message cleanup.
v1->v2:
Various comment updates/variable renames
Add missing __maybe_unused to the platform_device_id

Jeremy Linton (1):
arm64: rsi: Add automatic arm-cca-guest module loading

arch/arm64/include/asm/rsi.h | 2 ++
arch/arm64/kernel/rsi.c | 15 +++++++++++++++
drivers/virt/coco/arm-cca-guest/arm-cca-guest.c | 8 ++++++++
3 files changed, 25 insertions(+)

--
2.46.0