[PATCH v2 0/2] Bug fixes when generic suspend/resume functions are used

Richard Zhu posted 2 patches 1 month, 2 weeks ago
drivers/pci/controller/dwc/pcie-designware-host.c | 31 ++++++++++++++++---------------
1 file changed, 16 insertions(+), 15 deletions(-)
[PATCH v2 0/2] Bug fixes when generic suspend/resume functions are used
Posted by Richard Zhu 1 month, 2 weeks ago
Two bug fixes when dwc generic suspend/resume callbacks are used.

The patch #1 is issued before, but it's not applied yet refer to [1].
Combine these two bug fixes into one series and send here.

[1] https://patchwork.kernel.org/project/linux-pci/patch/1721628913-1449-1-git-send-email-hongxing.zhu@nxp.com/

v2 changes:
Thanks for Manivannan's review.
- Refine the subject of second patch and add
  "Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>"
- In first patch, update the commit message and move one comment into
  proper place.
  BTW, Manivannan found another potential issue that suspend is entry but
  the link is in L1SS stat in v1 review. This is a new story. And it's better
  to be verified and fixed by another commit later.

[PATCH v2 1/2] PCI: dwc: Fix resume failure if no EP is connected on
[PATCH v2 2/2] PCI: dwc: Always stop link in the

drivers/pci/controller/dwc/pcie-designware-host.c | 31 ++++++++++++++++---------------
1 file changed, 16 insertions(+), 15 deletions(-)
Re: [PATCH v2 0/2] Bug fixes when generic suspend/resume functions are used
Posted by Krzysztof Wilczyński 2 weeks, 6 days ago
Hello,

> Two bug fixes when dwc generic suspend/resume callbacks are used.
> 
> The patch #1 is issued before, but it's not applied yet refer to [1].
> Combine these two bug fixes into one series and send here.

Applied to controller/dwc, thank you!

[01/02] PCI: dwc: Fix resume failure if no EP is connected on some platforms
        https://git.kernel.org/pci/pci/c/d9c56dd5d99d

[02/02] PCI: dwc: Always stop link in the dw_pcie_suspend_noirq()
        https://git.kernel.org/pci/pci/c/f40d59f309db

	Krzysztof