aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2021-11-30PCI: xgene: Fix IB window setupRob Herring1-1/+1
2021-11-30PCI: mvebu: Replace pci_ioremap_io() usage by devm_pci_remap_iospace()Pali Rohár1-9/+4
2021-11-29PCI: xgene-msi: Use bitmap_zalloc() when applicableChristophe JAILLET1-4/+2
2021-11-29PCI: qcom: Fix an error handling path in 'qcom_pcie_probe()'Christophe JAILLET1-6/+6
2021-11-29PCI: mediatek-gen3: Disable DVFSRC voltage requestJianjun Wang1-0/+8
2021-11-18PCI: xgene: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu1-5/+5
2021-11-18PCI: hv: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu1-1/+1
2021-11-18PCI: keystone: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu1-3/+3
2021-11-18PCI: vmd: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu1-1/+1
2021-11-18PCI: rockchip-host: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-18PCI: rcar-host: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-18PCI: altera: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-18PCI: mvebu: Drop error data fabrication when config read failsNaveen Naidu1-6/+2
2021-11-18PCI: aardvark: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-18PCI: kirin: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-18PCI: histb: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-18PCI: exynos: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-18PCI: mediatek: Drop error data fabrication when config read failsNaveen Naidu1-9/+2
2021-11-18PCI: iproc: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-18PCI: thunder: Drop error data fabrication when config read failsNaveen Naidu2-33/+17
2021-11-13Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+2
2021-11-09PCI: brcmstb: Allow building for BMIPS_GENERICFlorian Fainelli1-1/+2
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds28-406/+3181
2021-11-05Merge branch 'remotes/lorenzo/pci/xgene'Bjorn Helgaas1-2/+1
2021-11-05Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas2-10/+37
2021-11-05Merge branch 'pci/host/rcar'Bjorn Helgaas2-6/+1
2021-11-05Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas5-11/+819
2021-11-05Merge branch 'pci/host/mt7621'Bjorn Helgaas3-0/+610
2021-11-05Merge branch 'pci/host/kirin'Bjorn Helgaas2-146/+496
2021-11-05Merge branch 'remotes/lorenzo/pci/imx6'Bjorn Helgaas1-1/+1
2021-11-05Merge branch 'pci/host/dwc'Bjorn Helgaas7-41/+51
2021-11-05Merge branch 'pci/host/cadence'Bjorn Helgaas2-1/+3
2021-11-05Merge branch 'pci/host/apple'Bjorn Helgaas3-0/+843
2021-11-05Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas1-179/+312
2021-11-04PCI: apple: Configure RID to SID mapper on device additionMarc Zyngier1-2/+163
2021-11-04iommu/dart: Exclude MSI doorbell from PCIe device IOVA rangeMarc Zyngier2-1/+8
2021-11-04PCI: apple: Implement MSI supportMarc Zyngier1-1/+168
2021-11-04PCI: apple: Add INTx and per-port interrupt supportMarc Zyngier1-0/+210
2021-11-04PCI: kirin: Allow removing the driverMauro Carvalho Chehab1-1/+1
2021-11-04PCI: kirin: De-init the dwc driverMauro Carvalho Chehab1-0/+2
2021-11-04PCI: kirin: Disable clkreq during poweroff sequenceMauro Carvalho Chehab1-0/+3
2021-11-04PCI: kirin: Move the power-off code to a common routineMauro Carvalho Chehab1-11/+15
2021-11-04PCI: kirin: Add power_off support for Kirin 960 PHYMauro Carvalho Chehab1-3/+18
2021-11-04PCI: kirin: Allow building it as a moduleMauro Carvalho Chehab1-1/+1
2021-11-04PCI: kirin: Add MODULE_* macrosMauro Carvalho Chehab1-0/+5
2021-11-04PCI: kirin: Add Kirin 970 compatibleMauro Carvalho Chehab1-0/+4
2021-11-04PCI: kirin: Support PERST# GPIOs for HiKey970 external PEX 8606 bridgeMauro Carvalho Chehab1-32/+233
2021-11-04PCI: apple: Set up reference clocks when probingAlyssa Rosenzweig1-0/+46
2021-11-04PCI: apple: Add initial hardware bring-upAlyssa Rosenzweig3-0/+252
2021-11-04PCI: vmd: Drop redundant includes of <asm/device.h>, <asm/msi.h>Krzysztof Wilczyński1-2/+0