summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-driver.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2024-03-12Merge branch 'pci/pm'Bjorn Helgaas1-4/+8
2024-03-05PCI/PM: Drain runtime-idle callbacks before driver removalRafael J. Wysocki1-0/+7
2024-03-01PCI/PM: Allow runtime PM with no PM callbacks at allRaag Jadav1-4/+1
2024-02-08PCI: Make pcie_port_bus_type constRicardo B. Marliere1-1/+1
2024-01-30PCI: Place interrupt related code into irq.cIlpo Järvinen1-9/+0
2023-09-30PCI/PM: Mark devices disconnected if upstream PCIe link is down on resumeMika Westerberg1-1/+13
2023-08-25PCI: Simplify pci_dev_driver()Bjorn Helgaas1-6/+7
2023-08-25PCI: Remove unnecessary initializationsBjorn Helgaas1-2/+2
2023-08-25PCI: Unexport pcie_port_bus_typeBjorn Helgaas1-1/+0
2023-04-12PCI/PM: Drop pci_bridge_wait_for_secondary_bus() timeout parameterMika Westerberg1-2/+2
2023-04-12PCI/PM: Increase wait time after resumeMika Westerberg1-1/+2
2023-02-25Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-02-07PCI: Unify delay handling for reset and resumeLukas Wunner1-1/+1
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2022-10-26PCI/PM: Remove unused 'state' parameter to pci_legacy_suspend_late()Bjorn Helgaas1-4/+4
2022-09-12PCI/PM: Simplify pci_pm_suspend_noirq()Rajvi Jingar1-12/+7
2022-09-12PCI/PM: Always disable PTM for all devices during suspendBjorn Helgaas1-0/+11
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+18
2022-05-05PCI/PM: Replace pci_set_power_state() in pci_pm_thaw_noirq()Rafael J. Wysocki1-2/+7
2022-05-05PCI/PM: Drop the runtime_d3cold device flagRafael J. Wysocki1-2/+0
2022-05-05PCI/PM: Resume subordinate bus in bus type callbacksRafael J. Wysocki1-2/+13
2022-05-05PCI/PM: Power up all devices during runtime resumeRafael J. Wysocki1-1/+1
2022-05-05PCI/PM: Define pci_restore_standard_config() only for CONFIG_PM_SLEEPKrzysztof Kozlowski1-6/+11
2022-04-28bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu1-0/+18
2022-03-23Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+16
2022-03-08PM: sleep: Add device name to suspend_report_result()Youngjin Jang1-7/+7
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker1-2/+2
2022-02-16pci: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker1-5/+16
2021-11-11Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"Bjorn Helgaas1-17/+16
2021-11-11Revert "PCI: Remove struct pci_dev->driver"Bjorn Helgaas1-0/+4
2021-11-05Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2021-11-05Merge branch 'pci/hotplug'Bjorn Helgaas1-1/+1
2021-10-18PCI: Remove struct pci_dev->driverUwe Kleine-König1-4/+0
2021-10-18PCI: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König1-16/+17
2021-10-16PCI/ERR: Reduce compile time for CONFIG_PCIEAER=nLukas Wunner1-1/+1
2021-10-13PCI: Drop pci_device_probe() test of !pci_dev->driverUwe Kleine-König1-1/+1
2021-10-13PCI: Drop pci_device_remove() test of pci_dev->driverUwe Kleine-König1-9/+7
2021-10-09PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński1-1/+1
2021-09-02Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-7/+21
2021-08-26PCI: Add 'override_only' field to struct pci_device_idMax Gurtovoy1-7/+21
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-2/+1
2021-05-20PCI: Add support for dev_groups to struct pci_driverAndrey Grodzovsky1-0/+1
2020-12-16Merge branch 'pci/misc'Bjorn Helgaas1-2/+2
2020-11-30PCI: Fix kernel-doc markupMauro Carvalho Chehab1-2/+2
2020-11-21PCI: Avoid duplicate IDs in driver dynamic IDs listZhenzhong Duan1-1/+1
2020-11-21PCI: Move pci_match_device() ahead of new_id_store()Zhenzhong Duan1-72/+73
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-26/+0
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig1-0/+1
2020-09-29PCI/PM: Remove unused pcibios_pm_opsVaibhav Gupta1-26/+0