public inbox for linux-cxl@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] type2 support preparation
@ 2026-02-28 17:25 alejandro.lucero-palau
  2026-02-28 17:25 ` [PATCH v3 1/4] cxl: support Type2 when initializing cxl_dev_state alejandro.lucero-palau
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: alejandro.lucero-palau @ 2026-02-28 17:25 UTC (permalink / raw)
  To: linux-cxl, dan.j.williams, dave.jiang, gourry; +Cc: Alejandro Lucero

From: Alejandro Lucero <alucerop@amd.com>

For facilitating the integration of type2 support, here it comes the
first patches to be applied in preparation for impending type2 drivers.

FWIW, the first two patches are a split of first patch in v23, while the
third patch is the third patch in v23.

Not sure if I should have added the review tags as the code has not
changed, but maybe better a clean start.

v3 changes:
	- fix commit (Greg, Jonathan)
	- fix member field comment (Jonathan)
	- add patch for removing redundant call in moved code (Greg)

v2 changes:
	- fix nit (Allison)
	- rephrase commit (Allison)

Alejandro Lucero (4):
  cxl: support Type2 when initializing cxl_dev_state
  cxl: export internal structs for external Type2 drivers
  cxl: Move pci generic code
  cxl/pci: Remove redundant cxl_pci_find_port() call

 drivers/cxl/core/core.h      |   2 +
 drivers/cxl/core/mbox.c      |  12 +-
 drivers/cxl/core/memdev.c    |  24 ++++
 drivers/cxl/core/pci.c       |  57 +++++++++
 drivers/cxl/core/regs.c      |   1 -
 drivers/cxl/cxl.h            |  99 +--------------
 drivers/cxl/cxlmem.h         |  86 +------------
 drivers/cxl/cxlpci.h         |  13 ++
 drivers/cxl/pci.c            |  84 ++-----------
 include/cxl/cxl.h            | 226 +++++++++++++++++++++++++++++++++++
 tools/testing/cxl/test/mem.c |   3 +-
 11 files changed, 338 insertions(+), 269 deletions(-)
 create mode 100644 include/cxl/cxl.h


base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
-- 
2.34.1


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

end of thread, other threads:[~2026-03-06 15:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-28 17:25 [PATCH v3 0/4] type2 support preparation alejandro.lucero-palau
2026-02-28 17:25 ` [PATCH v3 1/4] cxl: support Type2 when initializing cxl_dev_state alejandro.lucero-palau
2026-02-28 17:25 ` [PATCH v3 2/4] cxl: export internal structs for external Type2 drivers alejandro.lucero-palau
2026-02-28 17:25 ` [PATCH v3 3/4] cxl: Move pci generic code alejandro.lucero-palau
2026-02-28 17:25 ` [PATCH v3 4/4] cxl/pci: Remove redundant cxl_pci_find_port() call alejandro.lucero-palau
2026-03-02 15:21   ` Jonathan Cameron
2026-03-06 15:35     ` Alejandro Lucero Palau

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