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

Krishna chaitanya chundru posted 2 patches 3 years, 6 months ago
Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 10 ++++++----
arch/arm64/boot/dts/qcom/sc7280.dtsi                 |  8 ++++++--
2 files changed, 12 insertions(+), 6 deletions(-)
[PATCH v4 0/2] PCI: qcom: sc7280: add missing aggre0 and aggre1 clocks
Posted by Krishna chaitanya chundru 3 years, 6 months ago
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
Re: [PATCH v4 0/2] PCI: qcom: sc7280: add missing aggre0 and aggre1 clocks
Posted by Bjorn Andersson 3 years, 6 months ago
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 <andersson@kernel.org>
Re: (subset) [PATCH v4 0/2] PCI: qcom: sc7280: add missing aggre0 and aggre1 clocks
Posted by Lorenzo Pieralisi 3 years, 6 months ago
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