]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
PCI: Add ACS quirk for Qualcomm SA8775P
authorSubramanian Ananthanarayanan <quic_skananth@quicinc.com>
Fri, 6 Sep 2024 05:22:27 +0000 (10:52 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2024 13:11:51 +0000 (15:11 +0200)
commit351a97d9f8e712c640fb9045cc14cbc0c3ad5dbc
treeef6c06580fee0e3c6c160dd06df4d60d6913f18b
parent3e11b8de964d31d61323b49dde16ebe8994c7c8a
PCI: Add ACS quirk for Qualcomm SA8775P

[ Upstream commit 026f84d3fa62d215b11cbeb5a5d97df941e93b5c ]

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.

Thus, add an ACS quirk for the SA8775P.

Link: https://lore.kernel.org/linux-pci/20240906052228.1829485-1-quic_skananth@quicinc.com
Signed-off-by: Subramanian Ananthanarayanan <quic_skananth@quicinc.com>
Signed-off-by: Krzysztof WilczyƄski <kwilczynski@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/pci/quirks.c