linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/1] arm64: CCA TSM module autoloading
@ 2024-12-07  1:21 Jeremy Linton
  2024-12-07  1:21 ` [PATCH v3 1/1] arm64: rsi: Add automatic arm-cca-guest module loading Jeremy Linton
  0 siblings, 1 reply; 5+ messages in thread
From: Jeremy Linton @ 2024-12-07  1:21 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: suzuki.poulose, gshan, steven.price, sami.mujawar,
	catalin.marinas, will, linux-kernel, Jeremy Linton

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



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

end of thread, other threads:[~2024-12-17 20:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-07  1:21 [PATCH v3 0/1] arm64: CCA TSM module autoloading Jeremy Linton
2024-12-07  1:21 ` [PATCH v3 1/1] arm64: rsi: Add automatic arm-cca-guest module loading Jeremy Linton
2024-12-08  4:38   ` Itaru Kitayama
2024-12-17 20:16     ` Jeremy Linton
2024-12-11 21:30   ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).