aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-28Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+24
2010-02-26PM: Allow PCI devices to suspend/resume asynchronouslyRafael J. Wysocki3-0/+3
2010-02-23PCI: augment bus resource table with a listBjorn Helgaas2-4/+59
2010-02-23PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas4-17/+11
2010-02-23PCI: read bridge windows before filling in subtractive decode resourcesBjorn Helgaas1-5/+10
2010-02-23PCI: split up pci_read_bridge_bases()Bjorn Helgaas1-15/+39
2010-02-22PCIe PME: use pci_pcie_cap()Kenji Kaneshige1-4/+4
2010-02-22PCI PM: Run-time callbacks for PCI bus typeRafael J. Wysocki3-33/+171
2010-02-22PCIe PME: use pci_is_pcie()Kenji Kaneshige1-3/+3
2010-02-22PCI / ACPI / PM: Platform support for PCI PME wake-upRafael J. Wysocki3-0/+285
2010-02-22PCI PM: Make it possible to force using INTx for PCIe PME signalingRafael J. Wysocki4-3/+67
2010-02-22PCI PM: PCIe PME root port service driverRafael J. Wysocki6-0/+589
2010-02-22PCI PM: Add function for checking PME status of devicesRafael J. Wysocki2-0/+36
2010-02-22PCI: set PCI_PREF_RANGE_TYPE_64 in pci_bridge_check_rangesYinghai Lu1-1/+4
2010-02-22PCI: pciehp: second try to get big range for pcie devicesYinghai Lu1-1/+50
2010-02-22PCI: pciehp: cleanup flow in pciehp_configure_deviceYinghai Lu1-6/+17
2010-02-22PCI: introduce pci_assign_unassigned_bridge_resourcesYinghai Lu1-27/+89
2010-02-22PCI: update bridge resources to get more big ranges in PCI assign unssignedYinghai Lu1-2/+112
2010-02-22PCI: don't shrink bridge resourcesYinghai Lu1-2/+12
2010-02-22PCI: reject mmio ranges starting at 0 on pci_bridge readYinghai Lu1-3/+15
2010-02-22PCI: add failed_list to pci_bus_assign_resourcesYinghai Lu1-4/+57
2010-02-22PCI: add pci_bridge_release_resources and pci_bus_release_bridge_resourcesYinghai Lu1-0/+82
2010-02-22PCI hotplug: check ioremap() return value in ibmphp_ebda.cAndrew Morton1-0/+2
2010-02-22PCI hotplug: fix ibmphp build errorRandy Dunlap1-0/+1
2010-02-22PCI: Make pci_scan_slot more robustMatthew Wilcox1-4/+14
2010-02-22PCI: hotplug/cpcihp, fix pci device refcountingJiri Slaby1-0/+1
2010-02-22PCI: push deprecated pci_find_device() function to last userTilman Schmidt3-48/+0
2010-02-22PCI: don't dump resource when bus resource flags indicates unusedYinghai Lu1-1/+2
2010-02-22PCI: separate pci_setup_bridge to small functionsYinghai Lu1-16/+50
2010-02-22PCI hotplug: ibmphp: read the length of ebda and map entire ebda regionChandru1-2/+9
2010-02-22PCI hotplug: fix memory leaksJiri Slaby2-0/+2
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski1-1/+1
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski1-2/+4
2010-02-22PCI: Clean up build for CONFIG_PCI_QUIRKS unsetRafael J. Wysocki4-14/+18
2010-02-22PCI hotplug: remove obsolete usage of get_bus_speed from rpaphp hotplug opsJesse Barnes1-1/+0
2010-02-22PCI: Add support for reporting PCIe 3.0 speedsMatthew Wilcox2-1/+2
2010-02-22PCI: Add support for AGP in cur/max bus speedMatthew Wilcox2-5/+50
2010-02-22PCI: Add support for detection of PCIe and PCI-X bus speedsMatthew Wilcox1-0/+66
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox15-485/+241
2010-02-22PCI: Unify pcie_link_speed and pci_bus_speedMatthew Wilcox1-8/+8
2010-02-22PCI: Rewrite pci_scan_slotMatthew Wilcox1-9/+47
2010-02-18Merge branches 'bugzilla-14886', 'bugzilla-15000', 'bugzilla-15040', 'bugzilla-15108', 'pdc', 'hotplug-null-ref' and 'thinkpad' into releaseLen Brown1-6/+0
2010-02-05pci: Update pci_set_vga_state() to call arch functionsMike Travis1-1/+24
2010-02-05CS5536: apply pci quirk for BIOS SMBUS bugAndres Salomon1-0/+17
2010-02-01Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+2
2010-01-31ACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no device was foundThomas Renninger1-6/+0
2010-01-29powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge()Benjamin Herrenschmidt1-2/+2
2010-01-25PCI: fix nested spinlock hang in aer_injectAndrew Patterson1-6/+6
2010-01-04PCIe AER: prevent AER injection if hardware masks error reportingYouquan,Song1-1/+19
2010-01-04PCI/PM: Use per-device D3 delaysRafael J. Wysocki1-4/+15