summaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)AuthorFilesLines
2010-03-13dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pc...FUJITA Tomonori1-2/+0
2010-03-13pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori1-0/+1
2010-03-08Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2010-03-01Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-24/+90
2010-02-28Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+5
2010-02-28pci: Add helper to search for VPD keywordsMatt Carlson1-0/+17
2010-02-28pci: Add VPD information field helper functionsMatt Carlson1-0/+13
2010-02-28pci: Add helper to find a VPD resource data typeMatt Carlson1-0/+12
2010-02-28pci: Add large and small resource data type codeMatt Carlson1-1/+33
2010-02-28pci: Add PCI LRDT tag size and section sizeMatt Carlson1-0/+14
2010-02-23PCI: augment bus resource table with a listBjorn Helgaas1-6/+29
2010-02-23PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas1-0/+3
2010-02-23PCI PM: Run-time callbacks for PCI bus typeRafael J. Wysocki1-1/+8
2010-02-23PCI / ACPI / PM: Platform support for PCI PME wake-upRafael J. Wysocki1-0/+1
2010-02-23PCI PM: PCIe PME root port service driverRafael J. Wysocki1-0/+1
2010-02-23PCI: mark is_pcie obsoleteKenji Kaneshige1-1/+2
2010-02-23PCI: introduce pci_assign_unassigned_bridge_resourcesYinghai Lu1-0/+1
2010-02-23PCI: push deprecated pci_find_device() function to last userTilman Schmidt1-13/+0
2010-02-23resource/PCI: mark struct resource as constDominik Brodowski1-2/+3
2010-02-23resource/PCI: align functions now return start of resourceDominik Brodowski1-3/+5
2010-02-23PCI: Clean up build for CONFIG_PCI_QUIRKS unsetRafael J. Wysocki1-1/+5
2010-02-23PCI: Add support for reporting PCIe 3.0 speedsMatthew Wilcox1-0/+1
2010-02-23PCI: Add support for AGP in cur/max bus speedMatthew Wilcox1-0/+5
2010-02-23PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox1-0/+3
2010-02-23PCI: Unify pcie_link_speed and pci_bus_speedMatthew Wilcox1-0/+21
2010-02-20PCI: Add pci_bus_find_ext_capabilityJesse Barnes1-0/+2
2010-02-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+4
2010-02-13pci: Add SR-IOV convenience functions and macrosWilliams, Mitch A1-0/+11
2010-02-06pci: Update pci_set_vga_state() to call arch functionsMike Travis1-0/+5
2010-01-29powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge()Benjamin Herrenschmidt1-0/+4
2010-01-05PCI/PM: Use per-device D3 delaysRafael J. Wysocki1-0/+1
2009-12-17PCI/cardbus: Add a fixup hook and fix powerpcBenjamin Herrenschmidt1-0/+3
2009-12-14PCI: Global variable decls must match the defs in section attributesDavid Howells1-1/+1
2009-12-05PCI: add pci_request_acsChris Wright1-0/+2
2009-11-25PCI: introduce pci_is_pcie()Kenji Kaneshige1-0/+11
2009-11-25PCI: introduce pci_pcie_cap()Kenji Kaneshige1-0/+16
2009-11-07PCI: cache PCIe capability offsetKenji Kaneshige1-0/+1
2009-11-05PCI: add pci_get_domain_bus_and_slot functionAndrew Patterson1-1/+7
2009-11-05PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST modeMatt Domsch1-0/+1
2009-11-04pccard: configure CLS on attachTejun Heo1-0/+1
2009-11-04PCI: determine CLS more intelligentlyJesse Barnes1-0/+2
2009-09-10PCI PM: Introduce device flag wakeup_preparedRafael J. Wysocki1-0/+1
2009-09-10PCI: pcie: Ensure hotplug ports have a minimum number of resourcesEric W. Biederman1-0/+4
2009-09-10PCI: separate out pci_add_dynid()Tejun Heo1-0/+5
2009-09-10PCI: support for PCI Express fundamental resetMike Mason1-0/+1
2009-09-10PCI/GPU: implement VGA arbitration on LinuxBenjamin Herrenschmidt1-0/+2
2009-09-10PCI: expose function reset capability in sysfsMichael S. Tsirkin1-0/+1
2009-06-29PCI: make pci_name() take const argumentAlexey Zaytsev1-1/+1
2009-06-23Merge git://git.infradead.org/~dwmw2/iommu-2.6.31Linus Torvalds1-0/+2
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-11/+24