All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] cxl: Prep for QoS class support
@ 2023-05-05 16:35 Dave Jiang
  2023-05-05 16:35 ` [PATCH 1/3] cxl: Export QTG ids from CFMWS to sysfs as qos_class attribute Dave Jiang
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Dave Jiang @ 2023-05-05 16:35 UTC (permalink / raw)
  To: linux-cxl
  Cc: Jonathan Cameron, Ira Weiny, dan.j.williams, ira.weiny,
	vishal.l.verma, alison.schofield

With the "cxl: Add support for QTG ID retrieval for CXL subsystem" series
getting larger and larger and span multiple maintainers, I'm going to try
to break them up into smaller parts. These 3 patches are just preparation
for QTG retrieval. See this series [1] for full series. Full git tree
available at [2]. 

[1]: https://lore.kernel.org/linux-cxl/168193556660.1178687.15477509915255912089.stgit@djiang5-mobl3/T/#t
[2]: https://git.kernel.org/pub/scm/linux/kernel/git/djiang/linux.git/log/?h=cxl-qtg

---

Dave Jiang (3):
      cxl: Export QTG ids from CFMWS to sysfs as qos_class attribute
      cxl: Add checksum verification to CDAT from CXL
      cxl: Add support for reading CXL switch CDAT table


 Documentation/ABI/testing/sysfs-bus-cxl | 15 ++++++++++
 drivers/cxl/acpi.c                      |  3 ++
 drivers/cxl/core/pci.c                  | 39 +++++++++++++++++++++----
 drivers/cxl/core/port.c                 | 11 +++++++
 drivers/cxl/cxl.h                       |  3 ++
 drivers/cxl/port.c                      |  3 ++
 6 files changed, 69 insertions(+), 5 deletions(-)

--


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

end of thread, other threads:[~2023-05-05 21:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-05 16:35 [PATCH 0/3] cxl: Prep for QoS class support Dave Jiang
2023-05-05 16:35 ` [PATCH 1/3] cxl: Export QTG ids from CFMWS to sysfs as qos_class attribute Dave Jiang
2023-05-05 20:55   ` Davidlohr Bueso
2023-05-05 16:35 ` [PATCH 2/3] cxl: Add checksum verification to CDAT from CXL Dave Jiang
2023-05-05 19:15   ` Davidlohr Bueso
2023-05-05 20:43     ` Dave Jiang
2023-05-05 16:35 ` [PATCH 3/3] cxl: Add support for reading CXL switch CDAT table Dave Jiang
2023-05-05 20:44   ` Davidlohr Bueso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.