mbox series

[v2,0/2] soc: qcom: llcc: Add LLCC support for the QCS615 platform

Message ID 20241010-add_llcc_support_for_qcs615-v2-0-044432450a75@quicinc.com (mailing list archive)
Headers show
Series soc: qcom: llcc: Add LLCC support for the QCS615 platform | expand

Message

Song Xue Oct. 10, 2024, 6:38 a.m. UTC
The QCS615 platform has LLCC(Last Level Cache Controller) as the system
cache controller. It includes 1 LLCC instance and 1 LLCC broadcast
interface.

Add Bindings and LLCC tables for the QCS615 platform.

Signed-off-by: Song Xue <quic_songxue@quicinc.com>
---
Changes in v2:
- Update the format of the slice configuration setting.
- Link to v1: https://lore.kernel.org/r/d275829f-190c-4b73-a378-1025ca8277ed@quicinc.com

---
Song Xue (2):
      dt-bindings: cache: qcom,llcc: Document the QCS615 LLCC
      soc: qcom: llcc: Add configuration data for QCS615

 .../devicetree/bindings/cache/qcom,llcc.yaml       |  2 +
 drivers/soc/qcom/llcc-qcom.c                       | 55 ++++++++++++++++++++++
 2 files changed, 57 insertions(+)
---
base-commit: b6270c3bca987530eafc6a15f9d54ecd0033e0e3
change-id: 20241009-add_llcc_support_for_qcs615-6685f5c031b3

Best regards,

Comments

Bjorn Andersson Nov. 4, 2024, 4:13 a.m. UTC | #1
On Thu, 10 Oct 2024 14:38:38 +0800, Song Xue wrote:
> The QCS615 platform has LLCC(Last Level Cache Controller) as the system
> cache controller. It includes 1 LLCC instance and 1 LLCC broadcast
> interface.
> 
> Add Bindings and LLCC tables for the QCS615 platform.
> 
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: cache: qcom,llcc: Document the QCS615 LLCC
      commit: 08e2d7c64edddbc0b0885be901b3f752ea245587
[2/2] soc: qcom: llcc: Add configuration data for QCS615
      commit: 9f85ed1976bc7882a300aedb556148dbbb245b96

Best regards,