mbox series

[v2,0/2] ] cxl: Move operations after memory is ready

Message ID 168443095459.2957452.1648087475761987955.stgit@djiang5-mobl3
Headers show
Series ] cxl: Move operations after memory is ready | expand

Message

Dave Jiang May 18, 2023, 5:31 p.m. UTC
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(-)

--