Subject: [PATCH v4 0/2] PCI: qcom: sc7280: add missing aggre0 and aggre1 clocks

Add missing aggre0 and aggre1 clocks supports to PCIe node.

Without voting these clocks, PCIe link is going down when system is
suspended as these clocks can get turned off as no-one is voting for them.

Krishna chaitanya chundru (2):
arm64: dts: qcom: sc7280: Add missing aggre0, aggre1 clocks
dt-bindings: pci: QCOM Add missing sc7280 aggre0, aggre1 clocks

Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 10 ++++++----
arch/arm64/boot/dts/qcom/sc7280.dtsi | 8 ++++++--
2 files changed, 12 insertions(+), 6 deletions(-)

--
2.7.4


2022-09-15 04:00:27

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH v4 0/2] PCI: qcom: sc7280: add missing aggre0 and aggre1 clocks

On Thu, 8 Sep 2022 14:16:14 +0530, Krishna chaitanya chundru wrote:
> Add missing aggre0 and aggre1 clocks supports to PCIe node.
>
> Without voting these clocks, PCIe link is going down when system is
> suspended as these clocks can get turned off as no-one is voting for them.
>
> Krishna chaitanya chundru (2):
> arm64: dts: qcom: sc7280: Add missing aggre0, aggre1 clocks
> dt-bindings: pci: QCOM Add missing sc7280 aggre0, aggre1 clocks
>
> [...]

Applied, thanks!

[1/2] arm64: dts: qcom: sc7280: Add missing aggre0, aggre1 clocks
commit: aaf85b46aa4145f5ec7aa0a9bdf4a93b23474524
[2/2] dt-bindings: pci: QCOM Add missing sc7280 aggre0, aggre1 clocks
commit: a672a9f4a6bba31f8dfb3a77714468ddb985ecf7

Best regards,
--
Bjorn Andersson <[email protected]>

2022-09-27 11:02:51

by Lorenzo Pieralisi

[permalink] [raw]
Subject: Re: (subset) [PATCH v4 0/2] PCI: qcom: sc7280: add missing aggre0 and aggre1 clocks

On Thu, 8 Sep 2022 14:16:14 +0530, Krishna chaitanya chundru wrote:
> Add missing aggre0 and aggre1 clocks supports to PCIe node.
>
> Without voting these clocks, PCIe link is going down when system is
> suspended as these clocks can get turned off as no-one is voting for them.
>
> Krishna chaitanya chundru (2):
> arm64: dts: qcom: sc7280: Add missing aggre0, aggre1 clocks
> dt-bindings: pci: QCOM Add missing sc7280 aggre0, aggre1 clocks
>
> [...]

Applied to pci/dt - dts changes (patch 1) should go via
platform tree, thanks!

[2/2] dt-bindings: pci: QCOM Add missing sc7280 aggre0, aggre1 clocks
https://git.kernel.org/lpieralisi/pci/c/1abbe04a1b55

Thanks,
Lorenzo