summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pci-imx6.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-19Merge branch 'pci/controller/qcom'Bjorn Helgaas1-4/+4
2024-09-13PCI: dwc: Rename 'dw_pcie::link_gen' to 'dw_pcie::max_link_speed'Manivannan Sadhasivam1-4/+4
2024-09-11PCI: imx6: Add i.MX8Q PCIe Root Complex (RC) supportRichard Zhu1-0/+28
2024-09-09PCI: imx6: Call common PHY API to set mode, speed, and submodeFrank Li1-0/+16
2024-09-09PCI: imx6: Consolidate redundant if-checksFrank Li1-2/+0
2024-09-09PCI: imx6: Improve comment for workaround ERR010728Frank Li1-3/+20
2024-09-09PCI: imx6: Simplify switch-case logic by involve core_reset callbackFrank Li1-63/+71
2024-09-09PCI: imx6: Introduce SoC specific callbacks for controlling REFCLKFrank Li1-60/+51
2024-09-09PCI: imx6: Rename imx6_* with imx_*Frank Li1-375/+374
2024-09-09PCI: imx6: Fix missing call to phy_power_off() in error handlingFrank Li1-3/+4
2024-09-09PCI: imx6: Fix i.MX8MP PCIe EP's occasional failure to trigger MSIRichard Zhu1-0/+2
2024-09-09PCI: imx6: Fix establish link failure in EP mode for i.MX8MM and i.MX8MPRichard Zhu1-2/+4
2024-07-19Merge branch 'pci/controller/dwc'Bjorn Helgaas1-1/+1
2024-07-09PCI: dwc: ep: Remove dw_pcie_ep_init_notify() wrapperManivannan Sadhasivam1-1/+1
2024-05-28PCI: imx6: Convert to use agnostic GPIO APIAndy Shevchenko1-26/+10
2024-04-10PCI: endpoint: Remove "core_init_notifier" flagManivannan Sadhasivam1-0/+2
2024-04-10PCI: dwc: ep: Call dw_pcie_ep_init_registers() API directly from all glue dri...Manivannan Sadhasivam1-0/+8
2024-03-04PCI: imx6: Add iMX95 Endpoint (EP) supportFrank Li1-0/+47
2024-03-04PCI: imx6: Add epc_features in imx6_pcie_drvdataFrank Li1-1/+8
2024-03-04PCI: imx6: Clean up addr_space retrieval codeFrank Li1-8/+1
2024-03-04PCI: imx6: Add iMX95 PCIe Root Complex supportFrank Li1-5/+71
2024-03-04PCI: imx6: Simplify switch-case logic by introducing init_phy() callbackFrank Li1-65/+69
2024-03-04PCI: imx6: Simplify configure_type() by using mode_off and mode_maskFrank Li1-20/+39
2024-03-04PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_maskFrank Li1-21/+16
2024-03-04PCI: imx6: Simplify reset handling by using *_FLAG_HAS_*_RESETFrank Li1-65/+39
2024-02-21PCI: imx6: Simplify PHY handling by using IMX6_PCIE_FLAG_HAS_PHYDRVFrank Li1-7/+17
2024-02-21PCI: imx6: Simplify clock handling by using clk_bulk*() functionFrank Li1-88/+50
2024-02-16PCI: endpoint: Clean up hardware description for BARsNiklas Cassel1-1/+2
2024-01-15Merge branch 'pci/irq-clean-up'Bjorn Helgaas1-6/+5
2024-01-06PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_opsYoshihiro Shimoda1-1/+1
2024-01-06PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda1-2/+2
2023-12-19PCI: dwc: Rename dw_pcie_ep_raise_legacy_irq()Damien Le Moal1-1/+1
2023-12-18PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal1-5/+4
2023-08-29Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2023-08-29Merge branch 'pci/controller/resources'Bjorn Helgaas1-2/+1
2023-08-08PCI: dwc: Provide deinit callback for i.MXMark Brown1-0/+1
2023-07-18PCI: Explicitly include correct DT includesRob Herring1-1/+1
2023-07-13PCI: imx6: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-06-19PCI: imx6: Save and restore root port MSI control in suspend and resumeRichard Zhu1-0/+23
2023-03-24PCI: imx6: Install the fault handler only on compatible matchH. Nikolaus Schaller1-0/+7
2023-01-16PCI: imx6: Add i.MX8MP PCIe EP supportRichard Zhu1-1/+18
2023-01-16PCI: imx6: Add i.MX8MM PCIe EP supportRichard Zhu1-0/+17
2023-01-16PCI: imx6: Add i.MX8MQ PCIe EP supportRichard Zhu1-5/+33
2023-01-16PCI: imx6: Add i.MX PCIe EP mode supportRichard Zhu1-13/+115
2022-11-11PCI: imx6: Initialize PHY before deasserting core resetSascha Hauer1-6/+7
2022-10-03phy: freescale: imx8m-pcie: Fix the wrong order of phy_init() and phy_power_on()Richard Zhu1-3/+3
2022-10-03PCI: imx6: Add i.MX8MP PCIe supportRichard Zhu1-2/+25
2022-08-01PCI: imx6: Support more than Gen2 speed link modeRichard Zhu1-4/+4
2022-08-01PCI: imx6: Set PCIE_DBI_RO_WR_EN before writing DBI registersRichard Zhu1-0/+4
2022-08-01PCI: imx6: Reformat suspend callback to keep symmetric with resumeRichard Zhu1-25/+37