Skip to content
/ linux Public

Commit 846b226

Browse files
krishnachaitanya-linuxSasha Levin
authored andcommitted
PCI: Add ACS quirk for Qualcomm Hamoa & Glymur
[ Upstream commit 44d2f70 ] The Qualcomm Hamoa & Glymur Root Ports don't advertise an ACS capability, but they do provide ACS-like features to disable peer transactions and validate bus numbers in requests. Add an ACS quirk for Hamoa & Glymur. Signed-off-by: Krishna Chaitanya Chundru <krishna.chundru@oss.qualcomm.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://patch.msgid.link/20260109-acs_quirk-v1-1-82adf95a89ae@oss.qualcomm.com Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent ec494c0 commit 846b226

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/pci/quirks.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5110,6 +5110,10 @@ static const struct pci_dev_acs_enabled {
51105110
{ PCI_VENDOR_ID_QCOM, 0x0401, pci_quirk_qcom_rp_acs },
51115111
/* QCOM SA8775P root port */
51125112
{ PCI_VENDOR_ID_QCOM, 0x0115, pci_quirk_qcom_rp_acs },
5113+
/* QCOM Hamoa root port */
5114+
{ PCI_VENDOR_ID_QCOM, 0x0111, pci_quirk_qcom_rp_acs },
5115+
/* QCOM Glymur root port */
5116+
{ PCI_VENDOR_ID_QCOM, 0x0120, pci_quirk_qcom_rp_acs },
51135117
/* HXT SD4800 root ports. The ACS design is same as QCOM QDF2xxx */
51145118
{ PCI_VENDOR_ID_HXT, 0x0401, pci_quirk_qcom_rp_acs },
51155119
/* Intel PCH root ports */

0 commit comments

Comments
 (0)