[PATCH 0/3] Retrieve System Cache Table (SCT) descriptors from a shared memory region.

From: Francisco Munoz Ruiz

Date: Wed Apr 01 2026 - 23:14:01 EST


On newer Qualcomm platforms, SCT initialization and programming are
handled entirely by firmware outside of Linux. The kernel is expected
to consume the pre-initialized descriptor data rather than configure
the SCT itself. The LLCC driver therefore only needs to locate and
parse the descriptor table provided by firmware.

This change implements support for this mechanism in the llcc-qcom
driver, enabling SCT consumption on platforms that expose SCT
programming through firmware. The existing behavior for SoCs where
the kernel programs SCT directly remains unchanged.

Signed-off-by: Francisco Munoz Ruiz <francisco.ruiz@xxxxxxxxxxxxxxxx>
---
Francisco Munoz Ruiz (3):
dt-bindings: cache: qcom,llcc: Document Hawi and future SoCs
soc: qcom: llcc-qcom: get SCT descriptors from fw-populated memory
soc: qcom: llcc-qcom: Capitalize LLCC/EDAC in comments and diagnostics

.../devicetree/bindings/cache/qcom,llcc.yaml | 29 +-
drivers/soc/qcom/llcc-qcom.c | 301 +++++++++++++++++----
include/linux/soc/qcom/llcc-qcom.h | 44 +--
3 files changed, 298 insertions(+), 76 deletions(-)
---
base-commit: bd0f139e5fc11182777b81cefc3893ea508544ec
change-id: 20260401-external_llcc_changes2set-5ee118ac7152

Best regards,
--
Francisco Munoz Ruiz <francisco.ruiz@xxxxxxxxxxxxxxxx>