aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge branch 'pci/host-layerscape' into nextBjorn Helgaas3-0/+21
2017-11-14Merge branch 'pci/host-iproc' into nextBjorn Helgaas1-7/+12
2017-11-14Merge branch 'pci/host-hv' into nextBjorn Helgaas1-3/+5
2017-11-14Merge branch 'pci/host-hisi' into nextBjorn Helgaas3-0/+481
2017-11-14Merge branch 'pci/host-generic' into nextBjorn Helgaas1-0/+43
2017-11-14Merge branch 'pci/host-faraday' into nextBjorn Helgaas1-1/+1
2017-11-14Merge branch 'pci/host-dra7xx' into nextBjorn Helgaas1-0/+17
2017-11-14Merge branch 'pci/host-altera' into nextBjorn Helgaas1-4/+4
2017-11-14Merge branch 'pci/virtualization' into nextBjorn Helgaas7-59/+89
2017-11-14Merge branch 'pci/switchtec' into nextBjorn Helgaas1-1/+1
2017-11-14Merge branch 'pci/resource' into nextBjorn Helgaas5-15/+286
2017-11-14Merge branch 'pci/portdrv' into nextBjorn Helgaas1-0/+1
2017-11-14Merge branch 'pci/msi' into nextBjorn Helgaas1-96/+75
2017-11-14Merge branch 'pci/misc' into nextBjorn Helgaas5-4/+16
2017-11-14Merge branch 'pci/hotplug' into nextBjorn Helgaas16-116/+415
2017-11-14Merge branch 'pci/endpoint' into nextBjorn Helgaas1-2/+31
2017-11-14Merge branch 'pci/aspm' into nextBjorn Helgaas1-18/+28
2017-11-14Merge branch 'pci/aer' into nextBjorn Helgaas1-1/+8
2017-11-14PCI/ASPM: Add L1 Substates definitionsBjorn Helgaas1-14/+20
2017-11-14PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLDBjorn Helgaas1-1/+1
2017-11-13PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_TimeBjorn Helgaas1-1/+1
2017-11-09PCI: altera: Rename altera_pcie_link_is_up() to altera_pcie_link_up()Bjorn Helgaas1-4/+4
2017-11-08PCI: Fix kernel-doc build warningRandy Dunlap1-1/+1
2017-11-08PCI: Fail pci_map_rom() if the option ROM is invalidChangbin Du1-0/+5
2017-11-08PCI: Move pci_map_rom() error pathChangbin Du1-6/+8
2017-11-07PCI: Move PCI_QUIRKS to the PCI bus menuRandy Dunlap1-0/+9
2017-11-07PCI/PME: Handle invalid data when reading Root StatusQiang1-1/+4
2017-11-07PCI: hv: Use effective affinity maskDexuan Cui1-3/+5
2017-11-06PCI: pciehp: Do not clear Presence Detect Changed during initializationMika Westerberg1-3/+8
2017-11-06PCI: pciehp: Fix race condition handling surprise link downMika Westerberg3-5/+10
2017-11-06PCI: Distribute available resources to hotplug-capable bridgesMika Westerberg1-0/+177
2017-11-06PCI: Distribute available buses to hotplug-capable bridgesMika Westerberg1-18/+138
2017-11-06PCI: Do not allocate more buses than available in parentMika Westerberg1-1/+6
2017-11-06PCI: Open-code the two pass loop when scanning bridgesMika Westerberg1-7/+20
2017-11-06PCI: Move pci_hp_add_bridge() to drivers/pci/probe.cMika Westerberg3-32/+23
2017-11-06PCI: Add for_each_pci_bridge() helperAndy Shevchenko7-32/+19
2017-11-06PCI: shpchp: Convert timers to use timer_setup()Kees Cook1-6/+3
2017-11-06PCI: cpqphp: Convert timers to use timer_setup()Kees Cook3-12/+12
2017-11-06PCI: pciehp: Convert timers to use timer_setup()Kees Cook1-8/+4
2017-11-06PCI: ibmphp: Use common error handling code in unconfigure_boot_device()Markus Elfring1-8/+11
2017-11-06PCI/portdrv: Turn off PCIe services during shutdownSinan Kaya1-0/+1
2017-10-31misc: pci_endpoint_test: Fix BUG_ON error during pci_disable_msi()Kishon Vijay Abraham I1-0/+8
2017-10-31misc: pci_endpoint_test: Fix pci_endpoint_test not releasing resources on removeKishon Vijay Abraham I1-2/+10
2017-10-31misc: pci_endpoint_test: Fix failure path return values in probeKishon Vijay Abraham I1-0/+2
2017-10-31misc: pci_endpoint_test: Avoid triggering a BUG()Dan Carpenter1-0/+2
2017-10-25PCI: Document reset method return valuesBjorn Helgaas1-0/+8
2017-10-25PCI: Add pci_resize_resource() for resizing BARsChristian König2-0/+156
2017-10-25PCI: Detach driver before procfs & sysfs teardown on device removeAlex Williamson1-1/+1
2017-10-24PCI: hisi: Add HiSilicon STB SoC PCIe controller driverJianguo Sun3-0/+481
2017-10-24PCI: Add resizable BAR infrastructureChristian König2-0/+109