]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
PCI: qcom: Remove ASPM L0s support for MSM8996 SoC
authorManivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
Wed, 26 Nov 2025 08:17:18 +0000 (13:47 +0530)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 30 Dec 2025 17:12:22 +0000 (11:12 -0600)
commit0cc13256b60510936c34098ee7b929098eed823b
tree3c1590414ecde614009350759cab01977c0df489
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
PCI: qcom: Remove ASPM L0s support for MSM8996 SoC

Though I couldn't confirm ASPM L0s support with the Qcom hardware team, a
bug report from Dmitry suggests that L0s is broken on this legacy SoC.
Hence, remove L0s support from the Root Port Link Capabilities in this SoC.

Since qcom_pcie_clear_aspm_l0s() is now used by more than one SoC config,
call it from qcom_pcie_host_init() instead.

Reported-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Closes: https://lore.kernel.org/linux-pci/4cp5pzmlkkht2ni7us6p3edidnk25l45xrp6w3fxguqcvhq2id@wjqqrdpkypkf
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Tested-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://patch.msgid.link/20251126081718.8239-1-mani@kernel.org
drivers/pci/controller/dwc/pcie-qcom.c