aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-24Merge branch 'pm-sleep'Rafael J. Wysocki1-17/+0
2012-09-19PM: Prevent runtime suspend during system resumeAlan Stern1-17/+0
2012-09-17PCI: Convert "new_id"/"remove_id" into generic pci_bus driver attributesKonstantin Khlebnikov1-47/+10
2012-08-21PCI/PM: Keep parent bridge active when probing deviceHuang Ying1-0/+6
2012-08-15PCI: EHCI: Fix crash during hibernation on ASUS computersRafael J. Wysocki1-0/+7
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-7/+17
2012-07-10PCI: EHCI: fix crash during suspend on ASUS computersAlan Stern1-0/+12
2012-07-05PCI / PM: restore the original behavior of pci_set_power_state()Rafael J. Wysocki1-6/+8
2012-06-23PCI/PM: add PCIe runtime D3cold supportHuang Ying1-1/+9
2012-05-04PCI: disable Bus Master on PCI device shutdownKhalid Aziz1-0/+6
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-0/+10
2012-02-17PCI / PM: Disable wakeup during shutdown for devices not enabled to wake upRafael J. Wysocki1-0/+10
2012-01-26USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routinesAlan Stern1-33/+17
2012-01-24Dynamic ID addition doesn't need get_driver()Alan Stern1-2/+0
2012-01-06PCI: pci_has_legacy_pm_support add driver and device to WARNDavid Fries1-1/+2
2011-07-06PCI / PM: Detect early wakeup in pci_pm_prepare()Rafael J. Wysocki1-1/+17
2011-06-21PCI / PM: Block races between runtime PM and system sleepRafael J. Wysocki1-1/+3
2011-04-11PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki1-3/+3
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki1-2/+2
2010-12-23PCI: fix __pci_device_probe kernel-doc warningRandy Dunlap1-1/+1
2010-12-23PCI: make pci_restore_state return voidJon Mason1-1/+2
2010-07-30PCI: change device runtime PM settings for probe and removeAlan Stern1-3/+29
2010-02-22PCI PM: Run-time callbacks for PCI bus typeRafael J. Wysocki1-27/+133
2009-09-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-55/+77
2009-09-14PCI: Clear saved_state after the state has been restoredRafael J. Wysocki1-9/+2
2009-09-14PCI PM: Return error codes from pci_pm_resume()Rafael J. Wysocki1-1/+1
2009-09-09PCI: separate out pci_add_dynid()Tejun Heo1-45/+74
2009-08-27Merge commit 'v2.6.31-rc8' into nextDmitry Torokhov1-1/+1
2009-08-20PCI: check saved state before restoreAlek Du1-1/+1
2009-07-24Driver Core: Make PM operations a const pointerDmitry Torokhov1-8/+8
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-2/+1
2009-04-01Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-2/+79
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipRusty Russell1-2/+1
2009-03-30PCI PM: Restore config spaces of all devices during early resumeRafael J. Wysocki1-7/+9
2009-03-30PCI PM: Put devices into low power states during late suspend (rev. 2)Rafael J. Wysocki1-53/+81