mbox series

[0/4] Introduce LLCC v6 used on the SM8750 SoCs

Message ID 20250113-sm8750_llcc_master-v1-0-5389b92e2d7a@quicinc.com (mailing list archive)
Headers show
Series Introduce LLCC v6 used on the SM8750 SoCs | expand

Message

Melody Olvera Jan. 13, 2025, 9:26 p.m. UTC
Add documentation and functionality for LLCC v6 used on
the SM8750 SoCs. LLCC v6 rearranges several registers and offsets
and supports slice IDs over 31, so new functionality is necessary
to program and use LLCC v6.

Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
---
Melody Olvera (4):
      dt-bindings: cache: qcom,llcc: Document SM8750 LLCC block
      soc: qcom: llcc-qcom: Add support for LLCC V6
      soc: qcom: llcc-qcom: Add support for SM8750
      arm64: dts: qcom: sm8750: Add LLCC node

 .../devicetree/bindings/cache/qcom,llcc.yaml       |   2 +
 arch/arm64/boot/dts/qcom/sm8750.dtsi               |  11 +
 drivers/soc/qcom/llcc-qcom.c                       | 263 ++++++++++++++++++++-
 include/linux/soc/qcom/llcc-qcom.h                 |   8 +
 4 files changed, 280 insertions(+), 4 deletions(-)
---
base-commit: 37136bf5c3a6f6b686d74f41837a6406bec6b7bc
change-id: 20250107-sm8750_llcc_master-baa3de44b03b

Best regards,