summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-driver.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/PM: Add missing link delays required by the PCIe specMika Westerberg2019-11-201-1/+10
* PCI/PM: Move power state update away from pci_power_up()Rafael J. Wysocki2019-11-201-0/+1
* PCI/PM: Remove unused pci_driver.suspend_late() hookBjorn Helgaas2019-11-201-21/+1
* PCI/PM: Remove unused pci_driver.resume_early() hookBjorn Helgaas2019-11-201-17/+6
* PCI/PM: Use pci_WARN() to include device informationBjorn Helgaas2019-11-201-17/+17
* PCI/PM: Use PCI dev_printk() wrappers for consistencyBjorn Helgaas2019-11-201-5/+6
* PCI/PM: Make power management op coding style consistentBjorn Helgaas2019-11-201-40/+36
* PCI/PM: Run resume fixups before disabling wakeup eventsBjorn Helgaas2019-11-201-9/+7
* PCI/PM: Clear PCIe PME Status even for legacy power managementBjorn Helgaas2019-11-201-2/+1
* PCI/PM: Always return devices to D0 when thawingDexuan Cui2019-11-201-6/+11
* Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-151-7/+9
|\
| * PCI: Always allow probing with driver_overrideAlex Williamson2019-06-131-1/+2
| * PCI: Return error if cannot probe VFAlex Williamson2019-05-301-6/+7
* | Merge branch 'pm-sleep'Rafael J. Wysocki2019-07-081-35/+8
|\ \
| * | PCI: PM: Simplify bus-level hibernation callbacksRafael J. Wysocki2019-07-031-27/+0
| * | PM: ACPI/PCI: Resume all devices during hibernationRafael J. Wysocki2019-07-031-8/+8
* | | Merge back PCI power management material for v5.3.Rafael J. Wysocki2019-06-301-5/+26
|\ \ \
| * | | PCI: PM/ACPI: Refresh all stale power state data in pci_pm_complete()Rafael J. Wysocki2019-06-271-1/+8
| * | | Merge back PCI power management material for v5.3.Rafael J. Wysocki2019-06-241-4/+18
| |\ \ \
| | * | | PCI: PM: Replace pci_dev_keep_suspended() with two functionsRafael J. Wysocki2019-06-171-4/+18
| | |/ /
* | / / PCI: PM: Avoid skipping bus-level PM on platforms without ACPIRafael J. Wysocki2019-06-261-4/+4
|/ / /
* / / PCI: PM: Skip devices in D0 for suspend-to-idleRafael J. Wysocki2019-06-141-12/+35
|/ /
* / PCI: PM: Avoid possible suspend-to-idle issueRafael J. Wysocki2019-05-271-1/+16
|/
* Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-7/+7
|\
| * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-7/+7
* | PCI: Clean up usage of __u32 typeLogan Gunthorpe2019-02-081-2/+2
|/
* Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-051-15/+12
|\
| * PCI / PM: Allow runtime PM without callback functionsJarkko Nikula2018-12-121-15/+12
* | PCI: Remove unused attr variable in pci_dma_configureNathan Chancellor2018-12-151-1/+0
* | ACPI / scan: Refactor _CCA enforcementRobin Murphy2018-12-131-2/+1
|/
* Merge branch 'pci/misc'Bjorn Helgaas2018-08-151-1/+1
|\
| * PCI: Call dma_debug_add_bus() for pci_bus_type from PCI coreChristoph Hellwig2018-07-301-1/+1
* | PCI/IOV: Reset total_VFs limit after detaching PF driverJakub Kicinski2018-06-291-0/+1
|/
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-1/+1
|\
| * PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cOza Pawandeep2018-05-171-1/+1
* | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-051-2/+3
|\ \
| * | PCI / PM: Do not clear state_saved for devices that remain suspendedRafael J. Wysocki2018-05-241-2/+3
* | | drivers: remove force dma flag from busesChristoph Hellwig2018-05-031-2/+1
* | | dma-mapping: move dma configuration to bus infrastructureNipun Gupta2018-05-031-0/+32
|/ /
* / PCI / PM: Do not clear state_saved in pci_pm_freeze() when smart suspend is setMika Westerberg2018-04-231-2/+3
|/
* Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-061-3/+93
|\
| * Merge branch 'pci/portdrv'Bjorn Helgaas2018-04-041-1/+57
| |\
| | * PCI/portdrv: Remove pcie_port_bus_type link order dependencyBjorn Helgaas2018-03-301-1/+43
| | * PCI/PM: Clear PCIe PME Status bit for Root Complex Event CollectorsBjorn Helgaas2018-03-301-1/+2
| | * PCI/PM: Clear PCIe PME Status bit in core, not PCIe port driverBjorn Helgaas2018-03-121-0/+13
| * | Merge branch 'pci/misc'Bjorn Helgaas2018-04-041-2/+0
| |\ \
| | * | PCI: Tidy commentsBjorn Helgaas2018-03-191-2/+0
| | |/
| * / PCI/AER: Move pci_uevent_ers() out of pci.hMichael Ellerman2018-02-221-0/+36
| |/
* / PCI: Restore config space on runtime resume despite being unboundRafael J. Wysocki2018-03-131-6/+11
|/
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-3/+1
|\