[PATCH 0/3] arm64: qcom: SA8775p: Add llcc support

Tengfei Fan posted 3 patches 1 year, 6 months ago
.../devicetree/bindings/cache/qcom,llcc.yaml  | 28 +++++++++++++++
arch/arm64/boot/dts/qcom/sa8775p.dtsi         | 19 ++++++++++
drivers/soc/qcom/llcc-qcom.c                  | 35 +++++++++++++++++++
3 files changed, 82 insertions(+)
[PATCH 0/3] arm64: qcom: SA8775p: Add llcc support
Posted by Tengfei Fan 1 year, 6 months ago
The SA8775p platform has LLCC as the system cache controller. It
includes 6 LLCC instances and 1 broadcast interface.

Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
---

Tengfei Fan (3):
  dt-bindings: cache: qcom,llcc: Add SA8775p description
  soc: qcom: llcc: Add llcc configuration support for the SA8775p
    platform
  arm64: dts: qcom: sa8775p: Add llcc support for the SA8775p platform

 .../devicetree/bindings/cache/qcom,llcc.yaml  | 28 +++++++++++++++
 arch/arm64/boot/dts/qcom/sa8775p.dtsi         | 19 ++++++++++
 drivers/soc/qcom/llcc-qcom.c                  | 35 +++++++++++++++++++
 3 files changed, 82 insertions(+)


base-commit: 9d99040b1bc8dbf385a8aa535e9efcdf94466e19
-- 
2.25.1
Re: (subset) [PATCH 0/3] arm64: qcom: SA8775p: Add llcc support
Posted by Bjorn Andersson 1 year, 6 months ago
On Wed, 29 May 2024 18:15:31 +0800, Tengfei Fan wrote:
> The SA8775p platform has LLCC as the system cache controller. It
> includes 6 LLCC instances and 1 broadcast interface.
> 
> 

Applied, thanks!

[3/3] arm64: dts: qcom: sa8775p: Add llcc support for the SA8775p platform
      commit: 809c20b1ffc80200bfcbbeceb0d946a3e0eed3a4

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: (subset) [PATCH 0/3] arm64: qcom: SA8775p: Add llcc support
Posted by Rob Herring 1 year, 6 months ago
On Wed, May 29, 2024 at 10:27:00PM -0500, Bjorn Andersson wrote:
> 
> On Wed, 29 May 2024 18:15:31 +0800, Tengfei Fan wrote:
> > The SA8775p platform has LLCC as the system cache controller. It
> > includes 6 LLCC instances and 1 broadcast interface.
> > 
> > 
> 
> Applied, thanks!
> 
> [3/3] arm64: dts: qcom: sa8775p: Add llcc support for the SA8775p platform
>       commit: 809c20b1ffc80200bfcbbeceb0d946a3e0eed3a4

I'm confused why you didn't pick up the driver and binding?

Rob
Re: (subset) [PATCH 0/3] arm64: qcom: SA8775p: Add llcc support
Posted by Konrad Dybcio 1 year, 6 months ago
On 31.05.2024 3:41 AM, Rob Herring wrote:
> On Wed, May 29, 2024 at 10:27:00PM -0500, Bjorn Andersson wrote:
>>
>> On Wed, 29 May 2024 18:15:31 +0800, Tengfei Fan wrote:
>>> The SA8775p platform has LLCC as the system cache controller. It
>>> includes 6 LLCC instances and 1 broadcast interface.
>>>
>>>
>>
>> Applied, thanks!
>>
>> [3/3] arm64: dts: qcom: sa8775p: Add llcc support for the SA8775p platform
>>       commit: 809c20b1ffc80200bfcbbeceb0d946a3e0eed3a4
> 
> I'm confused why you didn't pick up the driver and binding?

He did, although to a different tree (qcom/arm64-for-x.y vs qcom/drivers-for-x.y)

Konrad