summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2020-01-27PCI: mobiveil: Fix the valid check for inbound and outbound windowsHou Zhiqiang1-2/+2
2020-01-27PCI: mobiveil: Fix devfn check in mobiveil_pcie_valid_device()Hou Zhiqiang1-1/+1
2020-01-27PCI: mobiveil: Remove the flag MSI_FLAG_MULTI_PCI_MSIHou Zhiqiang1-1/+1
2020-01-27PCI: iproc: Enable iProc config read for PAXBv2Srinath Mannam1-1/+1
2020-01-27PCI: dwc: Fix dw_pcie_ep_find_capability() to return correct capability offsetKishon Vijay Abraham I1-5/+5
2020-01-27PCI: rockchip: Fix rockchip_pcie_ep_assert_intx() bitwise operationsColin Ian King1-1/+1
2020-01-27PCI: iproc: Remove PAXC slot check to allow VF supportJitendra Bhivare1-8/+0
2020-01-17PCI: dwc: Fix find_next_bit() usageNiklas Cassel1-5/+6
2019-12-17PCI: rcar: Fix missing MACCTLR register setting in initialization sequenceYoshihiro Shimoda1-0/+6
2019-12-01PCI: keystone: Use quirk to limit MRRS for K2GKishon Vijay Abraham I1-0/+3
2019-12-01PCI: vmd: Detach resources after stopping root busJon Derrick1-1/+1
2019-12-01PCI: mediatek: Fixup MSI enablement logic by enabling MSI before clocksHonghui Zhang1-71/+72
2019-12-01PCI: mediatek: Fix class type for MT7622 to PCI_CLASS_BRIDGE_PCIHonghui Zhang1-1/+1
2019-12-01PCI: cadence: Write MSI data with 32bitsAlan Douglas1-1/+1
2019-11-20PCI: mediatek: Fix unchecked return valueGustavo A. R. Silva1-1/+3
2019-11-12PCI: tegra: Enable Relaxed Ordering only for Tegra20 & Tegra30Vidya Sagar1-2/+5
2019-10-17PCI: vmd: Fix config addressing when using bus offsetsJon Derrick1-7/+9
2019-10-11PCI: vmd: Fix shadow offsets to reflect spec changesJon Derrick1-3/+6
2019-10-07PCI: exynos: Propagate errors for optional PHYsThierry Reding1-1/+1
2019-10-07PCI: imx6: Propagate errors for optional regulatorsThierry Reding1-2/+2
2019-10-07PCI: histb: Propagate errors for optional regulatorsThierry Reding1-2/+2
2019-10-07PCI: rockchip: Propagate errors for optional regulatorsThierry Reding1-8/+8
2019-10-07PCI: tegra: Fix OF node reference leakNishka Dasgupta1-7/+15
2019-10-01PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing itDexuan Cui1-1/+1
2019-09-21PCI: kirin: Fix section mismatch warningNathan Chancellor1-2/+2
2019-09-16PCI: dwc: Use devm_pci_alloc_host_bridge() to simplify codeJisheng Zhang1-13/+8
2019-09-16PCI: qcom: Don't deassert reset GPIO during probeBjorn Andersson1-1/+1
2019-09-16PCI: qcom: Fix error handling in runtime PM supportBjorn Andersson1-17/+39
2019-07-31PCI: dwc: pci-dra7xx: Fix compilation when !CONFIG_GPIOLIBYueHaibing1-0/+1
2019-07-31PCI: mobiveil: Use the 1st inbound window for MEM inbound transactionsHou Zhiqiang1-1/+1
2019-07-31PCI: mobiveil: Initialize Primary/Secondary/Subordinate bus numbersHou Zhiqiang1-0/+6
2019-07-31PCI: mobiveil: Fix the Class Code fieldHou Zhiqiang1-3/+6
2019-07-31PCI: mobiveil: Fix PCI base address in MEM/IO outbound windowsHou Zhiqiang1-2/+3
2019-07-31PCI: xilinx-nwl: Fix Multi MSI data programmingBharat Kumar Gogada1-6/+5
2019-07-26PCI: qcom: Ensure that PERST is asserted for at least 100 msNiklas Cassel1-0/+2
2019-07-26PCI: hv: Fix a use-after-free bug in hv_eject_device_work()Dexuan Cui1-6/+9
2019-06-15PCI: xilinx: Check for __get_free_pages() failureKangjie Lu1-2/+10
2019-06-15PCI: rcar: Fix 64bit MSI message address handlingMarek Vasut1-3/+3
2019-06-15PCI: rcar: Fix a potential NULL pointer dereferenceKangjie Lu1-0/+4
2019-06-15PCI: keystone: Prevent ARM32 specific code to be compiled for ARM64Kishon Vijay Abraham I1-0/+4
2019-06-15PCI: designware-ep: Use aligned ATU window for raising MSI interruptsKishon Vijay Abraham I1-2/+5
2019-06-15PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()Jisheng Zhang2-4/+9
2019-06-15PCI: dwc: Free MSI in dw_pcie_host_init() error pathJisheng Zhang1-3/+6
2019-05-25PCI: rcar: Add the initialization of PCIe link in resume_noirq()Kazufumi Ikeda1-0/+21
2019-05-16PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessaryDexuan Cui1-0/+4
2019-05-16PCI: hv: Add hv_pci_remove_slots() when we unload the driverDexuan Cui1-0/+16
2019-05-16PCI: hv: Fix a memory leak in hv_eject_device_work()Dexuan Cui1-0/+3
2019-03-23PCI: dwc: skip MSI init if MSIs have been explicitly disabledLucas Stach1-1/+1
2019-02-12PCI: imx: Enable MSI from downstream componentsRichard Zhu1-0/+10
2019-01-17PCI: dwc: Move interrupt acking into the proper callbackMarc Zyngier1-6/+7