summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-10-11PCI: keystone: Use generic DesignWare accessorsBjorn Helgaas1-6/+7
2016-10-11PCI: keystone: Add local struct device pointersBjorn Helgaas2-18/+24
2016-10-11PCI: designware: Swap order of dw_pcie_writel_unroll() reg/val argumentsBjorn Helgaas1-16/+16
2016-10-11PCI: designware: Uninline register accessorsBjorn Helgaas1-2/+2
2016-10-11PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc()Bjorn Helgaas2-2/+4
2016-10-11PCI: designware: Swap order of dw_pcie_writel_rc() reg/val argumentsBjorn Helgaas3-26/+26
2016-10-11PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfacesBjorn Helgaas3-11/+8
2016-10-11PCI: designware: Simplify dw_pcie_readl_unroll(), dw_pcie_writel_unroll()Kishon Vijay Abraham I1-8/+2
2016-10-06PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device()Bjorn Helgaas1-4/+4
2016-10-05Merge branch 'pci/host-vmd' into nextBjorn Helgaas4-8/+786
2016-10-05Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pc...Bjorn Helgaas17-222/+1805
2016-10-04x86/PCI: VMD: Move VMD driver to drivers/pci/hostKeith Busch3-0/+778
2016-10-04PCI: rockchip: Fix wrong transmitted FTS countShawn Lin1-0/+10
2016-10-04PCI: rockchip: Improve the deassert sequence of four reset pinsShawn Lin1-6/+10
2016-10-04PCI: rockchip: Increase the Max Credit update intervalRajat Jain1-0/+17
2016-10-04PCI: rcar: Try increasing PCIe link speed to 5 GT/s at bootSergei Shtylyov1-0/+66
2016-10-03Merge branch 'pci/virtualization' into nextBjorn Helgaas5-22/+5
2016-10-03Merge branch 'pci/resource' into nextBjorn Helgaas1-0/+23
2016-10-03Merge branch 'pci/pm' into nextBjorn Helgaas4-19/+73
2016-10-03Merge branch 'pci/msi' into nextBjorn Helgaas1-1/+1
2016-10-03Merge branch 'pci/misc' into nextBjorn Helgaas1-2/+0
2016-10-03Merge branch 'pci/hotplug' into nextBjorn Helgaas4-95/+116
2016-10-03Merge branch 'pci/enumeration' into nextBjorn Helgaas6-23/+38
2016-10-03Merge branch 'pci/aer' into nextBjorn Helgaas7-69/+49
2016-09-30PCI/AER: Fix aer_probe() kernel-doc commentCao jin1-1/+0
2016-09-28PCI: Ignore requested alignment for VF BARsYongji Xie1-0/+9
2016-09-28PCI: Ignore requested alignment for PROBE_ONLY and fixed resourcesYongji Xie1-0/+14
2016-09-28PCI: Avoid unnecessary resume after direct-completeLukas Wunner1-2/+13
2016-09-28PCI: Recognize D3cold in pci_update_current_state()Lukas Wunner1-13/+12
2016-09-28PCI: Query platform firmware for device power stateLukas Wunner3-2/+33
2016-09-28PCI: Afford direct-complete to devices with non-standard PMLukas Wunner1-2/+15
2016-09-27PCI/AER: Cache capability positionKeith Busch3-12/+19
2016-09-27PCI/AER: Avoid memory allocation in interrupt handling pathJon Derrick2-11/+3
2016-09-22PCI: pciehp: Allow exclusive userspace control of indicatorsKeith Busch3-0/+33
2016-09-20ACPI / APEI: Send correct severity to calculate AER severityTyler Baicar1-1/+1
2016-09-20PCI/AER: Remove duplicate AER severity translationTyler Baicar1-4/+2
2016-09-14PCI: artpec6: Drop __init from artpec6_add_pcie_port()Niklas Cassel1-2/+2
2016-09-14PCI: rcar: Fix some checkpatch warningsSergei Shtylyov1-10/+19
2016-09-14PCI: rcar: Add multi-MSI supportGrigory Kletsko1-2/+70
2016-09-14PCI/AER: Remove aerdriver.forceload kernel parameterBjorn Helgaas3-33/+1
2016-09-14PCI/AER: Remove aerdriver.nosourceid kernel parameterBjorn Helgaas1-8/+4
2016-09-14PCI: pciehp: Remove useless pciehp_get_latch_status() callsBjorn Helgaas1-8/+1
2016-09-14PCI: pciehp: Clean up dmesg "Slot(%s)" messagesBjorn Helgaas2-35/+33
2016-09-14PCI: pciehp: Remove unnecessary guardBjorn Helgaas1-3/+0
2016-09-14PCI: pciehp: Don't re-read Slot Status when handling surprise eventMayurkumar Patel1-16/+2
2016-09-14PCI: pciehp: Don't re-read Slot Status when queuing hotplug eventMayurkumar Patel1-2/+5
2016-09-14PCI: pciehp: Process all hotplug events before looking for new onesMayurkumar Patel1-26/+32
2016-09-14PCI: pciehp: Return IRQ_NONE when we can't read interrupt statusBjorn Helgaas1-1/+1
2016-09-13PCI: xilinx: Dispose of MSI virtual IRQBharat Kumar Gogada1-0/+1
2016-09-13PCI: xilinx: Clear correct MSI set bitBharat Kumar Gogada1-2/+4