linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/7] Add some enhancements for i.MX95 PCIe
@ 2025-04-08  2:59 Richard Zhu
  2025-04-08  2:59 ` [PATCH v5 1/7] PCI: imx6: Start link directly when workaround is not required Richard Zhu
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Richard Zhu @ 2025-04-08  2:59 UTC (permalink / raw)
  To: frank.li, l.stach, lpieralisi, kw, manivannan.sadhasivam, robh,
	bhelgaas, shawnguo, s.hauer, kernel, festevam
  Cc: linux-pci, linux-arm-kernel, imx, linux-kernel

v5 changes:
- Rebase to v6.15-rc1
- Update the commit message of "PCI: imx6: Skip one dw_pcie_wait_for_link() in"

v4 changes:
- Add another patch to skip one dw_pcie_wait_for_link() in the workaround link
  training refer to Mani' suggestion.
- Rephrase the comments in "PCI: imx6: Toggle the cold reset for i.MX95 PCIe".
- Correct the error return in "PCI: imx6: Add PLL clock lock check for i.MX95 PCIe".
- Collect and add the Reviewd-by tags.

v3 changes:
- Correct the typo error in first patch, and update the commit message of
  #1 and #6 pathes.
- Use a quirk flag to specify the errata workaround contained in post_init.

v2 changes:
- Correct typo error, and update commit message.
- Replace regmap_update_bits() by regmap_set_bits/regmap_clear_bits.
- Use post_init callback of dw_pcie_host_ops.
- Add one more PLL lock check patch.
- Reformat LUT save and restore functions.

[PATCH v5 1/7] PCI: imx6: Start link directly when workaround is not
[PATCH v5 2/7] PCI: imx6: Skip one dw_pcie_wait_for_link() in
[PATCH v5 3/7] PCI: imx6: Toggle the cold reset for i.MX95 PCIe
[PATCH v5 4/7] PCI: imx6: Workaround i.MX95 PCIe may not exit L23
[PATCH v5 5/7] PCI: imx6: Let i.MX95 PCIe compliance with 8GT/s
[PATCH v5 6/7] PCI: imx6: Add PLL clock lock check for i.MX95 PCIe
[PATCH v5 7/7] PCI: imx6: Save and restore the LUT setting for i.MX95

drivers/pci/controller/dwc/pci-imx6.c | 212 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------
1 file changed, 179 insertions(+), 33 deletions(-)



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2025-04-16  2:11 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-08  2:59 [PATCH v5 0/7] Add some enhancements for i.MX95 PCIe Richard Zhu
2025-04-08  2:59 ` [PATCH v5 1/7] PCI: imx6: Start link directly when workaround is not required Richard Zhu
2025-04-08  2:59 ` [PATCH v5 2/7] PCI: imx6: Skip one dw_pcie_wait_for_link() in workaround link training Richard Zhu
2025-04-10 20:09   ` ALOK TIWARI
2025-04-13 15:12   ` Manivannan Sadhasivam
2025-04-08  2:59 ` [PATCH v5 3/7] PCI: imx6: Toggle the cold reset for i.MX95 PCIe Richard Zhu
2025-04-09  9:51   ` Alexander Stein
2025-04-09 15:02     ` Frank Li
2025-04-10 13:08       ` Alexander Stein
2025-04-13 15:18   ` Manivannan Sadhasivam
2025-04-14  3:18     ` Hongxing Zhu
2025-04-08  2:59 ` [PATCH v5 4/7] PCI: imx6: Workaround i.MX95 PCIe may not exit L23 ready Richard Zhu
2025-04-13 15:30   ` Manivannan Sadhasivam
2025-04-08  2:59 ` [PATCH v5 5/7] PCI: imx6: Let i.MX95 PCIe compliance with 8GT/s Receiver Impedance ECN Richard Zhu
2025-04-08  2:59 ` [PATCH v5 6/7] PCI: imx6: Add PLL clock lock check for i.MX95 PCIe Richard Zhu
2025-04-13 15:33   ` Manivannan Sadhasivam
2025-04-14  3:16     ` Hongxing Zhu
2025-04-15  7:20       ` Manivannan Sadhasivam
2025-04-16  2:09         ` Hongxing Zhu
2025-04-08  2:59 ` [PATCH v5 7/7] PCI: imx6: Save and restore the LUT setting " Richard Zhu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).