Skip to content

Commit bf62c12

Browse files
committed
Revert "FROMLIST: PCI: dwc: Remove MSI/MSIX capability if iMSI-RX is used as MSI controller"
This is causing excessive logging on some targets. [ 51.975219][ T818] pcieport 0000:00:00.0: AER: Correctable error message received from 0000:01:00.0 [ 51.990628][ T818] ath11k_pci 0000:01:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Transmitter ID) [ 52.001895][ T818] ath11k_pci 0000:01:00.0: device [17cb:1103] error status/mask=00001000/0000e000 [ 52.011381][ T818] ath11k_pci 0000:01:00.0: [12] Timeout [ 52.018815][ T818] pcieport 0000:00:00.0: AER: Correctable error message received from 0000:01:00.0 [ 52.028307][ T818] ath11k_pci 0000:01:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Transmitter ID) [ 52.039565][ T818] ath11k_pci 0000:01:00.0: device [17cb:1103] error status/mask=00001000/0000e000 [ 52.049033][ T818] ath11k_pci 0000:01:00.0: [12] Timeout Reverting the commit for now to unblock. This reverts commit 46992e0. Signed-off-by: Salendarsingh Gaud <sgaud@qti.qualcomm.com>
1 parent 12254e1 commit bf62c12

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

drivers/pci/controller/dwc/pcie-designware-host.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,16 +1106,6 @@ int dw_pcie_setup_rc(struct dw_pcie_rp *pp)
11061106

11071107
dw_pcie_dbi_ro_wr_dis(pci);
11081108

1109-
/*
1110-
* If iMSI-RX module is used as the MSI controller, remove MSI and
1111-
* MSI-X capabilities from PCIe Root Ports to ensure fallback to INTx
1112-
* interrupt handling.
1113-
*/
1114-
if (pp->has_msi_ctrl) {
1115-
dw_pcie_remove_capability(pci, PCI_CAP_ID_MSI);
1116-
dw_pcie_remove_capability(pci, PCI_CAP_ID_MSIX);
1117-
}
1118-
11191109
return 0;
11201110
}
11211111
EXPORT_SYMBOL_GPL(dw_pcie_setup_rc);

0 commit comments

Comments
 (0)