aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-24PCI: qcom: Make explicitly non-modularPaul Gortmaker1-21/+7
2016-08-24PCI: dra7xx: Make explicitly non-modularPaul Gortmaker1-28/+3
2016-08-24PCI: generic: Make explicitly non-modularPaul Gortmaker1-5/+2
2016-08-23PCI: designware: Remove redundant platform_get_resource() return value checkWei Yongjun1-3/+0
2016-08-23PCI: designware: Exchange viewport of `MEMORYs' and `CFGs/IOs'Dong Bo1-5/+5
2016-08-23PCI: exynos: Make explicitly non-modularPaul Gortmaker1-6/+1
2016-08-23PCI: designware: Make explicitly non-modularPaul Gortmaker1-5/+0
2016-08-23PCI: spear: Make explicitly non-modularPaul Gortmaker1-9/+2
2016-08-23PCI: imx6: Make explicitly non-modularPaul Gortmaker1-8/+1
2016-08-23PCI: altera: Make explicitly non-modularPaul Gortmaker1-7/+5
2016-08-23PCI: altera: Make MSI explicitly non-modularPaul Gortmaker1-5/+5
2016-08-22PCI: aardvark: Remove redundant dev_err call in advk_pcie_probe()Wei Yongjun1-3/+1
2016-08-22PCI: hv: Use list_move_tail() instead of list_del() + list_add_tail()Wei Yongjun1-2/+1
2016-08-22PCI: keystone: Propagate request_irq() failureWei Yongjun1-2/+3
2016-08-22PCI: rcar: Consolidate register space lookup and ioremapBjorn Helgaas1-6/+4
2016-08-22PCI: designware: Keep viewport fixed for IO transaction if num_viewport > 2Pratyush Anand2-7/+20
2016-08-18PCI: tegra: Use of_device_get_match_data()Thierry Reding1-6/+1
2016-08-18PCI: tegra: Remove redundant _data suffixThierry Reding1-21/+21
2016-08-18PCI: altera: Poll for link training status after retraining the linkLey Foon Tan1-8/+37
2016-08-18PCI: designware: Check LTSSM training bit before deciding link is upJisheng Zhang1-2/+4
2016-08-17PCI: designware: Add iATU Unroll featureJoao Pinto2-11/+87
2016-08-17PCI: designware: Wait for iATU enableJoao Pinto1-3/+15
2016-08-17PCI: designware: Move link wait definitions to .c fileJoao Pinto2-5/+5
2016-08-17PCI: designware: Return data directly from dw_pcie_readl_rc()Bjorn Helgaas3-15/+17
2016-08-01Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-dra7xx', 'pci/host-hv', 'pci/host-vmd' and 'pci/host-xilinx' into nextBjorn Helgaas7-35/+1064
2016-08-01Merge branch 'pci/host-tegra' into nextBjorn Helgaas1-30/+25
2016-08-01Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas23-262/+452
2016-08-01Merge branch 'pci/resource' into nextBjorn Helgaas1-1/+8
2016-08-01Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/pm' and 'pci/virtualization' into nextBjorn Helgaas1-10/+19
2016-08-01PCI: xgene: Make explicitly non-modularPaul Gortmaker1-6/+2
2016-08-01PCI: thunder-pem: Make explicitly non-modularPaul Gortmaker1-6/+2
2016-08-01PCI: thunder-ecam: Make explicitly non-modularPaul Gortmaker1-6/+2
2016-08-01PCI: tegra: Make explicitly non-modularPaul Gortmaker1-7/+4
2016-08-01PCI: rcar-gen2: Make explicitly non-modularPaul Gortmaker1-9/+3