Message ID | 20231030-topic-sm8650-upstream-llcc-v2-0-f281cec608e2@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | soc: qcom: llcc: Introduce support for SM8650 | expand |
On Mon, 30 Oct 2023 10:45:13 +0100, Neil Armstrong wrote: > Add LLCC tables and Bindings for SM8650 platform. > > Dependencies: None > > For convenience, a regularly refreshed linux-next based git tree containing > all the SM8650 related work is available at: > https://git.codelinaro.org/neil.armstrong/linux/-/tree/topic/sm8650/upstream/integ > > [...] Applied, thanks! [1/2] dt-bindings: cache: qcom,llcc: Document the SM8650 Last Level Cache Controller commit: 8fa41c40a1cb8bd78e3aba36865162c8d7019d94 [2/2] soc: qcom: llcc: Add configuration data for SM8650 commit: 7a280fec21fa4ca313e7aa6708f2480757501053 Best regards,
Add LLCC tables and Bindings for SM8650 platform. Dependencies: None For convenience, a regularly refreshed linux-next based git tree containing all the SM8650 related work is available at: https://git.codelinaro.org/neil.armstrong/linux/-/tree/topic/sm8650/upstream/integ Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- Changes in v2: - Updated LLCC table values with latest vendor changes - Link to v1: https://lore.kernel.org/r/20231025-topic-sm8650-upstream-llcc-v1-0-ba4566225424@linaro.org --- Neil Armstrong (2): dt-bindings: cache: qcom,llcc: Document the SM8650 Last Level Cache Controller soc: qcom: llcc: Add configuration data for SM8650 .../devicetree/bindings/cache/qcom,llcc.yaml | 1 + drivers/soc/qcom/llcc-qcom.c | 43 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) --- base-commit: fe1998aa935b44ef873193c0772c43bce74f17dc change-id: 20231016-topic-sm8650-upstream-llcc-9d286c755615 Best regards,