summaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-231-245/+107Star
|\
| * Merge branch 'pci/reset' into nextBjorn Helgaas2014-01-151-0/+3
| |\
| | * PCI: Add pci_try_reset_function(), pci_try_reset_slot(), pci_try_reset_bus()Alex Williamson2014-01-151-0/+3
| * | PCI: Add global pci_lock_rescan_remove()Rafael J. Wysocki2014-01-141-0/+3
| |/
| * PCI: Cleanup pci.h whitespaceBjorn Helgaas2014-01-141-184/+54Star
| * PCI: Reorder so actual code comes before stubsBjorn Helgaas2014-01-141-23/+23
| * Merge branch 'pci/dead-code' into nextBjorn Helgaas2014-01-141-43/+0Star
| |\
| | * PCI: Make local functions staticStephen Hemminger2014-01-131-5/+0Star
| | * PCI: Remove unused alloc_pci_dev()Stephen Hemminger2014-01-131-1/+0Star
| | * PCI: Remove unused pci_renumber_slot()Stephen Hemminger2014-01-131-1/+0Star
| | * PCI: Remove unused pcie_aspm_enabled()Stephen Hemminger2014-01-131-2/+0Star
| | * PCI: Remove unused pci_vpd_truncate()Stephen Hemminger2014-01-131-1/+0Star
| | * PCI: Remove unused ID-Based Ordering supportStephen Hemminger2014-01-111-13/+0Star
| | * PCI: Remove unused Optimized Buffer Flush/Fill supportStephen Hemminger2014-01-111-16/+0Star
| | * PCI: Remove unused Latency Tolerance Reporting supportStephen Hemminger2014-01-111-4/+0Star
| * | Merge branch 'pci/resource' into nextBjorn Helgaas2014-01-101-8/+12
| |\ \
| | * | PCI: Enforce bus address limits in resource allocationYinghai Lu2014-01-081-4/+0Star
| | * | PCI: Add pci_bus_address() to get bus address of a BARBjorn Helgaas2013-12-211-0/+8
| | * | PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu2013-12-211-2/+2
| | * | PCI: Change pci_bus_region addresses to dma_addr_tBjorn Helgaas2013-12-211-2/+2
| | |/
| * | Merge branch 'pci/msi' into nextBjorn Helgaas2014-01-081-7/+20
| |\ \
| | * | PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev2014-01-041-0/+14
| | * | PCI/MSI: Add pci_msix_vec_count()Alexander Gordeev2014-01-041-3/+3
| | * | PCI/MSI: Remove pci_enable_msi_block_auto()Alexander Gordeev2014-01-041-7/+0Star
| | * | PCI/MSI: Add pci_msi_vec_count()Alexander Gordeev2014-01-041-0/+6
| * | | Merge branch 'pci/misc' into nextBjorn Helgaas2013-12-201-2/+1Star
| |\ \ \
| | * | | PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLEJoe Perches2013-12-131-2/+1Star
| | | |/ | | |/|
| * | | Merge branch 'pci/msi' into nextBjorn Helgaas2013-12-201-8/+8
| |\ \ \ | | | |/ | | |/|
| | * | PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as intAlexander Gordeev2013-12-201-4/+4
| | * | PCI/MSI: Return -ENOSYS for unimplemented interfaces, not -1Alexander Gordeev2013-12-201-3/+3
| | * | PCI/MSI: Export MSI mode using attributes, not kobjectsGreg Kroah-Hartman2013-12-191-1/+1
| | |/
| * | Merge branch 'pci/vc' into nextBjorn Helgaas2013-12-181-1/+14
| |\ \
| | * | PCI: Add Virtual Channel to save/restore supportAlex Williamson2013-12-181-0/+5
| | * | PCI: Add support for save/restore of extended capabilitiesAlex Williamson2013-12-181-1/+8
| | * | PCI: Add pci_wait_for_pending() (refactor pci_wait_for_pending_transaction())Alex Williamson2013-12-181-0/+1
| | |/
* | | 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/+27Star
* 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/+0Star
* 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-311-0/+13
| |/
* | Merge branch 'pci/misc' into nextBjorn Helgaas2013-08-291-0/+4
|\ \
| * | PCI: Add pcibios_pm_ops for optional arch-specific hibernate functionalitySebastian Ott2013-08-221-0/+4
| |/