aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci-driver.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-11PM / sleep: Avoid excess pm_runtime_enable() calls in device_resume()Gravatar Rafael J. Wysocki 1-1/+1
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-0/+1
2017-11-13Merge branch 'pm-core'Gravatar Rafael J. Wysocki 1-35/+89
2017-11-06PCI / PM: Take SMART_SUSPEND driver flag into accountGravatar Rafael J. Wysocki 1-17/+86
2017-11-06PCI / PM: Drop unnecessary invocations of pcibios_pm_ops callbacksGravatar Rafael J. Wysocki 1-18/+0
2017-11-06PM / core: Add NEVER_SKIP and SMART_PREPARE driver flagsGravatar Rafael J. Wysocki 1-1/+4
2017-10-19drivers: flag buses which demand DMA configurationGravatar Robin Murphy 1-0/+1
2017-10-03PCI / PM: Add dev_dbg() to print device suspend power statesGravatar Rafael J. Wysocki 1-0/+3
2017-09-28PCI / PM: Do not resume any devices in pci_pm_prepare()Gravatar Rafael J. Wysocki 1-7/+0
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-3/+1
2017-08-18PCI/IB: add support for pci driver attribute groupsGravatar Greg Kroah-Hartman 1-0/+1
2017-08-01PCI / PM: Skip bridges in pci_enable_wake()Gravatar Rafael J. Wysocki 1-3/+1
2017-07-14Merge branch 'pm-pci'Gravatar Rafael J. Wysocki 1-0/+2
2017-07-12PCI / PM: Restore PME Enable after config space restorationGravatar Rafael J. Wysocki 1-0/+2
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+3
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-1/+1
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+4
2017-07-03Merge branch 'pci/irq-fixups' into nextGravatar Bjorn Helgaas 1-0/+2
2017-07-02PCI: Add a call to pci_assign_irq() in pci_device_probe()Gravatar Matthew Minter 1-0/+2
2017-06-30PCI/PM: Restore the status of PCI devices across hibernationGravatar Chen Yu 1-0/+1
2017-06-28PCI / PM: Simplify device wakeup settings codeGravatar Rafael J. Wysocki 1-1/+1
2017-06-12PCI: pci-driver: convert to use DRIVER_ATTR_WOGravatar Greg Kroah-Hartman 1-4/+4
2017-05-26PCI: Replace the racy recursion preventionGravatar Thomas Gleixner 1-22/+25
2017-05-26PCI: Use cpu_hotplug_disable() instead of get_online_cpus()Gravatar Thomas Gleixner 1-2/+2
2017-04-28Merge branch 'pci/virtualization' into nextGravatar Bjorn Helgaas 1-4/+18
2017-04-20PCI: Add sysfs sriov_drivers_autoprobe to control VF driver bindingGravatar Bodong Wang 1-4/+18
2017-03-09PCI/MSI: Stop disabling MSI/MSI-X in pci_device_shutdown()Gravatar Prarit Bhargava 1-2/+0
2017-02-23Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+0
2017-02-10PCI: Remove duplicate check for positive return value from probe() functionsGravatar Gabriel Krisman Bertazi 1-2/+0
2017-01-20PCI: implement num_vf bus type callbackGravatar Phil Sutter 1-0/+6
2016-10-03Merge branch 'pci/pm' into nextGravatar Bjorn Helgaas 1-2/+13
2016-09-28PCI: Avoid unnecessary resume after direct-completeGravatar Lukas Wunner 1-2/+13
2016-08-09PCI: Drop CONFIG_KEXEC_CORE ifdefferyGravatar Lukas Wunner 1-2/+0
2016-06-13PCI: Put PCIe ports into D3 during suspendGravatar Mika Westerberg 1-4/+1
2015-12-02PCI / PM: Tune down retryable runtime suspend error messagesGravatar Imre Deak 1-2/+14
2015-11-06Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+3
2015-10-14PM / PCI / ACPI: Kick devices that might have been reset by firmwareGravatar Rafael J. Wysocki 1-1/+1
2015-10-14PM / sleep: Drop pm_request_idle() from pm_generic_complete()Gravatar Rafael J. Wysocki 1-7/+2
2015-10-12PCI / PM: Avoid resuming more devices during system suspendGravatar Rafael J. Wysocki 1-0/+12
2015-09-25PCI / PM: Update runtime PM documentation for PCI devicesGravatar Rafael J. Wysocki 1-3/+4
2015-09-18PCI: Remove unnecessary "if" statementGravatar Zhen Lei 1-5/+3
2015-09-10kexec: split kexec_load syscall from kexec core codeGravatar Dave Young 1-1/+1
2015-07-30PCI: Add pcibios_alloc_irq() and pcibios_free_irq()Gravatar Jiang Liu 1-6/+20
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+6
2015-01-23PCI / PM: Avoid resuming PCI devices during system suspendGravatar Rafael J. Wysocki 1-5/+6
2015-01-09PCI: Generate uppercase hex for modalias var in ueventGravatar Ricardo Ribalda Delgado 1-1/+1
2014-12-04PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI coreGravatar Rafael J. Wysocki 1-13/+7
2014-09-03PCI: Remove unnecessary variable in pci_add_dynid()Gravatar Tobias Klauser 1-4/+1
2014-06-19PCI: Add pci_fixup_suspend_late quirk passGravatar Andreas Noever 1-4/+14
2014-06-10PCI: Whitespace cleanupGravatar Ryan Desfosses 1-27/+24