summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorLines
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1426/+1935
2020-10-21Merge branch 'remotes/lorenzo/pci/xilinx'Bjorn Helgaas-4/+0
2020-10-21Merge branch 'remotes/lorenzo/pci/xgene'Bjorn Helgaas-2/+2
2020-10-21Merge branch 'pci/vmd'Bjorn Helgaas-124/+182
2020-10-21Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas-59/+12
2020-10-21Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas-1/+1
2020-10-21Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas-0/+13
2020-10-21Merge branch 'remotes/lorenzo/pci/mvebu'Bjorn Helgaas-3/+0
2020-10-21Merge branch 'remotes/lorenzo/pci/mobiveil'Bjorn Helgaas-6/+1
2020-10-21Merge branch 'remotes/lorenzo/pci/meson'Bjorn Helgaas-2/+9
2020-10-21Merge branch 'remotes/lorenzo/pci/loongson'Bjorn Helgaas-6/+1
2020-10-21Merge branch 'remotes/lorenzo/pci/kirin'Bjorn Helgaas-1/+5
2020-10-21Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas-17/+11
2020-10-21Merge branch 'remotes/lorenzo/pci/imx6'Bjorn Helgaas-23/+18
2020-10-21Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas-3/+47
2020-10-21Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas-1066/+848
2020-10-21Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas-7/+2
2020-10-21Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas-64/+383
2020-10-21Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas-40/+70
2020-10-21Merge branch 'remotes/lorenzo/pci/apei'Bjorn Helgaas-0/+335
2020-10-21PCI: vmd: Update VMD PM to correctly use generic PCI PMJon Derrick-2/+0
2020-10-20PCI: vmd: Create IRQ allocation helperJon Derrick-41/+53
2020-10-20PCI: vmd: Create IRQ Domain configuration helperJon Derrick-17/+35
2020-10-20PCI: vmd: Create bus offset configuration helperJon Derrick-21/+32
2020-10-20PCI: vmd: Create physical offset helperJon Derrick-43/+62
2020-10-20PCI: v3-semi: Remove unneeded breakTom Rix-1/+0
2020-10-20PCI: dwc: Add link up check in dw_child_pcie_ops.map_bus()Hou Zhiqiang-0/+11
2020-10-15Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-17/+0
2020-10-14Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+4
2020-10-13PCI: dwc: Fix MSI page leakage in suspend/resumeJisheng Zhang-17/+36
2020-10-13PCI: dwc: Skip PCIE_MSI_INTR0* programming if MSI is disabledJisheng Zhang-1/+1
2020-10-13PCI: keystone: Remove iATU register mappingKunihiko Hayashi-16/+4
2020-10-13PCI: dwc: Add common iATU register supportKunihiko Hayashi-0/+5
2020-10-12Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-9/+11
2020-10-09PCI: iproc: Fix using plain integer as NULL pointer in iproc_pcie_pltfm_probeKrzysztof Wilczyński-1/+1
2020-10-05PCI: meson: Build as module by defaultKevin Hilman-2/+9
2020-10-05Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman-7/+4
2020-10-02Merge tag 'pci-v5.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+4
2020-10-02PCI: aardvark: Fix initialization with old Marvell's Arm Trusted FirmwarePali Rohár-1/+3
2020-10-02PCI: xgene: Remove unused assignment to variable msi_valKrzysztof Wilczyński-2/+2
2020-10-02PCI: loongson: Simplify loongson_pci_probe() return expressionQinglang Miao-6/+1
2020-10-02PCI: cadence: Simplify cdns_pcie_host_init_address_translation() return expre...Qinglang Miao-6/+2
2020-10-02PCI: mobiveil: Simplify mobiveil_pcie_init_irq_domain() return expressionLiu Shixin-6/+1
2020-10-02PCI: iproc: Use module_bcma_driver to simplify the codeLiu Shixin-12/+1
2020-10-02PCI: brcmstb: Add bcm7211, bcm7216, bcm7445, bcm7278 to match listJim Quinlan-0/+4
2020-10-02PCI: brcmstb: Set bus max burst size by chip typeJim Quinlan-4/+15
2020-10-02PCI: brcmstb: Accommodate MSI for older chipsJim Quinlan-21/+49
2020-10-02PCI: brcmstb: Set additional internal memory DMA viewport sizesJim Quinlan-18/+49
2020-10-02PCI: brcmstb: Add control of rescal resetJim Quinlan-2/+77
2020-10-02PCI: hv: Fix hibernation in case interrupts are not re-createdDexuan Cui-3/+47