summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorLines
2020-09-10PCI: dwc: Centralize link gen settingRob Herring-151/+40
2020-09-08PCI: rockchip: Fix bus checks in rockchip_pcie_valid_device()Lorenzo Pieralisi-7/+4
2020-09-08PCI: iproc: Set affinity mask on MSI interruptsMark Tomlinson-4/+9
2020-09-08PCI: mvebu: Remove useless msi_controller pointer allocationLorenzo Pieralisi-3/+0
2020-09-08PCI: dwc: Make ATU accessors privateRob Herring-18/+6
2020-09-08PCI: dwc: Remove read_dbi2 codeRob Herring-36/+0
2020-09-08PCI: dwc/tegra: Use common Designware port logic register definitionsRob Herring-34/+28
2020-09-08PCI: dwc: Remove hardcoded PCI_CAP_ID_EXP offsetRob Herring-12/+7
2020-09-08PCI: dwc/qcom: Use common PCI register definitionsRob Herring-10/+8
2020-09-08PCI: dwc/imx6: Use common PCI register definitionsRob Herring-23/+14
2020-09-08PCI: dwc/meson: Rework PCI config and DW port logic register accessesRob Herring-51/+25
2020-09-08PCI: dwc/meson: Drop unnecessary RC config space initializationRob Herring-20/+0
2020-09-08PCI: dwc/meson: Drop the duplicate number of lanes setupRob Herring-28/+1
2020-09-08PCI: dwc: Ensure FAST_LINK_MODE is clearedRob Herring-1/+5
2020-09-08PCI: dwc: Add a 'num_lanes' field to struct dw_pcieRob Herring-8/+7
2020-09-08PCI: dwc/imx6: Remove duplicate define PCIE_LINK_WIDTH_SPEED_CONTROLRob Herring-2/+0
2020-09-08PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()Rob Herring-34/+11
2020-09-08PCI: dwc/keystone: Drop duplicated 'num-viewport'Rob Herring-10/+1
2020-09-08PCI: dwc: Simplify config space handlingRob Herring-55/+20
2020-09-08PCI: dwc: Remove storing of PCI resourcesRob Herring-29/+19
2020-09-08PCI: dwc: Remove root_bus pointerRob Herring-5/+4
2020-09-08PCI: dwc: Convert to use pci_host_probe()Rob Herring-19/+3
2020-09-08PCI: dwc: keystone: Convert .scan_bus() callback to use add_busRob Herring-3/+9
2020-09-08PCI: dwc: Use generic config accessorsRob Herring-82/+37
2020-09-08PCI: dwc: Remove dwc specific config accessor opsRob Herring-20/+0
2020-09-08PCI: dwc: histb: Use pci_ops for root config space accessorsRob Herring-18/+23
2020-09-08PCI: dwc: exynos: Use pci_ops for root config space accessorsRob Herring-20/+25
2020-09-08PCI: dwc: kirin: Use pci_ops for root config space accessorsRob Herring-18/+21
2020-09-08PCI: dwc: meson: Use pci_ops for root config space accessorsRob Herring-13/+10
2020-09-08PCI: dwc: tegra: Use pci_ops for root config space accessorsRob Herring-14/+16
2020-09-08PCI: dwc: keystone: Use pci_ops for config space accessorsRob Herring-22/+18
2020-09-08PCI: dwc: al: Use pci_ops for child config space accessorsRob Herring-50/+13
2020-09-08PCI: dwc: Add a default pci_ops.map_bus for root portRob Herring-0/+20
2020-09-07PCI: cadence-ep: Remove obsolete path from commentFlavio Suligoi-1/+0
2020-09-07PCI: imx6: Do not output error message when devm_clk_get() failed with -EPROB...Anson Huang-20/+15
2020-09-07PCI: imx6: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+3
2020-09-07PCI: rcar-gen2: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-09-07PCI: aardvark: Move PCIe reset card code to advk_pcie_train_link()Pali Rohár-30/+34
2020-09-07PCI: aardvark: Implement driver 'remove' function and allow to build it as mo...Pali Rohár-4/+25
2020-09-07PCI: aardvark: Check for errors from pci_bridge_emul_init() callPali Rohár-4/+7
2020-09-07PCI: aardvark: Fix compilation on s390Pali Rohár-1/+1
2020-09-07PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0Ansuel Smith-0/+13
2020-09-07PCI: xilinx-cpm: Remove leftover bridge initializationLorenzo Pieralisi-4/+0
2020-09-07PCI: tegra: No need to check return value of debugfs_create() functionsGreg Kroah-Hartman-35/+10
2020-09-07PCI: dwc: Allow overriding bridge pci_opsRob Herring-5/+11
2020-09-07PCI: dwc: Use DBI accessors instead of own config accessorsRob Herring-36/+19
2020-09-07PCI: designware-ep: Fix the Header Type checkHou Zhiqiang-1/+2
2020-08-31Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman-4/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-4/+4
2020-08-18Revert "PCI: brcmstb: Wait for Raspberry Pi's firmware when present"Nicolas Saenz Julienne-17/+0