This patch series adds support for LLCC on SM8450 SoC. It mainly consists of LLCC driver changes to incorporate newer LLCC HW found on SM8450 SoC and the corresponding DT bits to enable LLCC. Based on qcom/for-next branch. Huang Yiwei (1): soc: qcom: llcc: Add support for 16 ways of allocation Sai Prakash Ranjan (8): soc: qcom: llcc: Update the logic for version info extraction soc: qcom: llcc: Add write-cache cacheable support soc: qcom: llcc: Add missing llcc configuration data soc: qcom: llcc: Update register offsets for newer LLCC HW soc: qcom: llcc: Add configuration data for SM8450 SoC dt-bindings: arm: msm: Add LLCC compatible for SM8350 dt-bindings: arm: msm: Add LLCC compatible for SM8450 arm64: dts: qcom: sm8450: Add LLCC/system-cache-controller node .../bindings/arm/msm/qcom,llcc.yaml | 2 + arch/arm64/boot/dts/qcom/sm8450.dtsi | 7 ++ drivers/soc/qcom/llcc-qcom.c | 102 +++++++++++++++--- include/linux/soc/qcom/llcc-qcom.h | 9 +- 4 files changed, 104 insertions(+), 16 deletions(-) base-commit: 073a39a2a63abd46339a50eb07bd23958d99efbe prerequisite-patch-id: 33fc8487573f4dd2ef21bfdfcf57d1437f456df3 prerequisite-patch-id: 026a0e76224498cec9ad15cbbc452f8f4fcdbca9 prerequisite-patch-id: 626323d13e5cc60434e225544b71314fd84adf90 prerequisite-patch-id: a1d79b7d366eb3a749621998580d8607a852a432 prerequisite-patch-id: 51d51021554581d9ccf510a8c9087748b9a77019 prerequisite-patch-id: ecbbd03ca61082e78754d52d1b3e99848185b4d1 prerequisite-patch-id: 6120d52065436b3d5fcc4aa509af2046bea1e344 prerequisite-patch-id: 388f5c230d39b7181a0f563b6fc5b3e35d4d7f75 -- 2.33.1