aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-13PCI: Cleanup pci.h whitespaceBjorn Helgaas1-184/+54
2014-01-13PCI: Reorder so actual code comes before stubsBjorn Helgaas1-23/+23
2014-01-13Merge branch 'pci/dead-code' into nextBjorn Helgaas1-43/+0
2014-01-13PCI: Make local functions staticStephen Hemminger1-5/+0
2014-01-13PCI: Remove unused alloc_pci_dev()Stephen Hemminger1-1/+0
2014-01-13PCI: Remove unused pci_renumber_slot()Stephen Hemminger1-1/+0
2014-01-13PCI: Remove unused pcie_aspm_enabled()Stephen Hemminger1-2/+0
2014-01-13PCI: Remove unused pci_vpd_truncate()Stephen Hemminger1-1/+0
2014-01-10PCI: Remove unused ID-Based Ordering supportStephen Hemminger1-13/+0
2014-01-10PCI: Remove unused Optimized Buffer Flush/Fill supportStephen Hemminger1-16/+0
2014-01-10PCI: Remove unused Latency Tolerance Reporting supportStephen Hemminger1-4/+0
2014-01-10Merge branch 'pci/resource' into nextBjorn Helgaas1-8/+12
2014-01-07Merge branch 'pci/msi' into nextBjorn Helgaas1-7/+20
2014-01-07PCI: Enforce bus address limits in resource allocationYinghai Lu1-4/+0
2014-01-03PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev1-0/+14
2014-01-03PCI/MSI: Add pci_msix_vec_count()Alexander Gordeev1-3/+3
2014-01-03PCI/MSI: Remove pci_enable_msi_block_auto()Alexander Gordeev1-7/+0
2014-01-03PCI/MSI: Add pci_msi_vec_count()Alexander Gordeev1-0/+6
2013-12-21PCI: Add pci_bus_address() to get bus address of a BARBjorn Helgaas1-0/+8
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu1-2/+2
2013-12-21PCI: Change pci_bus_region addresses to dma_addr_tBjorn Helgaas1-2/+2
2013-12-20Merge branch 'pci/misc' into nextBjorn Helgaas1-2/+1
2013-12-20Merge branch 'pci/msi' into nextBjorn Helgaas1-8/+8
2013-12-20PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as intAlexander Gordeev1-4/+4
2013-12-20PCI/MSI: Return -ENOSYS for unimplemented interfaces, not -1Alexander Gordeev1-3/+3
2013-12-19PCI/MSI: Export MSI mode using attributes, not kobjectsGreg Kroah-Hartman1-1/+1
2013-12-18Merge branch 'pci/vc' into nextBjorn Helgaas1-1/+14
2013-12-17PCI: Add Virtual Channel to save/restore supportAlex Williamson1-0/+5
2013-12-17PCI: Add support for save/restore of extended capabilitiesAlex Williamson1-1/+8
2013-12-17PCI: Add pci_wait_for_pending() (refactor pci_wait_for_pending_transaction())Alex Williamson1-0/+1
2013-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2013-12-13PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLEJoe Perches1-2/+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