linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND v2 0/5] PCI: imx6: refine codes and add compliance tests mode support
@ 2021-10-15  6:05 Richard Zhu
  2021-10-15  6:05 ` [RESEND v2 1/5] PCI: imx6: Encapsulate the clock enable into one standalone function Richard Zhu
                   ` (4 more replies)
  0 siblings, 5 replies; 30+ messages in thread
From: Richard Zhu @ 2021-10-15  6:05 UTC (permalink / raw)
  To: l.stach, bhelgaas, lorenzo.pieralisi
  Cc: linux-pci, linux-imx, linux-arm-kernel, linux-kernel, kernel

This series patches refine pci-imx6 driver and do the following changes.
- Encapsulate the clock enable into one standalone function
- Add the error propagation from host_init
- Balance the usage of the regulator and clocks when link never came up
- Add the compliance tests mode support

Main changes from v1 to v2:
Regarding Lucas' comments.
  - Move the placement of the new imx6_pcie_clk_enable() to avoid the
    forward declarition.
  - Seperate the second patch of v1 patch-set to three patches.
  - Use the module_param to replace the kernel command line.
Regarding Bjorn's comments:
  - Use the cover-letter for a multi-patch series.
  - Correct the subject line, and refine the commit logs. For example,
    remove the timestamp of the logs.

drivers/pci/controller/dwc/pci-imx6.c | 166 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------
1 file changed, 105 insertions(+), 61 deletions(-)

[RESEND v2 1/5] PCI: imx6: Encapsulate the clock enable into one
[RESEND v2 2/5] PCI: imx6: Add the error propagation from host_init
[RESEND v2 3/5] PCI: imx6: Fix the regulator dump when link never
[RESEND v2 4/5] PCI: imx6: Fix the clock reference handling unbalance
[RESEND v2 5/5] PCI: imx6: Add the compliance tests mode support

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

end of thread, other threads:[~2021-10-27  1:30 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15  6:05 [RESEND v2 0/5] PCI: imx6: refine codes and add compliance tests mode support Richard Zhu
2021-10-15  6:05 ` [RESEND v2 1/5] PCI: imx6: Encapsulate the clock enable into one standalone function Richard Zhu
2021-10-15 18:13   ` Lucas Stach
2021-10-19  7:32     ` Richard Zhu
2021-10-15  6:05 ` [RESEND v2 2/5] PCI: imx6: Add the error propagation from host_init Richard Zhu
2021-10-15 18:16   ` Lucas Stach
2021-10-19  7:33     ` Richard Zhu
2021-10-15  6:05 ` [RESEND v2 3/5] PCI: imx6: Fix the regulator dump when link never came up Richard Zhu
2021-10-15 18:22   ` Lucas Stach
2021-10-19  7:39     ` Richard Zhu
2021-10-20  3:22       ` Richard Zhu
2021-10-15 18:34   ` Fabio Estevam
2021-10-19  7:44     ` Richard Zhu
2021-10-15  6:05 ` [RESEND v2 4/5] PCI: imx6: Fix the clock reference handling unbalance " Richard Zhu
2021-10-15 18:24   ` Lucas Stach
2021-10-19  7:43     ` Richard Zhu
2021-10-15 18:49   ` Bjorn Helgaas
2021-10-15 18:51     ` Bjorn Helgaas
2021-10-19  7:56       ` Richard Zhu
2021-10-22  8:02         ` Richard Zhu
2021-10-23  9:53           ` Krzysztof Wilczyński
2021-10-25  2:35             ` Richard Zhu
2021-10-26 22:21               ` Bjorn Helgaas
2021-10-27  1:30                 ` Richard Zhu
2021-10-26 16:38           ` Bjorn Helgaas
2021-10-27  1:29             ` Richard Zhu
2021-10-19  7:45     ` Richard Zhu
2021-10-15  6:05 ` [RESEND v2 5/5] PCI: imx6: Add the compliance tests mode support Richard Zhu
2021-10-15 18:28   ` Lucas Stach
2021-10-19  8:12     ` 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).