summaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-12-151-0/+1
|\
| * PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not ...Rafael J. Wysocki2013-12-021-0/+1
* | PCI: Omit PCI ID macro strings to shorten quirk namesMichal Marek2013-11-251-15/+15
|/
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-28/+27
* PCI: Add pci_upstream_bridge()Bjorn Helgaas2013-11-071-0/+9
* PCI: Document reason for using pci_is_root_bus()Bjorn Helgaas2013-09-251-0/+4
* PCI: Remove unused "is_pcie" from pci_dev structureYijing Wang2013-09-251-2/+0
* PCI: Fix comment typo, remove unnecessary !! in pci_is_pcie()Joe Perches2013-09-251-2/+2
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-09-061-0/+1
|\
| * PCI: Introduce new MSI chip infrastructureThierry Reding2013-08-121-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-051-0/+15
|\ \
| * | PCI: Add function to obtain minimum link width and speedJacob Keller2013-07-311-0/+2
| * | PCI: move enum pcie_link_width into pci.hJacob Keller2013-07-301-0/+13
| |/
* | Merge branch 'pci/misc' into nextBjorn Helgaas2013-08-281-0/+4
|\ \
| * | PCI: Add pcibios_pm_ops for optional arch-specific hibernate functionalitySebastian Ott2013-08-221-0/+4
| |/
* | Merge branch 'pci/yijing-mps-v8' into nextBjorn Helgaas2013-08-261-1/+1
|\ \
| * | PCI: Simplify pcie_bus_configure_settings() interfaceBjorn Helgaas2013-08-221-1/+1
| |/
* | Merge branch 'pci/yinghai-assign-unassigned-v6' into nextBjorn Helgaas2013-08-261-1/+1
|\ \
| * | PCI: Assign resources for hot-added host bridge more aggressivelyYinghai Lu2013-07-251-0/+1
| * | PCI: Delay enabling bridges until they're neededYinghai Lu2013-07-251-1/+0
| |/
* | Merge branch 'pci/aw-reset-v5' into nextBjorn Helgaas2013-08-151-0/+5
|\ \
| * | PCI: Add pci_probe_reset_slot() and pci_probe_reset_bus()Alex Williamson2013-08-151-0/+2
| * | PCI: Add pci_reset_slot() and pci_reset_bus()Alex Williamson2013-08-141-0/+2
| * | PCI: Add pci_reset_bridge_secondary_bus()Alex Williamson2013-08-091-0/+1
| |/
* | PCI: Add pci_wait_for_pending_transaction()Casey Leedom2013-08-121-0/+1
|/
* Merge branch 'pci/jiang-bus-lock-v3' into nextBjorn Helgaas2013-06-141-1/+4
|\
| * PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev()Gu Zheng2013-05-271-1/+2
| * PCI: Introduce pci_bus_{get|put}() to manage PCI bus reference countJiang Liu2013-05-271-0/+2
* | PCI: Add pcibios_release_device()Sebastian Ott2013-06-041-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-0/+5
|\
| * pci: Add SRIOV helper function to determine if VFs are assigned to guestAlexander Duyck2013-04-241-0/+5
* | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-291-50/+67
|\ \ | |/ |/|
| * Merge branch 'pci/gavin-msi-cleanup' into nextBjorn Helgaas2013-04-241-2/+3
| |\
| | * PCI: Cache MSI/MSI-X capability offsets in struct pci_devGavin Shan2013-04-231-0/+2
| | * PCI: Use u8, not int, for PM capability offsetBjorn Helgaas2013-04-231-2/+1
| * | Merge branch 'pci/cleanup' into nextBjorn Helgaas2013-04-171-48/+47
| |\ \
| | * | PCI: Remove "extern" from function declarationsBjorn Helgaas2013-04-171-48/+47
| | |/
| * | Merge branch 'pci/jiang-subdrivers' into nextBjorn Helgaas2013-04-161-0/+2
| |\ \
| | * | PCI: Add pcibios hooks for adding and removing PCI busesJiang Liu2013-04-121-0/+2
| | |/
| * | Merge branch 'pci/gabor-get-of-node' into nextBjorn Helgaas2013-04-151-1/+1
| |\ \
| | * | PCI: Remove __weak annotation from pcibios_get_phb_of_node declBjorn Helgaas2013-04-101-1/+1
| | |/
| * | PCI: Add PCI_BUS_NUM() and PCI_DEVID() interfacesShuah Khan2013-03-261-0/+15
| |/
* | PCI: Add PCI ROM helper for platform-provided ROM imagesMatthew Garrett2013-03-261-0/+1
|/
* Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-251-1/+14
|\
| * Merge branch 'pci/misc' into nextBjorn Helgaas2013-02-021-1/+10
| |\
| | * PCI: Use PCI Express Capability accessorMyron Stowe2013-01-301-1/+1
| | * PCI: Introduce accessor to retrieve PCIe Capabilities RegisterMyron Stowe2013-01-301-0/+9
| * | Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2013-01-261-0/+1
| |\ \
| | * | PCI: Skip attaching driver in device_add()Yinghai Lu2013-01-251-0/+1
| * | | ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki2013-01-131-0/+2
| |/ /
OpenPOWER on IntegriCloud