aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci-driver.c
AgeCommit message (Expand)Author
2012-09-14PCI: EHCI: Fix crash during hibernation on ASUS computersRafael J. Wysocki
2012-07-16PCI: EHCI: fix crash during suspend on ASUS computersAlan Stern
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2012-02-17PCI / PM: Disable wakeup during shutdown for devices not enabled to wake upRafael J. Wysocki
2012-01-26USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routinesAlan Stern
2012-01-24Dynamic ID addition doesn't need get_driver()Alan Stern
2012-01-06PCI: pci_has_legacy_pm_support add driver and device to WARNDavid Fries
2011-07-06PCI / PM: Detect early wakeup in pci_pm_prepare()Rafael J. Wysocki
2011-06-21PCI / PM: Block races between runtime PM and system sleepRafael J. Wysocki
2011-04-11PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki
2010-12-23PCI: fix __pci_device_probe kernel-doc warningRandy Dunlap
2010-12-23PCI: make pci_restore_state return voidJon Mason
2010-07-30PCI: change device runtime PM settings for probe and removeAlan Stern
2010-02-22PCI PM: Run-time callbacks for PCI bus typeRafael J. Wysocki
2009-09-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2009-09-14PCI: Clear saved_state after the state has been restoredRafael J. Wysocki
2009-09-14PCI PM: Return error codes from pci_pm_resume()Rafael J. Wysocki
2009-09-09PCI: separate out pci_add_dynid()Tejun Heo
2009-08-27Merge commit 'v2.6.31-rc8' into nextDmitry Torokhov
2009-08-20PCI: check saved state before restoreAlek Du
2009-07-24Driver Core: Make PM operations a const pointerDmitry Torokhov
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds
2009-04-01Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell
2009-03-30PCI PM: Restore config spaces of all devices during early resumeRafael J. Wysocki
2009-03-30PCI PM: Put devices into low power states during late suspend (rev. 2)Rafael J. Wysocki
2009-03-30PCI PM: Move pci_restore_standard_config to pci-driver.cRafael J. Wysocki
2009-03-30PCI PM: Consistently use variable name "error" for pm call return valuesFrans Pop
2009-03-20PCI: Introduce /sys/bus/pci/rescanAlex Chiang
2009-03-20PCI: add remove_id sysfs entryChris Wright
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell
2009-02-04PCI PM: make the PM core more careful with drivers using the new PM frameworkRafael J. Wysocki
2009-02-04PCI PM: Do not disable and enable bridges during suspend-resumeRafael J. Wysocki
2009-02-04PCI PM: Fix saving of device state in pci_legacy_suspendRafael J. Wysocki
2009-02-04PCI PM: Fix handling of devices without driversRafael J. Wysocki
2009-01-27PCI PM: Fix hibernation breakage on EeePC 701Rafael J. Wysocki
2009-01-27PCI PM: Fix suspend error paths and testing facility breakageRafael J. Wysocki
2009-01-16PCI PM: Restore standard config registers of all devices earlyRafael J. Wysocki
2009-01-07PCI PM: Put PM callbacks in the order of executionRafael J. Wysocki
2009-01-07PCI PM: Run default PM callbacks for all devices using new frameworkRafael J. Wysocki
2009-01-07PCI PM: Call pci_fixup_device from legacy routinesRafael J. Wysocki
2009-01-07PCI PM: Rearrange code in pci-driver.cRafael J. Wysocki
2009-01-07PCI PM: Avoid touching devices behind bridges in unknown stateRafael J. Wysocki
2009-01-07PCI PM: Move pci_has_legacy_pm_supportRafael J. Wysocki
2009-01-07PCI PM: Power-manage devices without drivers during suspend-resumeRafael J. Wysocki
2009-01-07PCI PM: Add suspend counterpart of pci_reenable_deviceRafael J. Wysocki
2009-01-07PCI PM: Fix poweroff and restore callbacksRafael J. Wysocki
2009-01-07PCI: work_on_cpu: use in drivers/pci/pci-driver.cRusty Russell
2009-01-07PCI: allow pci driver to support only dynidsChris Wright