summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-driver.c
Commit message (Expand)AuthorAgeFilesLines
* PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-031-9/+5
* PCI: Don't try to disable Bus Master on disconnected PCI devicesKonstantin Khlebnikov2013-04-021-2/+3
* Merge branch 'pci/konstantin-runtime-pm' into nextBjorn Helgaas2013-02-121-1/+5
|\
| * PCI/PM: Clear state_saved during suspendRafael J. Wysocki2013-02-111-0/+4
| * PCI: Disable Bus Master unconditionally in pci_device_shutdown()Konstantin Khlebnikov2013-02-111-1/+1
* | PCI: Skip attaching driver in device_add()Yinghai Lu2013-01-251-1/+5
|/
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-30/+43
|\
| * Merge branch 'pci/huang-d3cold-fixes' into nextBjorn Helgaas2012-12-041-27/+40
| |\
| | * PCI/PM: Keep runtime PM enabled for unbound PCI devicesHuang Ying2012-12-041-27/+40
| * | Merge branch 'for-linus' into nextBjorn Helgaas2012-11-261-10/+2
| |\|
| * | PCI: Don't touch card regs after runtime suspend D3Dave Airlie2012-11-071-3/+3
* | | PCI: Move pci_uevent into pci-driver.cBill Pemberton2012-11-281-0/+33
* | | PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-15/+0
| |/ |/|
* | PCI/PM: Resume device before shutdownHuang Ying2012-11-021-10/+2
|/
* Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-021-17/+0
|\
| * Merge branch 'pm-sleep'Rafael J. Wysocki2012-09-241-17/+0
| |\
| | * PM: Prevent runtime suspend during system resumeAlan Stern2012-09-191-17/+0
* | | PCI: Convert "new_id"/"remove_id" into generic pci_bus driver attributesKonstantin Khlebnikov2012-09-171-47/+10
|/ /
* | PCI/PM: Keep parent bridge active when probing deviceHuang Ying2012-08-211-0/+6
* | PCI: EHCI: Fix crash during hibernation on ASUS computersRafael J. Wysocki2012-08-151-0/+7
|/
* Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-241-7/+17
|\
| * PCI / PM: restore the original behavior of pci_set_power_state()Rafael J. Wysocki2012-07-051-6/+8
| * PCI/PM: add PCIe runtime D3cold supportHuang Ying2012-06-231-1/+9
* | PCI: EHCI: fix crash during suspend on ASUS computersAlan Stern2012-07-101-0/+12
|/
* PCI: disable Bus Master on PCI device shutdownKhalid Aziz2012-05-041-0/+6
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-231-0/+10
|\
| * PCI / PM: Disable wakeup during shutdown for devices not enabled to wake upRafael J. Wysocki2012-02-171-0/+10
* | USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routinesAlan Stern2012-01-261-33/+17
* | Dynamic ID addition doesn't need get_driver()Alan Stern2012-01-241-2/+0
|/
* PCI: pci_has_legacy_pm_support add driver and device to WARNDavid Fries2012-01-061-1/+2
* PCI / PM: Detect early wakeup in pci_pm_prepare()Rafael J. Wysocki2011-07-061-1/+17
* 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