summaryrefslogtreecommitdiff
path: root/drivers/pci/host
AgeCommit message (Expand)AuthorFilesLines
2016-10-11PCI: layerscape: Pass device-specific struct to internal functionsBjorn Helgaas1-3/+3
2016-10-11PCI: layerscape: Remove redundant struct ls_pcie.dbiBjorn Helgaas1-13/+11
2016-10-11PCI: layerscape: Remove unused platform dataBjorn Helgaas1-2/+0
2016-10-11PCI: layerscape: Add local struct device pointersBjorn Helgaas1-11/+15
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 Helgaas3-0/+779
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 Helgaas3-21/+0
2016-10-03Merge branch 'pci/enumeration' into nextBjorn Helgaas6-23/+38
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-13PCI: xilinx: Dispose of MSI virtual IRQBharat Kumar Gogada1-0/+1
2016-09-13PCI: xilinx: Clear correct MSI set bitBharat Kumar Gogada1-2/+4
2016-09-13PCI: xilinx: Clear interrupt register for invalid interruptBharat Kumar Gogada1-2/+3
2016-09-13PCI: xilinx: Keep both legacy and MSI interrupt domain referencesBharat Kumar Gogada1-11/+15
2016-09-13PCI: xilinx-nwl: Enable all MSI interrupts using MSI maskBharat Kumar Gogada1-2/+2
2016-09-13PCI: xilinx-nwl: Expand error loggingBharat Kumar Gogada1-8/+40
2016-09-12PCI: rcar: Don't disable/unprepare clocks on prepare/enable failureGeert Uytterhoeven1-2/+2
2016-09-12PCI: altera: Remove redundant platform_get_resource() return value checkBjorn Helgaas1-10/+0
2016-09-12PCI: altera: Move retrain from fixup to altera_pcie_host_init()Ley Foon Tan1-60/+91
2016-09-12PCI: xilinx: Relax device number checking to allow SR-IOVPo Liu1-7/+0
2016-09-12PCI: designware: Relax device number checking to allow SR-IOVPo Liu1-7/+0
2016-09-12PCI: altera: Relax device number checking to allow SR-IOVPo Liu1-7/+0
2016-09-06PCI: tegra: Fix pci_remap_iospace() failure pathLorenzo Pieralisi1-2/+5
2016-09-06PCI: generic: Fix pci_remap_iospace() failure pathLorenzo Pieralisi1-3/+5
2016-09-06PCI: rcar: Fix pci_remap_iospace() failure pathLorenzo Pieralisi1-3/+6
2016-09-06PCI: versatile: Fix pci_remap_iospace() failure pathLorenzo Pieralisi1-3/+5
2016-09-06PCI: designware: Fix pci_remap_iospace() failure pathLorenzo Pieralisi1-9/+12
2016-09-06PCI: aardvark: Fix pci_remap_iospace() failure pathLorenzo Pieralisi1-3/+5
2016-09-06PCI: hv: Handle hv_pci_generic_compl() error caseDexuan Cui1-4/+5
2016-09-06PCI: hv: Handle vmbus_sendpacket() failure in hv_compose_msi_msg()Dexuan Cui1-2/+4
2016-09-06PCI: hv: Remove the unused 'wrk' in struct hv_pcibus_deviceDexuan Cui1-1/+0
2016-09-06PCI: hv: Use pci_function_description[0] in struct definitionsDexuan Cui1-2/+2
2016-09-06PCI: hv: Use zero-length array in struct pci_packetDexuan Cui1-22/+20
2016-09-03PCI: rockchip: Add Rockchip PCIe controller supportShawn Lin3-0/+1210
2016-08-26PCI: altera: Rework config accessors for use without a struct pci_busLey Foon Tan1-23/+41
2016-08-24PCI: xilinx-nwl: Make explicitly non-modularPaul Gortmaker1-50/+3
2016-08-24PCI: xilinx: Make explicitly non-modularPaul Gortmaker1-51/+2