public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Bug fixes when dwc generic suspend/resume callbacks are used
@ 2024-12-09  7:39 Richard Zhu
  2024-12-09  7:39 ` [PATCH v3 1/3] PCI: dwc: Fix resume failure if no EP is connected on some platforms Richard Zhu
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Richard Zhu @ 2024-12-09  7:39 UTC (permalink / raw)
  To: jingoohan1, bhelgaas, lpieralisi, kw, manivannan.sadhasivam, robh,
	frank.li, quic_krichai
  Cc: imx, kernel, linux-pci, linux-kernel

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/

Resend this bug fixes patch-set, with one more codes clean up patch.
Here is the discussion [2] and final solution [3] of the codes clean up commit.
[2] https://patchwork.kernel.org/project/linux-pci/patch/1721628913-1449-1-git-send-email-hongxing.zhu@nxp.com/
[3] https://patchwork.kernel.org/project/linux-pci/patch/20241126073909.4058733-1-hongxing.zhu@nxp.com/

v3 changes:
Regarding the discussion listed above[2].
Resend the patch-set after adding one more codes clean up patch together.

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.
v2: https://patchwork.kernel.org/project/linux-pci/cover/1728539269-1861-1-git-send-email-hongxing.zhu@nxp.com/

[PATCH v3 1/3] PCI: dwc: Fix resume failure if no EP is connected on
[PATCH v3 2/3] PCI: dwc: Always stop link in the
[PATCH v3 3/3] PCI: dwc: Clean up some unnecessary codes in

drivers/pci/controller/dwc/pcie-designware-host.c | 17 ++++++++++++-----
drivers/pci/controller/dwc/pcie-designware.h      |  1 +
2 files changed, 13 insertions(+), 5 deletions(-)



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

end of thread, other threads:[~2024-12-10  2:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-09  7:39 [PATCH v3 0/3] Bug fixes when dwc generic suspend/resume callbacks are used Richard Zhu
2024-12-09  7:39 ` [PATCH v3 1/3] PCI: dwc: Fix resume failure if no EP is connected on some platforms Richard Zhu
2024-12-09  8:49   ` Damien Le Moal
2024-12-10  2:31     ` Hongxing Zhu
2024-12-09  7:39 ` [PATCH v3 2/3] PCI: dwc: Always stop link in the dw_pcie_suspend_noirq Richard Zhu
2024-12-09  7:39 ` [PATCH v3 3/3] PCI: dwc: Clean up some unnecessary codes in dw_pcie_suspend_noirq() Richard Zhu
2024-12-09  8:47   ` Damien Le Moal
2024-12-10  2:29     ` Hongxing Zhu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox