Skip to content

Commit b3812ff

Browse files
committed
Merge tag 'pci-v6.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Pull pci fixes from Bjorn Helgaas: - Revert a quirk that prevented Secondary Bus Reset for LSI / Agere FW643. We thought the device was broken, but the reset does work correctly on other platforms, and the reset avoids leaking data out of VMs (Bjorn Helgaas) - Update MAINTAINERS to reflect that Gustavo Pimentel is no longer reachable (Manivannan Sadhasivam) * tag 'pci-v6.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci: Revert "PCI: Mark LSI FW643 to avoid bus reset" MAINTAINERS: Drop Gustavo Pimentel as PCI DWC Maintainer
2 parents d7ad058 + 302b84e commit b3812ff

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

CREDITS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3146,6 +3146,10 @@ S: Triftstra=DFe 55
31463146
S: 13353 Berlin
31473147
S: Germany
31483148

3149+
N: Gustavo Pimental
3150+
3151+
D: PCI driver for Synopsys DesignWare
3152+
31493153
N: Emanuel Pirker
31503154
31513155
D: AIC5800 IEEE 1394, RAW I/O on 1394

MAINTAINERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16968,7 +16968,6 @@ F: drivers/pci/controller/dwc/pci-exynos.c
1696816968

1696916969
PCI DRIVER FOR SYNOPSYS DESIGNWARE
1697016970
M: Jingoo Han <[email protected]>
16971-
M: Gustavo Pimentel <[email protected]>
1697216971
M: Manivannan Sadhasivam <[email protected]>
1697316972
1697416973
S: Maintained

drivers/pci/quirks.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3765,14 +3765,6 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x003e, quirk_no_bus_reset);
37653765
*/
37663766
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_CAVIUM, 0xa100, quirk_no_bus_reset);
37673767

3768-
/*
3769-
* Apparently the LSI / Agere FW643 can't recover after a Secondary Bus
3770-
* Reset and requires a power-off or suspend/resume and rescan. Prevent
3771-
* use of that reset.
3772-
*/
3773-
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATT, 0x5900, quirk_no_bus_reset);
3774-
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATT, 0x5901, quirk_no_bus_reset);
3775-
37763768
/*
37773769
* Some TI KeyStone C667X devices do not support bus/hot reset. The PCIESS
37783770
* automatically disables LTSSM when Secondary Bus Reset is received and

0 commit comments

Comments
 (0)