aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-02PCI / PM: Tune down retryable runtime suspend error messagesImre Deak1-2/+14
2015-11-06Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+3
2015-10-14PM / PCI / ACPI: Kick devices that might have been reset by firmwareRafael J. Wysocki1-1/+1
2015-10-14PM / sleep: Drop pm_request_idle() from pm_generic_complete()Rafael J. Wysocki1-7/+2
2015-10-12PCI / PM: Avoid resuming more devices during system suspendRafael J. Wysocki1-0/+12
2015-09-25PCI / PM: Update runtime PM documentation for PCI devicesRafael J. Wysocki1-3/+4
2015-09-18PCI: Remove unnecessary "if" statementZhen Lei1-5/+3
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-1/+1
2015-07-30PCI: Add pcibios_alloc_irq() and pcibios_free_irq()Jiang Liu1-6/+20
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-5/+6
2015-01-23PCI / PM: Avoid resuming PCI devices during system suspendRafael J. Wysocki1-5/+6
2015-01-09PCI: Generate uppercase hex for modalias var in ueventRicardo Ribalda Delgado1-1/+1
2014-12-04PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI coreRafael J. Wysocki1-13/+7
2014-09-03PCI: Remove unnecessary variable in pci_add_dynid()Tobias Klauser1-4/+1
2014-06-19PCI: Add pci_fixup_suspend_late quirk passAndreas Noever1-4/+14
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-27/+24
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses1-10/+8
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' into nextBjorn Helgaas1-7/+26
2014-05-28PCI: Introduce new device binding path using pci_dev.driver_overrideAlex Williamson1-3/+22
2014-05-27PCI: Rename pci_is_bridge() to pci_has_subordinate()Yijing Wang1-4/+4
2014-04-29PCI: Remove dead codeBjorn Helgaas1-2/+1
2014-04-29PCI: Fail new_id for vendor/device values already built into driverBandan Das1-1/+21
2014-03-04PCI / PM: Resume runtime-suspended devices later during system suspendRafael J. Wysocki1-8/+25
2013-12-07PCI: Disable Bus Master only on kexec rebootKhalid Aziz1-3/+9
2013-11-25PCI: Avoid unnecessary CPU switch when calling driver .probe() methodAlexander Duyck1-5/+21
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-8/+8
2013-11-06Merge branch 'pci/misc' into nextBjorn Helgaas1-2/+10
2013-11-06PCI: Warn on driver probe return value greater than zeroStephen M. Cameron1-2/+10
2013-10-31Merge branch 'pci/misc' into nextBjorn Helgaas1-10/+1
2013-10-07PCI/PM: Remove pci_pm_complete()Liu Chuansheng1-9/+0
2013-10-07PCI: Make pci_dev_pm_ops staticSachin Kamat1-1/+1
2013-10-07PCI: convert bus code to use dev_groupsGreg Kroah-Hartman1-1/+1
2013-10-07PCI: convert bus code to use drv_groupsGreg Kroah-Hartman1-5/+8
2013-10-07PCI: convert bus code to use bus_groupsGreg Kroah-Hartman1-1/+1
2013-08-22PCI: Add pcibios_pm_ops for optional arch-specific hibernate functionalitySebastian Ott1-0/+43
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-9/+5
2013-04-02PCI: Don't try to disable Bus Master on disconnected PCI devicesKonstantin Khlebnikov1-2/+3
2013-02-12Merge branch 'pci/konstantin-runtime-pm' into nextBjorn Helgaas1-1/+5
2013-02-11PCI/PM: Clear state_saved during suspendRafael J. Wysocki1-0/+4
2013-02-11PCI: Disable Bus Master unconditionally in pci_device_shutdown()Konstantin Khlebnikov1-1/+1
2013-01-25PCI: Skip attaching driver in device_add()Yinghai Lu1-1/+5
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-30/+43
2012-12-04Merge branch 'pci/huang-d3cold-fixes' into nextBjorn Helgaas1-27/+40
2012-12-04PCI/PM: Keep runtime PM enabled for unbound PCI devicesHuang Ying1-27/+40
2012-11-28PCI: Move pci_uevent into pci-driver.cBill Pemberton1-0/+33
2012-11-28PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton1-15/+0
2012-11-26Merge branch 'for-linus' into nextBjorn Helgaas1-10/+2
2012-11-07PCI: Don't touch card regs after runtime suspend D3Dave Airlie1-3/+3
2012-11-02PCI/PM: Resume device before shutdownHuang Ying1-10/+2
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-17/+0