aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2013-12-02PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not presentRafael J. Wysocki1-0/+1
2013-11-25PCI: Omit PCI ID macro strings to shorten quirk namesMichal Marek1-15/+15
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-28/+27
2013-11-07PCI: Add pci_upstream_bridge()Bjorn Helgaas1-0/+9
2013-09-25PCI: Document reason for using pci_is_root_bus()Bjorn Helgaas1-0/+4
2013-09-25PCI: Remove unused "is_pcie" from pci_dev structureYijing Wang1-2/+0
2013-09-25PCI: Fix comment typo, remove unnecessary !! in pci_is_pcie()Joe Perches1-2/+2
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+15
2013-08-28Merge branch 'pci/misc' into nextBjorn Helgaas1-0/+4
2013-08-26Merge branch 'pci/yijing-mps-v8' into nextBjorn Helgaas1-1/+1
2013-08-26Merge branch 'pci/yinghai-assign-unassigned-v6' into nextBjorn Helgaas1-1/+1
2013-08-22PCI: Add pcibios_pm_ops for optional arch-specific hibernate functionalitySebastian Ott1-0/+4
2013-08-22PCI: Simplify pcie_bus_configure_settings() interfaceBjorn Helgaas1-1/+1
2013-08-15Merge branch 'pci/aw-reset-v5' into nextBjorn Helgaas1-0/+5
2013-08-15PCI: Add pci_probe_reset_slot() and pci_probe_reset_bus()Alex Williamson1-0/+2
2013-08-14PCI: Add pci_reset_slot() and pci_reset_bus()Alex Williamson1-0/+2
2013-08-12PCI: Add pci_wait_for_pending_transaction()Casey Leedom1-0/+1
2013-08-12PCI: Introduce new MSI chip infrastructureThierry Reding1-0/+1
2013-08-09PCI: Add pci_reset_bridge_secondary_bus()Alex Williamson1-0/+1
2013-07-31PCI: Add function to obtain minimum link width and speedJacob Keller1-0/+2
2013-07-30PCI: move enum pcie_link_width into pci.hJacob Keller1-0/+13
2013-07-25PCI: Assign resources for hot-added host bridge more aggressivelyYinghai Lu1-0/+1
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu1-1/+0
2013-06-14Merge branch 'pci/jiang-bus-lock-v3' into nextBjorn Helgaas1-1/+4
2013-06-04PCI: Add pcibios_release_device()Sebastian Ott1-0/+1
2013-05-27PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev()Gu Zheng1-1/+2
2013-05-27PCI: Introduce pci_bus_{get|put}() to manage PCI bus reference countJiang Liu1-0/+2
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+5
2013-04-29Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-50/+67
2013-04-24pci: Add SRIOV helper function to determine if VFs are assigned to guestAlexander Duyck1-0/+5
2013-04-24Merge branch 'pci/gavin-msi-cleanup' into nextBjorn Helgaas1-2/+3
2013-04-23PCI: Cache MSI/MSI-X capability offsets in struct pci_devGavin Shan1-0/+2
2013-04-23PCI: Use u8, not int, for PM capability offsetBjorn Helgaas1-2/+1
2013-04-17Merge branch 'pci/cleanup' into nextBjorn Helgaas1-48/+47
2013-04-17PCI: Remove "extern" from function declarationsBjorn Helgaas1-48/+47
2013-04-16Merge branch 'pci/jiang-subdrivers' into nextBjorn Helgaas1-0/+2
2013-04-15Merge branch 'pci/gabor-get-of-node' into nextBjorn Helgaas1-1/+1
2013-04-12PCI: Add pcibios hooks for adding and removing PCI busesJiang Liu1-0/+2
2013-04-10PCI: Remove __weak annotation from pcibios_get_phb_of_node declBjorn Helgaas1-1/+1
2013-03-26PCI: Add PCI ROM helper for platform-provided ROM imagesMatthew Garrett1-0/+1
2013-03-26PCI: Add PCI_BUS_NUM() and PCI_DEVID() interfacesShuah Khan1-0/+15
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+14
2013-02-02Merge branch 'pci/misc' into nextBjorn Helgaas1-1/+10
2013-01-30PCI: Use PCI Express Capability accessorMyron Stowe1-1/+1
2013-01-30PCI: Introduce accessor to retrieve PCIe Capabilities RegisterMyron Stowe1-0/+9
2013-01-26Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas1-0/+1
2013-01-25PCI: Skip attaching driver in device_add()Yinghai Lu1-0/+1
2013-01-24PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto()Alexander Gordeev1-0/+7