summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-driver.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/PM: Mark devices disconnected if upstream PCIe link is down on resumeMika Westerberg2023-09-291-1/+13
* PCI: Simplify pci_dev_driver()Bjorn Helgaas2023-08-251-6/+7
* PCI: Remove unnecessary initializationsBjorn Helgaas2023-08-251-2/+2
* PCI: Unexport pcie_port_bus_typeBjorn Helgaas2023-08-251-1/+0
* PCI/PM: Drop pci_bridge_wait_for_secondary_bus() timeout parameterMika Westerberg2023-04-111-2/+2
* PCI/PM: Increase wait time after resumeMika Westerberg2023-04-111-1/+2
* Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-241-1/+1
|\
| * PCI: Unify delay handling for reset and resumeLukas Wunner2023-02-071-1/+1
* | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
|/
* PCI/PM: Remove unused 'state' parameter to pci_legacy_suspend_late()Bjorn Helgaas2022-10-261-4/+4
* PCI/PM: Simplify pci_pm_suspend_noirq()Rajvi Jingar2022-09-121-12/+7
* PCI/PM: Always disable PTM for all devices during suspendBjorn Helgaas2022-09-121-0/+11
* Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-311-0/+18
|\
| * bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu2022-04-281-0/+18
* | PCI/PM: Replace pci_set_power_state() in pci_pm_thaw_noirq()Rafael J. Wysocki2022-05-051-2/+7
* | PCI/PM: Drop the runtime_d3cold device flagRafael J. Wysocki2022-05-051-2/+0
* | PCI/PM: Resume subordinate bus in bus type callbacksRafael J. Wysocki2022-05-051-2/+13
* | PCI/PM: Power up all devices during runtime resumeRafael J. Wysocki2022-05-051-1/+1
* | PCI/PM: Define pci_restore_standard_config() only for CONFIG_PM_SLEEPKrzysztof Kozlowski2022-05-051-6/+11
|/
* Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-221-5/+16
|\
| * sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-161-2/+2
| * pci: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker2022-02-161-5/+16
* | PM: sleep: Add device name to suspend_report_result()Youngjin Jang2022-03-081-7/+7
|/
* Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"Bjorn Helgaas2021-11-111-17/+16
* Revert "PCI: Remove struct pci_dev->driver"Bjorn Helgaas2021-11-111-0/+4
* Merge branch 'pci/misc'Bjorn Helgaas2021-11-051-1/+1
|\
| * PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński2021-10-081-1/+1
* | Merge branch 'pci/hotplug'Bjorn Helgaas2021-11-051-1/+1
|\ \
| * | PCI/ERR: Reduce compile time for CONFIG_PCIEAER=nLukas Wunner2021-10-161-1/+1
| |/
* | PCI: Remove struct pci_dev->driverUwe Kleine-König2021-10-181-4/+0
* | PCI: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2021-10-181-16/+17
* | PCI: Drop pci_device_probe() test of !pci_dev->driverUwe Kleine-König2021-10-121-1/+1
* | PCI: Drop pci_device_remove() test of pci_dev->driverUwe Kleine-König2021-10-121-9/+7
|/
* Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-09-021-7/+21
|\
| * PCI: Add 'override_only' field to struct pci_device_idMax Gurtovoy2021-08-261-7/+21
* | bus: Make remove callback return voidUwe Kleine-König2021-07-211-2/+1
|/
* PCI: Add support for dev_groups to struct pci_driverAndrey Grodzovsky2021-05-191-0/+1
* Merge branch 'pci/misc'Bjorn Helgaas2020-12-151-2/+2
|\
| * PCI: Fix kernel-doc markupMauro Carvalho Chehab2020-11-301-2/+2
* | PCI: Avoid duplicate IDs in driver dynamic IDs listZhenzhong Duan2020-11-201-1/+1
* | PCI: Move pci_match_device() ahead of new_id_store()Zhenzhong Duan2020-11-201-72/+73
|/
* Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-26/+0
|\
| * PCI/PM: Remove unused pcibios_pm_opsVaibhav Gupta2020-09-291-26/+0
* | dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-061-0/+1
|/
* PCI: Restrict probe functions to housekeeping CPUsAlex Belits2020-07-081-1/+4
* PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()Rafael J. Wysocki2020-04-241-4/+4
* PM: sleep: core: Rename dev_pm_may_skip_resume()Rafael J. Wysocki2020-04-241-2/+2
* PM: sleep: core: Rework the power.may_skip_resume handlingRafael J. Wysocki2020-04-241-5/+3
* PM: sleep: core: Do not skip callbacks in the resume phaseRafael J. Wysocki2020-04-241-8/+10
* PCI/PM: Add missing link delays required by the PCIe specMika Westerberg2019-11-201-1/+10