[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1631511670-30164-1-git-send-email-hongxing.zhu@nxp.com>
Date: Mon, 13 Sep 2021 13:41:05 +0800
From: Richard Zhu <hongxing.zhu@....com>
To: l.stach@...gutronix.de, bhelgaas@...gle.com,
lorenzo.pieralisi@....com
Cc: linux-pci@...r.kernel.org, linux-imx@....com,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
kernel@...gutronix.de
Subject: [PATCH v2 0/5] PCI: imx6: refine codes and add compliance tests mode support
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(-)
[PATCH v2 1/5] PCI: imx6: Encapsulate the clock enable into one
[PATCH v2 2/5] PCI: imx6: Add the error propagation from host_init
[PATCH v2 3/5] PCI: imx6: Fix the regulator dump when link never came
[PATCH v2 4/5] PCI: imx6: Fix the clock reference handling unbalance
[PATCH v2 5/5] PCI: imx6: Add the compliance tests mode support
Powered by blists - more mailing lists