* [PATCH v1] PCI: Add ACS quirk for Qualcomm SA8775P
@ 2024-09-06 5:22 Subramanian Ananthanarayanan
2024-09-06 6:45 ` Krzysztof Wilczyński
0 siblings, 1 reply; 2+ messages in thread
From: Subramanian Ananthanarayanan @ 2024-09-06 5:22 UTC (permalink / raw)
To: bhelgaas
Cc: quic_krichai, quic_vbadigan, linux-arm-msm,
Subramanian Ananthanarayanan, open list:PCI SUBSYSTEM, open list
The Qualcomm SA8775P 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 the SA8775P.
Signed-off-by: Subramanian Ananthanarayanan <quic_skananth@quicinc.com>
---
drivers/pci/quirks.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 507006ff13dd..bc739f04d4b1 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -5087,6 +5087,8 @@ static const struct pci_dev_acs_enabled {
/* QCOM QDF2xxx root ports */
{ PCI_VENDOR_ID_QCOM, 0x0400, pci_quirk_qcom_rp_acs },
{ PCI_VENDOR_ID_QCOM, 0x0401, pci_quirk_qcom_rp_acs },
+ /* QCOM SA8775P root port */
+ { PCI_VENDOR_ID_QCOM, 0x0115, pci_quirk_qcom_rp_acs },
/* HXT SD4800 root ports. The ACS design is same as QCOM QDF2xxx */
{ PCI_VENDOR_ID_HXT, 0x0401, pci_quirk_qcom_rp_acs },
/* Intel PCH root ports */
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v1] PCI: Add ACS quirk for Qualcomm SA8775P
2024-09-06 5:22 [PATCH v1] PCI: Add ACS quirk for Qualcomm SA8775P Subramanian Ananthanarayanan
@ 2024-09-06 6:45 ` Krzysztof Wilczyński
0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Wilczyński @ 2024-09-06 6:45 UTC (permalink / raw)
To: Subramanian Ananthanarayanan
Cc: bhelgaas, quic_krichai, quic_vbadigan, linux-arm-msm,
open list:PCI SUBSYSTEM, open list
Hello,
> The Qualcomm SA8775P 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 the SA8775P.
Applied to quirks, thank you!
[1/1] PCI: Add ACS quirk for Qualcomm SA8775P
https://git.kernel.org/pci/pci/c/026f84d3fa62
Krzysztof
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-06 6:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-06 5:22 [PATCH v1] PCI: Add ACS quirk for Qualcomm SA8775P Subramanian Ananthanarayanan
2024-09-06 6:45 ` Krzysztof Wilczyński
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox