mbox series

[0/3] cxl: Move operations after memory is ready

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

Message

Dave Jiang May 17, 2023, 12:22 a.m. UTC
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 (3):
      cxl: Wait Memory_Info_Valid before access memory related info
      cxl: Move identify and partition query from pci probe to port probe
      cxl: Move read_cdat_data() to after media is ready


 drivers/cxl/core/pci.c | 83 ++++++++++++++++++++++++++++++++++++++----
 drivers/cxl/cxlpci.h   |  2 +
 drivers/cxl/pci.c      |  8 ----
 drivers/cxl/port.c     | 14 +++++--
 4 files changed, 88 insertions(+), 19 deletions(-)

--