summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2020-04-021-74/+186
|\
| * PCI: hv: Introduce hv_msi_entryBoqun Feng2020-03-091-2/+1
| * PCI: hv: Move retarget related structures into tlfs headerBoqun Feng2020-03-091-32/+2
| * PCI: hv: Move hypercall related definitions into tlfs headerBoqun Feng2020-03-091-6/+0
| * PCI: hv: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-061-4/+4
| * PCI: hv: Add support for protocol 1.3 and support PCI_BUS_RELATIONS2Long Li2020-03-061-0/+109
| * PCI: hv: Decouple the func definition in hv_dr_state from VSP messageLong Li2020-03-061-30/+70
| * PCI: hv: Add missing kfree(hbus) in hv_pci_probe()'s error handling pathDexuan Cui2020-02-241-1/+1
| * PCI: hv: Remove unnecessary type casting from kzallocDexuan Cui2020-02-241-1/+1
* | Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2020-04-025-80/+822
|\ \
| * | PCI: tegra: Print -EPROBE_DEFER error message at debug levelThierry Reding2020-04-021-7/+35
| * | PCI: keystone: Allow AM654 PCIe Endpoint to raise MSI-X interruptKishon Vijay Abraham I2020-04-021-1/+4
| * | PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table addressKishon Vijay Abraham I2020-04-022-29/+18
| * | PCI: endpoint: Fix ->set_msix() to take BIR and offset as argumentsKishon Vijay Abraham I2020-04-021-2/+13
| * | PCI: tegra: Add support for PCIe endpoint mode in Tegra194Vidya Sagar2020-03-313-18/+695
| * | PCI: dwc: Add API to notify core initialization completionVidya Sagar2020-02-252-0/+12
| * | PCI: dwc: Refactor core initialization code for EP modeVidya Sagar2020-02-252-28/+50
| |/
* | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2020-04-021-36/+195
|\ \
| * | PCI: dwc: pci-dra7xx: Fix MSI IRQ handlingVignesh Raghavendra2020-03-271-36/+195
| |/
* | Merge branch 'remotes/lorenzo/pci/amlogic'Bjorn Helgaas2020-04-021-94/+22
|\ \
| * | PCI: amlogic: Use AXG PCIERemi Pommarel2020-03-041-94/+22
| |/
* / PCI: Use pci_speed_string() for all PCI/PCI-X/PCIe stringsBjorn Helgaas2020-03-101-2/+2
|/
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
* Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-3116-195/+1837
|\
| * Merge branch 'remotes/lorenzo/pci/uniphier'Bjorn Helgaas2020-01-291-30/+1
| |\
| | * PCI: uniphier: remove module code from built-in driverMasahiro Yamada2020-01-131-30/+1
| * | Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas2020-01-291-2/+2
| |\ \
| | * | PCI: tegra: Fix afi_pex2_ctrl reg offset for Tegra30Marcel Ziswiler2020-01-101-1/+1
| | * | PCI: tegra: Fix return value check of pm_runtime_get_sync()David Engraf2020-01-101-1/+1
| | |/
| * | Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas2020-01-291-0/+150
| |\ \
| | * | PCI: qcom: Add support for SDM845 PCIe controllerBjorn Andersson2020-01-101-0/+150
| | |/
| * | Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2020-01-291-1/+1
| |\ \
| | * | PCI: exynos: Rename Exynos to lowercaseKrzysztof Kozlowski2020-01-131-1/+1
| | |/
| * | Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas2020-01-291-3/+3
| |\ \
| | * | PCI: keystone: Fix error handling when "num-viewport" DT property is not popu...Kishon Vijay Abraham I2020-01-211-1/+1
| | * | PCI: keystone: Fix outbound region mappingYurii Monakov2020-01-101-1/+1
| | * | PCI: keystone: Fix link training retries initiationYurii Monakov2020-01-101-1/+1
| | |/
| * | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2020-01-296-7/+626
| |\ \
| | * | PCI: artpec6: Configure FTS with dwc helper functionDilip Kota2020-01-091-7/+1
| | * | PCI: dwc: intel: PCIe RC controller driverDilip Kota2020-01-095-0/+625
| | |/
| * | Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas2020-01-293-0/+1025
| |\ \
| | * | PCI: brcmstb: Add MSI supportJim Quinlan2020-01-282-1/+262
| | * | PCI: brcmstb: Add Broadcom STB PCIe host controller driverJim Quinlan2020-01-283-0/+764
| | |/
| * | Merge branch 'pci/host-vmd'Bjorn Helgaas2020-01-292-152/+5
| |\ \
| | * | PCI: vmd: Add two VMD Device IDsSushma Kalakota2020-01-291-0/+4
| | * | PCI: vmd: Remove dma_map_ops overridesJon Derrick2020-01-242-151/+0
| | * | x86/PCI: Expose VMD's pci_dev in struct pci_sysdataJon Derrick2020-01-241-1/+1
| | |/
| * / PCI: iproc: Apply quirk_paxc_bridge() for module as well as built-inWei Liu2019-12-121-0/+24
| |/
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-2/+2
* | PCI: rockchip: Fix IO outbound ATU register numberEnric Balletbo i Serra2019-12-121-1/+3
|/