summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-06PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for ARCJoao Pinto2-1/+2
2016-09-03PCI: rockchip: Add Rockchip PCIe controller supportShawn Lin4-0/+1219
2016-09-01dt-bindings: PCI: rockchip: Add DT bindings for Rockchip PCIe controllerShawn Lin1-0/+106
2016-09-01Merge branch 'pci/ptm' into nextBjorn Helgaas7-1/+187
2016-09-01Merge branch 'pci/demodularize' into nextBjorn Helgaas19-294/+51
2016-08-26PCI: altera: Rework config accessors for use without a struct pci_busLey Foon Tan1-23/+41
2016-08-25PCI: Add PTM clock granularity informationBjorn Helgaas3-2/+31
2016-08-25PCI: pciehp: Make explicitly non-modularPaul Gortmaker1-15/+5
2016-08-25PCI: hotplug: Make core explicitly non-modularPaul Gortmaker3-24/+6
2016-08-25PCI: xilinx-nwl: Make explicitly non-modularPaul Gortmaker1-50/+3
2016-08-25PCI: xilinx: Make explicitly non-modularPaul Gortmaker1-51/+2
2016-08-25PCI: qcom: Make explicitly non-modularPaul Gortmaker1-21/+7
2016-08-25PCI: dra7xx: Make explicitly non-modularPaul Gortmaker1-28/+3
2016-08-25PCI/AER: Make explicitly non-modularPaul Gortmaker1-17/+1
2016-08-25PCI/PME: Make explicitly non-modularPaul Gortmaker1-15/+1
2016-08-25PCI: Make DPC explicitly non-modularPaul Gortmaker1-14/+4
2016-08-24PCI: generic: Make explicitly non-modularPaul Gortmaker1-5/+2
2016-08-24PCI: designware: Remove redundant platform_get_resource() return value checkWei Yongjun1-3/+0
2016-08-24PCI: 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: portdrv: Make explicitly non-modularPaul Gortmaker1-14/+3
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 Anand3-7/+23
2016-08-22PCI: pciehp: Clear attention LED on device addKeith Busch1-0/+1
2016-08-19PCI: Add pci_enable_ptm() for drivers to enable PTM on endpointsBjorn Helgaas3-0/+53
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: Mark Atheros AR9580 to avoid bus resetMaik Broemme1-0/+1
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