aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-21pci kernel-doc fatal errorRandy Dunlap1-4/+2
2008-07-14PCI: include linux/pm_wakeup.h for device_set_wakeup_capableStephen Rothwell1-0/+1
2008-07-14PCI PM: Fix pci_prepare_to_sleepRafael J. Wysocki1-2/+2
2008-07-07PCI: Simplify PCI device PM codeRafael J. Wysocki1-66/+52
2008-07-07PCI PM: Introduce pci_prepare_to_sleep and pci_back_from_sleepRafael J. Wysocki1-0/+83
2008-07-07PCI ACPI: Rework PCI handling of wake-upRafael J. Wysocki1-45/+124
2008-07-07PCI: rework pci_set_power_state function to call platform firstRafael J. Wysocki1-46/+104
2008-07-07PCI: Introduce platform_pci_power_manageable functionRafael J. Wysocki1-10/+30
2008-06-25PCI: correct resource number in debug outputJesse Barnes1-4/+4
2008-06-25PCI: use dev_printk when possibleBjorn Helgaas1-22/+18
2008-06-12Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 into linux-nextJesse Barnes1-2/+2
2008-06-11PCI ACPI: Drop the second argument of platform_pci_choose_stateRafael J. Wysocki1-2/+2
2008-06-10PCI: remove CVS keywordsAdrian Bunk1-2/+0
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-20PCI: add PCI Express ASPM supportShaohua Li1-0/+4
2008-03-24PCI: revert "pcie: utilize pcie transaction pending bit"Andrew Morton1-21/+0
2008-02-23PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki1-0/+1
2008-02-05iommu sg merging: PCI: add dma segment boundary supportFUJITA Tomonori1-0/+8
2008-02-05iommu sg merging: PCI: add device_dma_parameters supportFUJITA Tomonori1-0/+8
2008-02-02Revert "PCI: PCIE ASPM support"Greg Kroah-Hartman1-4/+0
2008-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-18/+75
2008-02-01PCI: PCIE ASPM supportShaohua Li1-0/+4
2008-02-01PCI: Remove pci_enable_device_bars()Benjamin Herrenschmidt1-24/+0
2008-02-01PCI: Add pci_enable_device_{io,mem} intefacesBenjamin Herrenschmidt1-1/+48
2008-02-01PCI: avoid save the same type of cap multiple timesShaohua Li1-2/+10
2008-02-01PCI: correctly initialize a structure for pcie_save_pcix_state()Shaohua Li1-0/+2
2008-02-01PCI: fix typo in pci_save_pcix_stateShaohua Li1-1/+1
2008-02-01pcie: utilize pcie transaction pending bitShaohua Li1-0/+21
2008-02-01PCI: make pci_restore_bars() staticAdrian Bunk1-2/+1
2008-02-01pci: allow multiple calls to pcim_enable_device()Tejun Heo1-1/+2
2007-10-14more trivial signedness fixes in driversAl Viro1-1/+1
2007-10-12PCI: Add 'nodomains' boot option, and pci_domains_supported globalJeff Garzik1-0/+13
2007-10-12pci: implement "pci=noaer"Randy Dunlap1-0/+2
2007-10-12PCI: is_power_of_2 in drivers/pci/pci.cvignesh babu1-2/+3
2007-08-01pci: rename __pci_reenable_device() to pci_reenable_device()Tejun Heo1-4/+3
2007-07-30kernel-doc fixes for PCI and drivers/base/Randy Dunlap1-1/+1
2007-07-25Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-4/+4
2007-07-24PCI: export __pci_reenable_device()Tejun Heo1-0/+1
2007-07-22ACPI: Use ACPI methods to select PCI device suspend stateShaohua Li1-4/+4
2007-07-11PCI: pci_set_power_state(): check for PM capabilities earlierAndrew Lunn1-7/+7
2007-07-11PCI: add pci_try_set_mwiRandy Dunlap1-4/+24
2007-07-11PCI: pci-x-pci-express-read-control-interfaces cleanupsAndrew Morton1-4/+2
2007-07-11PCI: add PCI-X/PCI-Express read control interfacesPeter Oruba1-0/+160
2007-05-02pci: do not mark exported functions as __devinitSam Ravnborg1-2/+1
2007-05-02PCI: kernel-doc fixRandy Dunlap1-1/+1
2007-05-02pci: New PCI-E reset APIBrian King1-0/+29
2007-04-27define platform wakeup hook, use in pci_enable_wake()David Brownell1-17/+41
2007-03-12[PATCH] pci: Repair pci_save/restore_state so we can restore one save many times.Eric W. Biederman1-6/+6
2007-03-12[PATCH] msi: Safer state caching.Eric W. Biederman1-2/+0
2007-03-09PCI: allow multiple calls to pcim_pin_device()Tejun Heo1-7/+8