]> git.ipfire.org Git - thirdparty/linux.git/commit
PCI: Avoid SBR for Qualcomm WCN6855/WCN7850 WiFi, SDX62/SDX65 modems
authorJose Ignacio Tornos Martinez <jtornosm@redhat.com>
Wed, 3 Jun 2026 10:58:53 +0000 (12:58 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 10 Jun 2026 19:38:30 +0000 (14:38 -0500)
commit6a4f64c3a3ada43e71ef1e06da89beb36bdaeefa
tree75daa23b15e7b989ab96a562d59d24c8a68e3429
parent9f22b92259bb5ac43e2b9007103787d4418fec56
PCI: Avoid SBR for Qualcomm WCN6855/WCN7850 WiFi, SDX62/SDX65 modems

Some Qualcomm PCIe devices (WCN6855/WCN7850 WiFi cards, SDX62/SDX65 modems)
do not properly support Secondary Bus Reset (SBR).

Testing confirms this is device-specific, not deployment-specific:
MediaTek MT7925e successfully uses bus reset through the same passive
M.2-to-PCIe adapters where Qualcomm devices fail, proving PERST# is
properly wired through the adapters.

Prevent use of Secondary Bus Reset for these devices.

Signed-off-by: Jose Ignacio Tornos Martinez <jtornosm@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/all/20260609163649.319755-4-jtornosm@redhat.com
drivers/pci/quirks.c