summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorLines
2022-08-01PCI: imx6: Move imx6_pcie_enable_ref_clk() earlierBjorn Helgaas-48/+48
2022-08-01PCI: imx6: Move PHY management functions togetherBjorn Helgaas-128/+128
2022-08-01PCI: imx6: Move imx6_pcie_grp_offset(), imx6_pcie_configure_type() earlierBjorn Helgaas-25/+25
2022-08-01PCI: imx6: Convert to NOIRQ_SYSTEM_SLEEP_PM_OPS()Bjorn Helgaas-4/+2
2022-08-01PCI: exynos: Correct generic PHY usageMarek Szyprowski-2/+1
2022-08-01PCI: dwc: Handle MSIs routed to multiple GIC interruptsDmitry Baryshkov-3/+58
2022-08-01PCI: dwc: Convert struct pcie_port.msi_irq to an arrayDmitry Baryshkov-17/+24
2022-08-01PCI: dwc: Split MSI IRQ parsing/allocation to a separate functionDmitry Baryshkov-42/+54
2022-08-01PCI: dwc: Correct msi_irq condition in dw_pcie_free_msi()Dmitry Baryshkov-1/+1
2022-08-01PCI: dwc: Use the bitmap API to allocate bitmapsChristophe JAILLET-8/+4
2022-08-01PCI: dwc: Fix MSI msi_msg DMA mappingWill McVicker-7/+9
2022-08-01PCI: dwc: Check iATU in/outbound range setup statusSerge Semin-59/+114
2022-08-01PCI: dwc: Validate iATU outbound mappings against hardware constraintsSerge Semin-19/+29
2022-08-01PCI: dwc: Add iATU regions size detection procedureSerge Semin-4/+31
2022-08-01PCI: dwc: Simplify in/outbound iATU setup methodsSerge Semin-237/+108
2022-08-01PCI: dwc: Drop enum dw_pcie_region_type in favor of PCIE_ATU_REGION_DIR_IB/OBSerge Semin-34/+13
2022-08-01PCI: dwc: Drop enum dw_pcie_as_type in favor of PCIE_ATU_TYPE_MEM/IOSerge Semin-50/+15
2022-08-01PCI: dwc: Add dw_pcie_ops.host_deinit() callbackSerge Semin-5/+17
2022-08-01PCI: tegra194: Drop manual DW PCIe controller version setupSerge Semin-1/+0
2022-08-01PCI: intel-gw: Drop manual DW PCIe controller version setupSerge Semin-15/+1
2022-08-01PCI: dwc: Add macros to compare Synopsys IP core versionsSerge Semin-5/+20
2022-08-01PCI: dwc: Read DWC IP core version from registerSerge Semin-0/+34
2022-08-01PCI: dwc: Use native DWC IP core version representationSerge Semin-14/+22
2022-08-01PCI: dwc: Detect iATU settings after getting "addr_space" resourceSerge Semin-2/+2
2022-08-01PCI: dwc: Log link speed and width if it comes upSerge Semin-6/+16
2022-07-29PCI: qcom: Allow ASPM L1 and substates for 2.7.0Krishna chaitanya chundru-0/+8
2022-07-27PCI: Convert to new *_PM_OPS macrosBjorn Helgaas-42/+35
2022-07-27PCI: brcmstb: Rename .map_bus() functions to end with 'map_bus'Jim Quinlan-8/+8
2022-07-27PCI: brcmstb: Disable/enable regulators in suspend/resumeJim Quinlan-5/+59
2022-07-27PCI: brcmstb: Enable child bus device regulators from DTJim Quinlan-5/+98
2022-07-27PCI: brcmstb: Split post-link up initialization to brcm_pcie_start_link()Jim Quinlan-47/+64
2022-07-27PCI: brcmstb: Prevent config space access when link is downJim Quinlan-6/+14
2022-07-27PCI: brcmstb: Remove unnecessary forward declarationsJim Quinlan-77/+72
2022-07-22PCI: tegra194: Add Tegra234 PCIe supportVidya Sagar-59/+225
2022-07-22PCI: tegra194: Extend Endpoint mode supportVidya Sagar-0/+9
2022-07-22PCI: tegra194: Fix link up retry sequenceVidya Sagar-1/+1
2022-07-22PCI: tegra194: Clean up the exit path for Endpoint modeVidya Sagar-14/+31
2022-07-22PCI: tegra194: Enable support for 256 Byte payloadVidya Sagar-0/+13
2022-07-22PCI: tegra194: Clear bandwidth management statusVidya Sagar-0/+6
2022-07-22PCI: tegra194: Fix Root Port interrupt handlingVidya Sagar-24/+22
2022-07-22PCI: tegra194: Find RAS DES PCIe capability offsetVidya Sagar-37/+35
2022-07-22Revert "PCI: tegra194: Rename tegra_pcie_dw to tegra194_pcie"Vidya Sagar-111/+111
2022-07-22PCI: xilinx-cpm: Add support for Versal CPM5 Root PortBharat Kumar Gogada-2/+58
2022-07-21PCI: loongson: Work around LS7A incorrect Interrupt Pin registersJianmin Lv-1/+27
2022-07-19PCI: fu740: Remove unnecessary include filesBjorn Helgaas-2/+0
2022-07-15PCI: qcom: Add IPQ60xx supportSelvam Sathappan Periakaruppan-0/+131
2022-07-15PCI: qcom: Define slot capabilities using PCI_EXP_SLTCAP_*Baruch Siach-2/+15
2022-07-15PCI: dwc: Move GEN3_RELATED DBI definitions to common headerBaruch Siach-6/+6
2022-07-15PCI: qcom: Drop manual pipe_clk_src handlingDmitry Baryshkov-38/+1
2022-07-14PCI: loongson: Don't access non-existent devicesHuacai Chen-6/+23