summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2024-12-05PCI: Fix use-after-free of slot->bus on hot removeLukas Wunner
2024-12-05PCI: cpqphp: Fix PCIBIOS_* return value confusionIlpo Järvinen
2024-12-05PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check config readsweiyufeng
2024-11-08PCI: Add function 0 DMA alias quirk for Glenfly Arise chipWangYuli
2024-11-08PCI: Mark Creative Labs EMU20k2 INTx masking as brokenAlex Williamson
2024-11-08PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handlerSean Anderson
2024-11-08PCI: xilinx-nwl: Use irq_data_get_irq_chip_data()Thomas Gleixner
2024-11-08PCI: xilinx-nwl: Fix register misspellingSean Anderson
2024-09-12PCI: Add missing bridge lock to pci_bus_lock()Dan Williams
2024-09-12pci/hotplug/pnv_php: Fix hotplug driver crash on PowernvKrishna Kumar
2024-08-19PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpioManivannan Sadhasivam
2024-08-19PCI: rockchip: Make 'ep-gpios' DT property optionalChen-Yu Tsai
2024-08-19PCI: hv: Return zero, not garbage, when reading PCI_INTERRUPT_PINWei Liu
2024-08-19PCI: Fix resource double counting on remove & rescanIlpo Järvinen
2024-08-19PCI: Equalize hotplug memory and io for occupied and empty slotsJon Derrick
2024-07-05PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe PortsMario Limonciello
2024-07-05PCI: rockchip-ep: Remove wrong mask on subsys_vendor_idRick Wertenbroek
2024-04-13PCI/PM: Drain runtime-idle callbacks before driver removalRafael J. Wysocki
2024-04-13PCI: Drop pci_device_remove() test of pci_dev->driverUwe Kleine-König
2024-03-26PCI: Mark 3ware-9650SE Root Port Extended Tags as brokenJörg Wedekind
2024-03-01PCI/MSI: Prevent MSI hardware interrupt number truncationVidya Sagar
2024-02-23PCI: Only override AMD USB controller if requiredGuilherme G. Piccoli
2024-02-23PCI: Add no PM reset quirk for NVIDIA Spectrum devicesIdo Schimmel
2024-02-23PCI: mediatek: Clear interrupt status before dispatching handlerqizhong cheng
2024-01-15PCI: Disable ATS for specific Intel IPU E2000 devicesBartosz Pawlowski
2024-01-15PCI: Extract ATS disabling to a helper functionBartosz Pawlowski
2023-12-20Revert "PCI: acpiphp: Reassign resources on bridge if necessary"Bjorn Helgaas
2023-11-28PCI: keystone: Don't discard .probe() callbackUwe Kleine-König
2023-11-28PCI: keystone: Don't discard .remove() callbackUwe Kleine-König
2023-11-28PCI/sysfs: Protect driver's D3cold preference from user spaceLukas Wunner
2023-11-08PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD deviceVicki Pfau
2023-10-10Revert "PCI: qcom: Disable write access to read only registers for IP v2.3.3"Greg Kroah-Hartman
2023-09-23Revert "PCI: Mark NVIDIA T4 GPUs to avoid bus reset"Bjorn Helgaas
2023-09-23PCI: Decode PCIe 32 GT/s link speedGustavo Pimentel
2023-09-23PCI/ATS: Add pci_prg_resp_pasid_required() interface.Kuppuswamy Sathyanarayanan
2023-09-23PCI/ASPM: Use RMW accessors for changing LNKCTLIlpo Järvinen
2023-09-23PCI: pciehp: Use RMW accessors for changing LNKCTLIlpo Järvinen
2023-09-23PCI: Mark NVIDIA T4 GPUs to avoid bus resetWu Zongyong
2023-08-30PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root busIgor Mammedov
2023-08-30PCI: acpiphp: Reassign resources on bridge if necessaryIgor Mammedov
2023-08-11PCI/ASPM: Avoid link retraining raceIlpo Järvinen
2023-08-11PCI/ASPM: Factor out pcie_wait_for_retrain()Ilpo Järvinen
2023-08-11PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link()Bjorn Helgaas
2023-08-11PCI: Rework pcie_retrain_link() wait loopStefan Mätje
2023-08-11PCI: rockchip: Use u32 variable to access 32-bit registersRick Wertenbroek
2023-08-11PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe endpoint coreRick Wertenbroek
2023-08-11PCI: rockchip: Add poll and timeout to wait for PHY PLLs to be lockedRick Wertenbroek
2023-08-11PCI: rockchip: Write PCI Device ID to correct registerRick Wertenbroek
2023-08-11PCI: rockchip: Assert PCI Configuration Enable bit after probeRick Wertenbroek
2023-08-11PCI: qcom: Disable write access to read only registers for IP v2.3.3Manivannan Sadhasivam