summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2020-03-09PCI: hv: Move retarget related structures into tlfs headerBoqun Feng1-32/+2
2020-03-09PCI: hv: Move hypercall related definitions into tlfs headerBoqun Feng1-6/+0
2020-03-06PCI: hv: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-4/+4
2020-03-06PCI: hv: Add support for protocol 1.3 and support PCI_BUS_RELATIONS2Long Li1-0/+109
2020-03-06PCI: hv: Decouple the func definition in hv_dr_state from VSP messageLong Li1-30/+70
2020-03-04PCI: amlogic: Use AXG PCIERemi Pommarel1-94/+22
2020-02-27PCI: brcmstb: Fix build on 32bit ARM platforms with older compilersMarek Szyprowski1-1/+1
2020-02-26PCI: qcom: Fix the fixup of PCI_VENDOR_ID_QCOMBjorn Andersson1-1/+7
2020-02-25PCI: dwc: Add API to notify core initialization completionVidya Sagar2-0/+12
2020-02-25PCI: dwc: Refactor core initialization code for EP modeVidya Sagar2-28/+50
2020-02-24PCI: tegra: Use pci_parse_request_of_pci_ranges()Rob Herring1-141/+46
2020-02-24PCI: hv: Add missing kfree(hbus) in hv_pci_probe()'s error handling pathDexuan Cui1-1/+1
2020-02-24PCI: hv: Remove unnecessary type casting from kzallocDexuan Cui1-1/+1
2020-02-21PCI: mobiveil: Add PCIe Gen4 RC driver for Layerscape SoCsHou Zhiqiang4-2/+291
2020-02-21PCI: mobiveil: Add Header Type field checkHou Zhiqiang1-0/+13
2020-02-21PCI: mobiveil: Add 8-bit and 16-bit CSR register accessorsHou Zhiqiang1-0/+23
2020-02-21PCI: mobiveil: Allow mobiveil_host_init() to be used to re-init hostHou Zhiqiang2-7/+13
2020-02-21PCI: mobiveil: Add callback function for link up checkHou Zhiqiang2-0/+8
2020-02-21PCI: mobiveil: Add callback function for interrupt initializationHou Zhiqiang2-1/+18
2020-02-21PCI: mobiveil: Modularize the Mobiveil PCIe Host Bridge IP driverHou Zhiqiang8-410/+498
2020-02-21PCI: mobiveil: Collect the interrupt related operations into a functionHou Zhiqiang1-23/+42
2020-02-21PCI: mobiveil: Move the host initialization into a functionHou Zhiqiang1-16/+23
2020-02-21PCI: mobiveil: Introduce a new structure mobiveil_root_portHou Zhiqiang1-39/+60
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2020-02-01Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-195/+1837
2020-01-30Merge branch 'remotes/lorenzo/pci/uniphier'Bjorn Helgaas1-30/+1
2020-01-30Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas1-2/+2
2020-01-30Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas1-0/+150
2020-01-30Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas1-1/+1
2020-01-30Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas1-3/+3
2020-01-30Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas6-7/+626
2020-01-30Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas3-0/+1025
2020-01-30Merge branch 'pci/host-vmd'Bjorn Helgaas2-152/+5
2020-01-30PCI: vmd: Add two VMD Device IDsSushma Kalakota1-0/+4
2020-01-28PCI: brcmstb: Add MSI supportJim Quinlan2-1/+262
2020-01-28PCI: brcmstb: Add Broadcom STB PCIe host controller driverJim Quinlan3-0/+764
2020-01-24PCI: vmd: Remove dma_map_ops overridesJon Derrick2-151/+0
2020-01-24x86/PCI: Expose VMD's pci_dev in struct pci_sysdataJon Derrick1-1/+1
2020-01-21PCI: keystone: Fix error handling when "num-viewport" DT property is not popu...Kishon Vijay Abraham I1-1/+1
2020-01-13PCI: uniphier: remove module code from built-in driverMasahiro Yamada1-30/+1
2020-01-13PCI: exynos: Rename Exynos to lowercaseKrzysztof Kozlowski1-1/+1
2020-01-10PCI: tegra: Fix afi_pex2_ctrl reg offset for Tegra30Marcel Ziswiler1-1/+1
2020-01-10PCI: tegra: Fix return value check of pm_runtime_get_sync()David Engraf1-1/+1
2020-01-10PCI: keystone: Fix outbound region mappingYurii Monakov1-1/+1
2020-01-10PCI: keystone: Fix link training retries initiationYurii Monakov1-1/+1
2020-01-10PCI: qcom: Add support for SDM845 PCIe controllerBjorn Andersson1-0/+150
2020-01-09PCI: artpec6: Configure FTS with dwc helper functionDilip Kota1-7/+1
2020-01-09PCI: dwc: intel: PCIe RC controller driverDilip Kota5-0/+625
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-2/+2
2019-12-13PCI: iproc: Apply quirk_paxc_bridge() for module as well as built-inWei Liu1-0/+24