This patchset refactor LLCC driver and adds LLCC support for the Qualcomm QDU1000 and QRU1000 SoCs. Since QDU1000/QRU1000 supports multi channel DDR, add support for multi channel DDR configuration in LLCC. Komal Bajaj (5): soc: qcom: llcc: Refactor llcc driver to support multiple configuration dt-bindings: arm: msm: Add bindings for multi channel DDR in LLCC dt-bindings: arm: msm: Add LLCC compatible for QDU1000/QRU1000 soc: qcom: Add LLCC support for multi channel DDR soc: qcom: llcc: Add QDU1000 and QRU1000 LLCC support .../bindings/arm/msm/qcom,llcc.yaml | 10 + drivers/soc/qcom/llcc-qcom.c | 308 +++++++++++++----- include/linux/soc/qcom/llcc-qcom.h | 4 +- 3 files changed, 240 insertions(+), 82 deletions(-) -- 2.39.1