aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-driver.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: EHCI: Fix crash during hibernation on ASUS computersRafael J. Wysocki2012-09-141-0/+7
* PCI: EHCI: fix crash during suspend on ASUS computersAlan Stern2012-07-161-0/+12
* PCI / PM: Block races between runtime PM and system sleepRafael J. Wysocki2011-06-211-1/+3
* PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki2011-04-111-3/+3
* PM: Remove CONFIG_PM_OPSRafael J. Wysocki2011-03-151-2/+2
* PCI: fix __pci_device_probe kernel-doc warningRandy Dunlap2010-12-231-1/+1
* PCI: make pci_restore_state return voidJon Mason2010-12-231-1/+2
* PCI: change device runtime PM settings for probe and removeAlan Stern2010-07-301-3/+29
* PCI PM: Run-time callbacks for PCI bus typeRafael J. Wysocki2010-02-221-27/+133
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-09-161-55/+77
|\
| * PCI: Clear saved_state after the state has been restoredRafael J. Wysocki2009-09-141-9/+2
| * PCI PM: Return error codes from pci_pm_resume()Rafael J. Wysocki2009-09-141-1/+1
| * PCI: separate out pci_add_dynid()Tejun Heo2009-09-091-45/+74
* | Merge commit 'v2.6.31-rc8' into nextDmitry Torokhov2009-08-271-1/+1
|\ \ | |/
| * PCI: check saved state before restoreAlek Du2009-08-201-1/+1
* | Driver Core: Make PM operations a const pointerDmitry Torokhov2009-07-241-8/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-04-051-2/+1
|\
| * Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell2009-03-311-2/+1
| |\
| | * cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell2009-03-131-2/+1
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-04-011-2/+79
|\ \ \ | |/ / |/| |
| * | PCI: Introduce /sys/bus/pci/rescanAlex Chiang2009-03-201-0/+1
| * | PCI: add remove_id sysfs entryChris Wright2009-03-201-2/+78
| |/
* | PCI PM: Restore config spaces of all devices during early resumeRafael J. Wysocki2009-03-301-7/+9
* | PCI PM: Put devices into low power states during late suspend (rev. 2)Rafael J. Wysocki2009-03-301-53/+81
* | PCI PM: Move pci_restore_standard_config to pci-driver.cRafael J. Wysocki2009-03-301-0/+17
* | PCI PM: Consistently use variable name "error" for pm call return valuesFrans Pop2009-03-301-10/+10
|/
* PCI PM: make the PM core more careful with drivers using the new PM frameworkRafael J. Wysocki2009-02-041-52/+93
* PCI PM: Do not disable and enable bridges during suspend-resumeRafael J. Wysocki2009-02-041-4/+6
* PCI PM: Fix saving of device state in pci_legacy_suspendRafael J. Wysocki2009-02-041-2/+8
* PCI PM: Fix handling of devices without driversRafael J. Wysocki2009-02-041-15/+12
* PCI PM: Fix hibernation breakage on EeePC 701Rafael J. Wysocki2009-01-271-1/+4
* PCI PM: Fix suspend error paths and testing facility breakageRafael J. Wysocki2009-01-271-0/+16
* PCI PM: Restore standard config registers of all devices earlyRafael J. Wysocki2009-01-161-64/+27
* PCI PM: Put PM callbacks in the order of executionRafael J. Wysocki2009-01-071-43/+43
* PCI PM: Run default PM callbacks for all devices using new frameworkRafael J. Wysocki2009-01-071-82/+53
* PCI PM: Call pci_fixup_device from legacy routinesRafael J. Wysocki2009-01-071-33/+19
* PCI PM: Rearrange code in pci-driver.cRafael J. Wysocki2009-01-071-41/+75
* PCI PM: Avoid touching devices behind bridges in unknown stateRafael J. Wysocki2009-01-071-37/+72
* PCI PM: Move pci_has_legacy_pm_supportRafael J. Wysocki2009-01-071-8/+8
* PCI PM: Power-manage devices without drivers during suspend-resumeRafael J. Wysocki2009-01-071-4/+29
* PCI PM: Add suspend counterpart of pci_reenable_deviceRafael J. Wysocki2009-01-071-5/+30
* PCI PM: Fix poweroff and restore callbacksRafael J. Wysocki2009-01-071-5/+5
* PCI: work_on_cpu: use in drivers/pci/pci-driver.cRusty Russell2009-01-071-20/+32
* PCI: allow pci driver to support only dynidsChris Wright2009-01-071-9/+11
* PCI: Rework default handling of suspend and resumeRafael J. Wysocki2009-01-061-31/+63
* PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki2009-01-061-28/+18
* PCI: Check dynids driver_data value for validityJean Delvare2008-10-201-2/+16
* PCI: remove dynids.use_driver_dataMilton Miller2008-10-201-2/+1
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-161-42/+346
|\
| * PCI: implement new suspend/resume callbacksRafael J. Wysocki2008-06-101-46/+346