mbox series

[PATCHv2,0/9] soc: qcom: llcc: Add LLCC support for SM8450 SoC

Message ID cover.1643355594.git.quic_saipraka@quicinc.com (mailing list archive)
Headers show
Series soc: qcom: llcc: Add LLCC support for SM8450 SoC | expand

Message

Sai Prakash Ranjan Jan. 28, 2022, 7:47 a.m. UTC
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.

Changes in v2:
 * Fix version assignment to drv_data.

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, 105 insertions(+), 15 deletions(-)

Comments

Vinod Koul Feb. 6, 2022, 2:13 p.m. UTC | #1
On 28-01-22, 13:17, Sai Prakash Ranjan wrote:
> 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.

I have tested this on SM8450 QRD and MTP

Tested-by: Vinod Koul <vkoul@kernel.org>
Sai Prakash Ranjan Feb. 9, 2022, 1:01 p.m. UTC | #2
On 2/6/2022 7:43 PM, Vinod Koul wrote:
> On 28-01-22, 13:17, Sai Prakash Ranjan wrote:
>> 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.
> I have tested this on SM8450 QRD and MTP
>
> Tested-by: Vinod Koul <vkoul@kernel.org>
>

Thanks Vinod.

-Sai
patchwork-bot+linux-arm-msm@kernel.org Feb. 11, 2022, 5:10 p.m. UTC | #3
Hello:

This series was applied to qcom/linux.git (for-next)
by Bjorn Andersson <bjorn.andersson@linaro.org>:

On Fri, 28 Jan 2022 13:17:07 +0530 you wrote:
> 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.
> 
> Changes in v2:
>  * Fix version assignment to drv_data.
> 
> [...]

Here is the summary with links:
  - [PATCHv2,1/9] soc: qcom: llcc: Add support for 16 ways of allocation
    https://git.kernel.org/qcom/c/06b24ab36440
  - [PATCHv2,2/9] soc: qcom: llcc: Update the logic for version info extraction
    https://git.kernel.org/qcom/c/8008e7902f28
  - [PATCHv2,3/9] soc: qcom: llcc: Add write-cache cacheable support
    https://git.kernel.org/qcom/c/2b8175a1f108
  - [PATCHv2,4/9] soc: qcom: llcc: Add missing llcc configuration data
    https://git.kernel.org/qcom/c/bc88a42075cd
  - [PATCHv2,5/9] soc: qcom: llcc: Update register offsets for newer LLCC HW
    https://git.kernel.org/qcom/c/424ad93c23e2
  - [PATCHv2,6/9] soc: qcom: llcc: Add configuration data for SM8450 SoC
    https://git.kernel.org/qcom/c/a6e9d7ef252c
  - [PATCHv2,7/9] dt-bindings: arm: msm: Add LLCC compatible for SM8350
    https://git.kernel.org/qcom/c/c4bfcb73b609
  - [PATCHv2,8/9] dt-bindings: arm: msm: Add LLCC compatible for SM8450
    https://git.kernel.org/qcom/c/c9413e3e1e59
  - [PATCHv2,9/9] arm64: dts: qcom: sm8450: Add LLCC/system-cache-controller node
    https://git.kernel.org/qcom/c/1dc3e50eb680

You are awesome, thank you!