Linux CXL
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ] cxl: Move operations after memory is ready
@ 2023-05-18 17:31 Dave Jiang
  2023-05-18 17:31 ` [PATCH v2 1/2] cxl: Wait Memory_Info_Valid before access memory related info Dave Jiang
  2023-05-18 17:31 ` [PATCH v2 2/2] cxl: Move cxl_await_media_ready() to before capacity info retrieval Dave Jiang
  0 siblings, 2 replies; 7+ messages in thread
From: Dave Jiang @ 2023-05-18 17:31 UTC (permalink / raw)
  To: linux-cxl, dan.j.williams
  Cc: Jonathan Cameron, ira.weiny, vishal.l.verma, alison.schofield,
	Jonathan.Cameron

v2:
- Check both ranges for memory ready (Ira)
- Drop last 2 patches from previous series. Move media wait to pci_probe()
  before mailbox operations. (Dan)
- Fix up fixes tags. (Dan)

This series contains fixes broken out from the QTG ID series. It augments
the Memory_Info_Valid check and move the relevant operations that needs to
happen after memory is valid behind the check.

---

Dave Jiang (2):
      cxl: Wait Memory_Info_Valid before access memory related info
      cxl: Move cxl_await_media_ready() to before capacity info retrieval


 drivers/cxl/core/pci.c | 85 +++++++++++++++++++++++++++++++++++++-----
 drivers/cxl/cxlpci.h   |  2 +
 drivers/cxl/pci.c      |  6 +++
 drivers/cxl/port.c     |  6 ---
 4 files changed, 84 insertions(+), 15 deletions(-)

--


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

end of thread, other threads:[~2023-05-18 20:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-18 17:31 [PATCH v2 0/2] ] cxl: Move operations after memory is ready Dave Jiang
2023-05-18 17:31 ` [PATCH v2 1/2] cxl: Wait Memory_Info_Valid before access memory related info Dave Jiang
2023-05-18 19:01   ` Ira Weiny
2023-05-18 20:52     ` Dave Jiang
2023-05-18 17:31 ` [PATCH v2 2/2] cxl: Move cxl_await_media_ready() to before capacity info retrieval Dave Jiang
2023-05-18 19:05   ` Ira Weiny
2023-05-18 20:38   ` Dan Williams

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