summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc
AgeCommit message (Expand)Author
2022-10-03PCI: qcom-ep: Rely on the clocks supplied by devicetreeManivannan Sadhasivam
2022-10-03PCI: qcom-ep: Add kernel-doc for qcom_pcie_ep structureManivannan Sadhasivam
2022-09-29PCI: qcom: Rename host-init error labelJohan Hovold
2022-09-29PCI: qcom: Drop unused post_deinit callbackJohan Hovold
2022-08-30PCI: qcom-ep: Add MODULE_DEVICE_TABLEDmitry Baryshkov
2022-08-23PCI: qcom: Sort device-id tableJohan Hovold
2022-08-23PCI: qcom: Clean up IP configurationsJohan Hovold
2022-08-23PCI: qcom: Make all optional clocks optionalJohan Hovold
2022-08-23PCI: qcom: Add support for SA8540PJohan Hovold
2022-08-23PCI: qcom: Add support for SC8280XPJohan Hovold
2022-08-13Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbLinus Torvalds
2022-08-09PCI: designware-ep: Allow pci_epc_set_bar() update inbound map addressFrank Li
2022-08-04Merge branch 'pci/misc'Bjorn Helgaas
2022-08-04Merge branch 'pci/ctrl/pm-ops'Bjorn Helgaas
2022-08-04Merge branch 'pci/ctrl/tegra194'Bjorn Helgaas
2022-08-04Merge branch 'pci/ctrl/qcom'Bjorn Helgaas
2022-08-04Merge branch 'pci/ctrl/imx6'Bjorn Helgaas
2022-08-04Merge branch 'pci/ctrl/fu740'Bjorn Helgaas
2022-08-01PCI: imx6: Support more than Gen2 speed link modeRichard Zhu
2022-08-01PCI: imx6: Set PCIE_DBI_RO_WR_EN before writing DBI registersRichard Zhu
2022-08-01PCI: imx6: Reformat suspend callback to keep symmetric with resumeRichard Zhu
2022-08-01PCI: imx6: Move the imx6_pcie_ltssm_disable() earlierRichard Zhu
2022-08-01PCI: imx6: Disable clocks in reverse order of enableBjorn Helgaas
2022-08-01PCI: imx6: Do not hide PHY driver callbacks and refine the error handlingRichard Zhu
2022-08-01PCI: imx6: Reduce resume time by only starting link if it was up before suspendRichard Zhu
2022-08-01PCI: imx6: Mark the link down as non-fatal errorRichard Zhu
2022-08-01PCI: imx6: Move regulator enable out of imx6_pcie_deassert_core_reset()Richard Zhu
2022-08-01PCI: imx6: Turn off regulator when system is in suspend modeRichard Zhu
2022-08-01PCI: imx6: Call host init function directly in resumeRichard Zhu
2022-08-01PCI: imx6: Disable i.MX6QDL clock when disabling ref clocksRichard Zhu
2022-08-01PCI: imx6: Propagate .host_init() errors to callerRichard Zhu
2022-08-01PCI: imx6: Collect clock enables in imx6_pcie_clk_enable()Richard Zhu
2022-08-01PCI: imx6: Factor out ref clock disable to match enableBjorn Helgaas
2022-08-01PCI: imx6: Move imx6_pcie_clk_disable() earlierRichard Zhu
2022-08-01PCI: imx6: Move imx6_pcie_enable_ref_clk() earlierBjorn Helgaas
2022-08-01PCI: imx6: Move PHY management functions togetherBjorn Helgaas
2022-08-01PCI: imx6: Move imx6_pcie_grp_offset(), imx6_pcie_configure_type() earlierBjorn Helgaas
2022-08-01PCI: imx6: Convert to NOIRQ_SYSTEM_SLEEP_PM_OPS()Bjorn Helgaas
2022-08-01PCI: exynos: Correct generic PHY usageMarek Szyprowski
2022-08-01PCI: dwc: Handle MSIs routed to multiple GIC interruptsDmitry Baryshkov
2022-08-01PCI: dwc: Convert struct pcie_port.msi_irq to an arrayDmitry Baryshkov
2022-08-01PCI: dwc: Split MSI IRQ parsing/allocation to a separate functionDmitry Baryshkov
2022-08-01PCI: dwc: Correct msi_irq condition in dw_pcie_free_msi()Dmitry Baryshkov
2022-08-01PCI: dwc: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-08-01PCI: dwc: Fix MSI msi_msg DMA mappingWill McVicker
2022-08-01PCI: dwc: Check iATU in/outbound range setup statusSerge Semin
2022-08-01PCI: dwc: Validate iATU outbound mappings against hardware constraintsSerge Semin
2022-08-01PCI: dwc: Add iATU regions size detection procedureSerge Semin
2022-08-01PCI: dwc: Simplify in/outbound iATU setup methodsSerge Semin
2022-08-01PCI: dwc: Drop enum dw_pcie_region_type in favor of PCIE_ATU_REGION_DIR_IB/OBSerge Semin