summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2022-01-04PCI: mvebu: Set PCI Bridge Class Code to PCI BridgePali Rohár1-1/+27
2022-01-04PCI: mvebu: Setup PCIe controller to Root Complex modePali Rohár1-1/+7
2022-01-04PCI: mvebu: Propagate errors when updating PCI_IO_BASE and PCI_MEM_BASE regis...Pali Rohár1-27/+55
2022-01-04PCI: mvebu: Do not modify PCI IO type bits in conf_writePali Rohár1-7/+0
2022-01-04PCI: mvebu: Fix support for bus mastering and PCI_COMMAND on emulated bridgePali Rohár1-20/+32
2022-01-04PCI: mvebu: Disallow mapping interrupts on emulated bridgesPali Rohár1-0/+10
2022-01-04PCI: mvebu: Handle invalid size of read config requestPali Rohár1-0/+3
2022-01-04PCI: mvebu: Check that PCI bridge specified in DT has function number zeroPali Rohár1-0/+5
2022-01-04PCI: mvebu: Check for errors from pci_bridge_emul_init() callPali Rohár1-3/+12
2022-01-04PCI: mvebu: Check for valid portsPali Rohár1-0/+7
2022-01-03PCI: spear13xx: Avoid invalid address space conversionsBjorn Helgaas1-4/+4
2022-01-03PCI: hisi: Avoid invalid address space conversionsBjorn Helgaas1-10/+22
2022-01-03PCI: xilinx-cpm: Rename xilinx_cpm_pcie_port to xilinx_cpm_pcieBjorn Helgaas1-22/+22
2022-01-03PCI: xilinx: Rename xilinx_pcie_port to xilinx_pcieFan Fei1-79/+79
2022-01-03PCI: xgene: Rename xgene_pcie_port to xgene_pcieFan Fei1-23/+23
2022-01-03PCI: uniphier: Rename uniphier_pcie_priv to uniphier_pcieFan Fei1-73/+74
2022-01-03PCI: tegra194: Rename tegra_pcie_dw to tegra194_pcieFan Fei1-111/+111
2022-01-03PCI: rcar-gen2: Rename rcar_pci_priv to rcar_pciBjorn Helgaas1-7/+7
2022-01-03PCI: mt7621: Rename mt7621_pci_ to mt7621_pcie_Bjorn Helgaas1-18/+18
2022-01-03PCI: microchip: Rename mc_port to mc_pcieBjorn Helgaas1-21/+21
2022-01-03PCI: mediatek-gen3: Rename mtk_pcie_port to mtk_gen3_pcieFan Fei1-186/+186
2022-01-03PCI: ls-gen4: Rename ls_pcie_g4 to ls_g4_pcieBjorn Helgaas1-42/+42
2022-01-03PCI: iproc: Rename iproc_pcie_pltfm_ to iproc_pltfm_pcie_Bjorn Helgaas1-8/+8
2022-01-03PCI: iproc: Rename iproc_pcie_bcma_ to iproc_bcma_pcie_Bjorn Helgaas1-11/+11
2022-01-03PCI: intel-gw: Rename intel_pcie_port to intel_pcieFan Fei1-102/+102
2022-01-03PCI: j721e: Drop redundant struct device *Bjorn Helgaas1-8/+6
2022-01-03PCI: j721e: Drop pointless of_device_get_match_data() castBjorn Helgaas1-2/+2
2022-01-03PCI: kirin: Prefer of_device_get_match_data()Fan Fei1-4/+2
2022-01-03PCI: keystone: Prefer of_device_get_match_data()Fan Fei1-3/+1
2022-01-03PCI: dra7xx: Prefer of_device_get_match_data()Fan Fei1-4/+2
2022-01-03PCI: designware-plat: Prefer of_device_get_match_data()Fan Fei1-4/+2
2022-01-03PCI: cadence: Prefer of_device_get_match_data()Fan Fei1-4/+2
2022-01-03PCI: artpec6: Prefer of_device_get_match_data()Fan Fei1-4/+2
2022-01-03PCI: altera: Prefer of_device_get_match_data()Fan Fei1-4/+4
2021-12-26PCI: imx: Add the imx8mm pcie supportRichard Zhu1-8/+73
2021-12-16PCI: hv: Rework MSI handlingThomas Gleixner1-5/+10
2021-12-13PCI: mt7621: Convert driver into 'bool'Sergio Paracuellos1-2/+2
2021-12-10Merge tag 'pci-v5.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+12
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-0/+2
2021-12-07PCI: apple: Fix PERST# polarityMarc Zyngier1-2/+2
2021-12-07PCI: apple: Follow the PCIe specifications when resetting the portMarc Zyngier1-1/+11
2021-12-06PCI: pci-bridge-emul: Correctly set PCIe capabilitiesPali Rohár2-1/+11
2021-12-06PCI: qcom-ep: Remove surplus dev_err() when using platform_get_irq_byname()Krzysztof Wilczyński1-3/+1
2021-12-06PCI: apple: Fix REFCLK1 enable/poll logicHector Martin1-3/+4
2021-12-06PCI: qcom: Use __be16 type to store return value from cpu_to_be16()Manivannan Sadhasivam1-1/+1
2021-12-06PCI: aardvark: Fix checking for MEM resource typePali Rohár1-4/+2
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2-0/+2
2021-12-02PCI: aardvark: Disable common PHY when unbinding driverPali Rohár1-0/+3
2021-12-02PCI: aardvark: Disable link training when unbinding driverPali Rohár1-0/+5
2021-12-02PCI: aardvark: Assert PERST# when unbinding driverPali Rohár1-0/+4