aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-14PCI: Clear saved_state after the state has been restoredRafael J. Wysocki1-0/+3
2009-09-09PCI PM: Introduce device flag wakeup_preparedRafael J. Wysocki1-0/+8
2009-09-09PCI PM: Simplify PCI wake-up codeRafael J. Wysocki1-11/+14
2009-09-09PCI: pcie: Ensure hotplug ports have a minimum number of resourcesEric W. Biederman1-0/+10
2009-09-09PCI/GPU: implement VGA arbitration on LinuxBenjamin Herrenschmidt1-0/+44
2009-09-09PCI: expose function reset capability in sysfsMichael S. Tsirkin1-0/+16
2009-08-20PCI: check saved state before restoreAlek Du1-0/+2
2009-07-01PCI: Fix IRQ swizzling for ARI-enabled devicesMatthew Wilcox1-2/+11
2009-06-29PCI: check if bus has a proper bridge device before triggering SBRYu Zhao1-1/+1
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-88/+158
2009-06-16PCI PM: consistently use type bool for wake enable variableFrans Pop1-1/+1
2009-06-16PCI PM: Fix handling of devices without PM support by pci_target_state()Rafael J. Wysocki1-3/+2
2009-06-16PCI: support Secondary Bus ResetYu Zhao1-0/+31
2009-06-16PCI: support PM D0hot->D3 transition resetYu Zhao1-0/+34
2009-06-16PCI: cleanup Function Level ResetYu Zhao1-82/+84
2009-06-16PCI: use pci_is_root_bus() in pci_common_swizzle()Kenji Kaneshige1-1/+1
2009-06-16PCI: use pci_is_root_bus() in pci_get_interrupt_pin()Kenji Kaneshige1-1/+1
2009-06-15PCI: add power-state name stringsAlan Stern1-0/+5
2009-06-11PCI: Add support for turning PCIe ECRC on or offAndrew Patterson1-0/+2
2009-06-11PCI PM: Follow PCI_PM_CTRL_NO_SOFT_RESET during transitions from D3Rafael J. Wysocki1-0/+2
2009-05-19PCI PM: Fix initialization and kexec breakage for some devicesRafael J. Wysocki1-1/+2
2009-04-22PCI: only save/restore existent registers in the PCIe capabilityYu Zhao1-14/+56
2009-04-06PCI: Setup disabled bridges even if buses are addedYuji Shimada1-2/+2
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-04-01Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-22/+171
2009-03-30PCI PM: Make pci_prepare_to_sleep() disable wake-up if neededRafael J. Wysocki1-1/+1
2009-03-30PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2)Rafael J. Wysocki1-18/+51
2009-03-30PCI PM: Make pci_set_power_state() handle devices with no PM supportRafael J. Wysocki1-6/+12
2009-03-30PCI PM: Move pci_restore_standard_config to pci-driver.cRafael J. Wysocki1-21/+0
2009-03-30PCI PM: Use pci_set_power_state during early resumeRafael J. Wysocki1-39/+9
2009-03-30trivial: Fix misspelling of firmwareNick Andrew1-1/+1
2009-03-26PCI: save and restore PCIe 2.0 registersYu Zhao1-1/+10
2009-03-20PCI: restore saved SR-IOV stateYu Zhao1-0/+1
2009-03-20PCI: initialize and release SR-IOV capabilityYu Zhao1-0/+7
2009-03-20PCI: allow assignment of memory resources with a specified alignmentYuji Shimada1-0/+120
2009-03-20PCI: fix wrong assumption in pci_common_swizzleKenji Kaneshige1-1/+1
2009-03-20PCI: fix wrong assumption in pci_get_interrupt_pinKenji Kaneshige1-1/+1
2009-03-19PCI: Speed up device reset functionSheng Yang1-17/+29
2009-03-19PCI: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison1-2/+2
2009-02-13PCI: fix missing kernel-doc and typosRandy Dunlap1-4/+9
2009-02-04PCI PM: Read power state from device after trying to change it on resumeRafael J. Wysocki1-1/+1
2009-02-04PCI PM: Check if the state has been saved before trying to restore itRafael J. Wysocki1-1/+1
2009-01-27PCI PM: Do not wait for buses in B2 or B3 during resumeRafael J. Wysocki1-13/+13
2009-01-27PCI PM: Power up devices before restoring their stateRafael J. Wysocki1-3/+3
2009-01-16PCI PM: Restore standard config registers of all devices earlyRafael J. Wysocki1-6/+57
2009-01-16Revert "PCI PM: Register power state of devices during initialization"Linus Torvalds1-6/+2
2009-01-07PCI PM: Register power state of devices during initializationRafael J. Wysocki1-2/+6
2009-01-07PCI PM: Avoid touching devices behind bridges in unknown stateRafael J. Wysocki1-1/+1
2009-01-07PCI PM: Add suspend counterpart of pci_reenable_deviceRafael J. Wysocki1-8/+28
2009-01-07PCI: Add pci_clear_master() as opposite of pci_set_master()Ben Hutchings1-11/+28