summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-08-04Merge branch 'pci/ctrl/vmd'Bjorn Helgaas-3/+10
2022-08-04Merge branch 'pci/ctrl/tegra194'Bjorn Helgaas-485/+1139
2022-08-04Merge branch 'pci/ctrl/switchtec'Bjorn Helgaas-4/+3
2022-08-04Merge branch 'pci/ctrl/rcar-gen2'Bjorn Helgaas-84/+187
2022-08-04Merge branch 'pci/ctrl/qcom'Bjorn Helgaas-236/+402
2022-08-04Merge branch 'pci/ctrl/microchip'Bjorn Helgaas-0/+2
2022-08-04Merge branch 'pci/ctrl/mediatek-gen3'Bjorn Helgaas-3/+45
2022-08-04Merge branch 'pci/ctrl/mediatek'Bjorn Helgaas-1/+2
2022-08-04Merge branch 'pci/ctrl/loongson'Bjorn Helgaas-41/+181
2022-08-04Merge branch 'pci/ctrl/iproc'Bjorn Helgaas-2/+2
2022-08-04Merge branch 'pci/ctrl/imx6'Bjorn Helgaas-304/+360
2022-08-04Merge branch 'pci/ctrl/fu740'Bjorn Helgaas-2/+0
2022-08-04Merge branch 'pci/ctrl/exynos'Bjorn Helgaas-18/+10
2022-08-04Merge branch 'pci/ctrl/dwc-edma'Bjorn Helgaas-181/+322
2022-08-04Merge branch 'pci/ctrl/dwc'Bjorn Helgaas-645/+756
2022-08-04Merge branch 'pci/ctrl/brcmstb'Bjorn Helgaas-138/+305
2022-08-04Merge branch 'pci/ctrl/aardvark'Bjorn Helgaas-9/+103
2022-08-04Merge branch 'pci/virtualization'Bjorn Helgaas-0/+3
2022-08-04Merge branch 'pci/resource'Bjorn Helgaas-202/+13
2022-08-04Merge branch 'pci/pm'Bjorn Helgaas-4/+3
2022-08-04Merge branch 'pci/err'Bjorn Helgaas-16/+23
2022-08-04Merge branch 'pci/enumeration'Bjorn Helgaas-108/+69
2022-08-04Merge branch 'pci/endpoint'Bjorn Helgaas-1/+0
2022-08-04Merge branch 'pci/aspm'Bjorn Helgaas-28/+0
2022-08-01PCI: imx6: Support more than Gen2 speed link modeRichard Zhu-4/+4
2022-08-01PCI: imx6: Set PCIE_DBI_RO_WR_EN before writing DBI registersRichard Zhu-0/+4
2022-08-01PCI: imx6: Reformat suspend callback to keep symmetric with resumeRichard Zhu-25/+37
2022-08-01PCI: imx6: Move the imx6_pcie_ltssm_disable() earlierRichard Zhu-19/+19
2022-08-01PCI: imx6: Disable clocks in reverse order of enableBjorn Helgaas-2/+2
2022-08-01PCI: imx6: Do not hide PHY driver callbacks and refine the error handlingRichard Zhu-13/+23
2022-08-01PCI: imx6: Reduce resume time by only starting link if it was up before suspendRichard Zhu-1/+6
2022-08-01PCI: imx6: Mark the link down as non-fatal errorRichard Zhu-7/+8
2022-08-01PCI: imx6: Move regulator enable out of imx6_pcie_deassert_core_reset()Richard Zhu-20/+16
2022-08-01PCI: imx6: Turn off regulator when system is in suspend modeRichard Zhu-12/+5
2022-08-01PCI: imx6: Call host init function directly in resumeRichard Zhu-3/+3
2022-08-01PCI: imx6: Disable i.MX6QDL clock when disabling ref clocksRichard Zhu-0/+8
2022-08-01PCI: imx6: Propagate .host_init() errors to callerRichard Zhu-4/+12
2022-08-01PCI: imx6: Collect clock enables in imx6_pcie_clk_enable()Richard Zhu-39/+56
2022-08-01PCI: imx6: Factor out ref clock disable to match enableBjorn Helgaas-6/+10
2022-08-01PCI: imx6: Move imx6_pcie_clk_disable() earlierRichard Zhu-24/+24
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-01phy: samsung: phy-exynos-pcie: sanitize init/power_on callbacksMarek Szyprowski-16/+9
2022-08-01dt-bindings: PCI: qcom: Support additional MSI vectorsDmitry Baryshkov-3/+48
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