summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-driver.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* PCI: Make pci_bus_type constantKunwu Chan2024-08-231-1/+1
* driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-4/+4
* Merge branch 'pci/misc'Bjorn Helgaas2024-03-121-1/+1
|\
| * PCI: Make pcie_port_bus_type constRicardo B. Marliere2024-02-081-1/+1
* | Merge branch 'pci/pm'Bjorn Helgaas2024-03-121-4/+8
|\ \
| * | PCI/PM: Drain runtime-idle callbacks before driver removalRafael J. Wysocki2024-03-051-0/+7
| * | PCI/PM: Allow runtime PM with no PM callbacks at allRaag Jadav2024-02-291-4/+1
| |/
* / PCI: Place interrupt related code into irq.cIlpo Järvinen2024-01-301-9/+0
|/
* PCI/PM: Mark devices disconnected if upstream PCIe link is down on resumeMika Westerberg2023-09-301-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-121-2/+2
* PCI/PM: Increase wait time after resumeMika Westerberg2023-04-121-1/+2
* Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-251-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-091-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-131-1/+1
* | PCI: Drop pci_device_remove() test of pci_dev->driverUwe Kleine-König2021-10-131-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-201-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-211-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
|\