summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pci-imx6.c
AgeCommit message (Expand)Author
2024-03-04PCI: imx6: Simplify reset handling by using *_FLAG_HAS_*_RESETFrank Li
2024-02-21PCI: imx6: Simplify PHY handling by using IMX6_PCIE_FLAG_HAS_PHYDRVFrank Li
2024-02-21PCI: imx6: Simplify clock handling by using clk_bulk*() functionFrank Li
2024-02-16PCI: endpoint: Clean up hardware description for BARsNiklas Cassel
2024-01-15Merge branch 'pci/irq-clean-up'Bjorn Helgaas
2024-01-06PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_opsYoshihiro Shimoda
2024-01-06PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda
2023-12-19PCI: dwc: Rename dw_pcie_ep_raise_legacy_irq()Damien Le Moal
2023-12-18PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal
2023-08-29Merge branch 'pci/misc'Bjorn Helgaas
2023-08-29Merge branch 'pci/controller/resources'Bjorn Helgaas
2023-08-08PCI: dwc: Provide deinit callback for i.MXMark Brown
2023-07-18PCI: Explicitly include correct DT includesRob Herring
2023-07-13PCI: imx6: Use devm_platform_get_and_ioremap_resource()Yang Li
2023-06-19PCI: imx6: Save and restore root port MSI control in suspend and resumeRichard Zhu
2023-03-24PCI: imx6: Install the fault handler only on compatible matchH. Nikolaus Schaller
2023-01-16PCI: imx6: Add i.MX8MP PCIe EP supportRichard Zhu
2023-01-16PCI: imx6: Add i.MX8MM PCIe EP supportRichard Zhu
2023-01-16PCI: imx6: Add i.MX8MQ PCIe EP supportRichard Zhu
2023-01-16PCI: imx6: Add i.MX PCIe EP mode supportRichard Zhu
2022-11-11PCI: imx6: Initialize PHY before deasserting core resetSascha Hauer
2022-10-03phy: freescale: imx8m-pcie: Fix the wrong order of phy_init() and phy_power_on()Richard Zhu
2022-10-03PCI: imx6: Add i.MX8MP PCIe supportRichard Zhu
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-07-05PCI: dwc: Rename struct pcie_port to dw_pcie_rpSerge Semin
2022-05-11PCI: imx6: Fix PERST# start-up sequenceFrancesco Dolcini
2022-03-17PCI: imx6: Assert i.MX8MM CLKREQ# even if no device presentRichard Zhu
2022-03-17PCI: imx6: Invoke the PHY exit function after PHY power offRichard Zhu
2022-03-07PCI: imx6: Enable i.MX6QP PCIe power management supportRichard Zhu
2022-02-03PCI: imx6: Allow to probe when dw_pcie_wait_for_link() failsFabio Estevam
2021-12-26PCI: imx: Add the imx8mm pcie supportRichard Zhu