aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-20PCI/PM: Add missing link delays required by the PCIe specMika Westerberg1-1/+10
2019-11-20PCI/PM: Move power state update away from pci_power_up()Rafael J. Wysocki1-0/+1
2019-11-20PCI/PM: Remove unused pci_driver.suspend_late() hookBjorn Helgaas1-21/+1
2019-11-20PCI/PM: Remove unused pci_driver.resume_early() hookBjorn Helgaas1-17/+6
2019-11-20PCI/PM: Use pci_WARN() to include device informationBjorn Helgaas1-17/+17
2019-11-20PCI/PM: Use PCI dev_printk() wrappers for consistencyBjorn Helgaas1-5/+6
2019-11-20PCI/PM: Make power management op coding style consistentBjorn Helgaas1-40/+36
2019-11-20PCI/PM: Run resume fixups before disabling wakeup eventsBjorn Helgaas1-9/+7
2019-11-20PCI/PM: Clear PCIe PME Status even for legacy power managementBjorn Helgaas1-2/+1
2019-11-20PCI/PM: Always return devices to D0 when thawingDexuan Cui1-6/+11
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-7/+9
2019-07-08Merge branch 'pm-sleep'Rafael J. Wysocki1-35/+8
2019-07-03PCI: PM: Simplify bus-level hibernation callbacksRafael J. Wysocki1-27/+0
2019-07-03PM: ACPI/PCI: Resume all devices during hibernationRafael J. Wysocki1-8/+8
2019-06-30Merge back PCI power management material for v5.3.Rafael J. Wysocki1-5/+26
2019-06-27PCI: PM/ACPI: Refresh all stale power state data in pci_pm_complete()Rafael J. Wysocki1-1/+8
2019-06-26PCI: PM: Avoid skipping bus-level PM on platforms without ACPIRafael J. Wysocki1-4/+4
2019-06-24Merge back PCI power management material for v5.3.Rafael J. Wysocki1-4/+18
2019-06-17PCI: PM: Replace pci_dev_keep_suspended() with two functionsRafael J. Wysocki1-4/+18
2019-06-14PCI: PM: Skip devices in D0 for suspend-to-idleRafael J. Wysocki1-12/+35
2019-06-13PCI: Always allow probing with driver_overrideAlex Williamson1-1/+2
2019-05-30PCI: Return error if cannot probe VFAlex Williamson1-6/+7
2019-05-27PCI: PM: Avoid possible suspend-to-idle issueRafael J. Wysocki1-1/+16
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-7/+7
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-7/+7
2019-02-08PCI: Clean up usage of __u32 typeLogan Gunthorpe1-2/+2
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-15/+12
2018-12-15PCI: Remove unused attr variable in pci_dma_configureNathan Chancellor1-1/+0
2018-12-13ACPI / scan: Refactor _CCA enforcementRobin Murphy1-2/+1
2018-12-12PCI / PM: Allow runtime PM without callback functionsJarkko Nikula1-15/+12
2018-08-15Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2018-07-30PCI: Call dma_debug_add_bus() for pci_bus_type from PCI coreChristoph Hellwig1-1/+1
2018-06-29PCI/IOV: Reset total_VFs limit after detaching PF driverJakub Kicinski1-0/+1
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+3
2018-05-24PCI / PM: Do not clear state_saved for devices that remain suspendedRafael J. Wysocki1-2/+3
2018-05-17PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cOza Pawandeep1-1/+1
2018-05-03drivers: remove force dma flag from busesChristoph Hellwig1-2/+1
2018-05-03dma-mapping: move dma configuration to bus infrastructureNipun Gupta1-0/+32
2018-04-23PCI / PM: Do not clear state_saved in pci_pm_freeze() when smart suspend is setMika Westerberg1-2/+3
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+93
2018-04-04Merge branch 'pci/portdrv'Bjorn Helgaas1-1/+57
2018-04-04Merge branch 'pci/misc'Bjorn Helgaas1-2/+0
2018-03-30PCI/portdrv: Remove pcie_port_bus_type link order dependencyBjorn Helgaas1-1/+43
2018-03-30PCI/PM: Clear PCIe PME Status bit for Root Complex Event CollectorsBjorn Helgaas1-1/+2
2018-03-19PCI: Tidy commentsBjorn Helgaas1-2/+0
2018-03-13PCI: Restore config space on runtime resume despite being unboundRafael J. Wysocki1-6/+11
2018-03-12PCI/PM: Clear PCIe PME Status bit in core, not PCIe port driverBjorn Helgaas1-0/+13
2018-02-22PCI/AER: Move pci_uevent_ers() out of pci.hMichael Ellerman1-0/+36
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+1