]> git.itanic.dy.fi Git - linux-stable/commit
tools/testing/cxl: Make mock CEDT parsing more robust
authorDan Williams <dan.j.williams@intel.com>
Thu, 1 Dec 2022 21:33:54 +0000 (13:33 -0800)
committerDan Williams <dan.j.williams@intel.com>
Sat, 3 Dec 2022 07:15:16 +0000 (23:15 -0800)
commit8b3b1c0dc500a00c34ab74fb8a0d9e7286220c04
tree0aafd052f2f6418690c18998f861ac354f9e01b0
parent4029c32fb601d505dfb92bdf0db9fdcc41fe1434
tools/testing/cxl: Make mock CEDT parsing more robust

Accept any cxl_test topology device as the first argument in
cxl_chbs_context.

This is in preparation for reworking the detection of the component
registers across VH and RCH topologies. Move
mock_acpi_table_parse_cedt() beneath the definition of is_mock_port()
and use is_mock_port() instead of the explicit mock cxl_acpi device
check.

Acked-by: Alison Schofield <alison.schofield@intel.com>
Reviewed-by: Robert Richter <rrichter@amd.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/166993043433.1882361.17651413716599606118.stgit@dwillia2-xfh.jf.intel.com
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/cxl/acpi.c
tools/testing/cxl/test/cxl.c