summary refs log tree commit diff
path: root/drivers/pci/controller/dwc/pci-imx6.c
AgeCommit message (Expand)Author
2023-05-11PCI: imx6: Install the fault handler only on compatible matchH. Nikolaus Schaller
2022-12-31PCI: 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
2021-10-05PCI: imx6: Remove unused assignment to variable retKrzysztof Wilczyński
2021-06-24PCI: imx6: Enable PHY internal regulator when supplied >3VRichard Zhu
2021-06-24PCI: imx6: Limit DBI register length for imx6qp PCIeRichard Zhu
2021-06-24PCI: imx6: Remove imx6_pcie_probe() redundant error messageZhen Lei
2020-11-19PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()Rob Herring
2020-11-19PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring
2020-11-19PCI: dwc: Move dw_pcie_msi_init() into coreRob Herring
2020-11-19PCI: dwc: Move link handling into common codeRob Herring
2020-11-19PCI: dwc: Move MSI interrupt setup into DWC common codeRob Herring
2020-10-21Merge branch 'remotes/lorenzo/pci/imx6'Bjorn Helgaas
2020-09-10PCI: dwc: Centralize link gen settingRob Herring
2020-09-08PCI: dwc/imx6: Use common PCI register definitionsRob Herring
2020-09-08PCI: dwc/imx6: Remove duplicate define PCIE_LINK_WIDTH_SPEED_CONTROLRob Herring
2020-09-08PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()Rob Herring
2020-09-07PCI: imx6: Do not output error message when devm_clk_get() failed with -EPROB...Anson Huang
2020-09-07PCI: imx6: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05Merge branch 'pci/irq-error'Bjorn Helgaas
2020-08-05Merge branch 'pci/host-probe-refactor'Bjorn Helgaas
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński