Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+4 -9
+4
CREDITS
··· 3146 3146 S: 13353 Berlin 3147 3147 S: Germany 3148 3148 3149 + N: Gustavo Pimental 3150 + E: gustavo.pimentel@synopsys.com 3151 + D: PCI driver for Synopsys DesignWare 3152 + 3149 3153 N: Emanuel Pirker 3150 3154 E: epirker@edu.uni-klu.ac.at 3151 3155 D: AIC5800 IEEE 1394, RAW I/O on 1394
-1
MAINTAINERS
··· 16968 16968 16969 16969 PCI DRIVER FOR SYNOPSYS DESIGNWARE 16970 16970 M: Jingoo Han <jingoohan1@gmail.com> 16971 - M: Gustavo Pimentel <gustavo.pimentel@synopsys.com> 16972 16971 M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> 16973 16972 L: linux-pci@vger.kernel.org 16974 16973 S: Maintained
-8
drivers/pci/quirks.c
··· 3766 3766 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_CAVIUM, 0xa100, quirk_no_bus_reset); 3767 3767 3768 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 - 3776 - /* 3777 3769 * Some TI KeyStone C667X devices do not support bus/hot reset. The PCIESS 3778 3770 * automatically disables LTSSM when Secondary Bus Reset is received and 3779 3771 * the device stops working. Prevent bus reset for these devices. With