]> git.itanic.dy.fi Git - linux-stable/commit
cxl: Rename 'uport' to 'uport_dev'
authorDan Williams <dan.j.williams@intel.com>
Thu, 22 Jun 2023 20:55:01 +0000 (15:55 -0500)
committerDan Williams <dan.j.williams@intel.com>
Sun, 25 Jun 2023 18:37:54 +0000 (11:37 -0700)
commit7481653deef24fb9a030339430d2f5723e0ccf78
tree981c389dae59034eeeffa93ab30839cbd7ef6f7f
parent227db57459e8b6dce33c071020b0c05b1f9fa8d6
cxl: Rename 'uport' to 'uport_dev'

For symmetry with the recent rename of ->dport_dev for a 'struct
cxl_dport', add the "_dev" suffix to the ->uport property of a 'struct
cxl_port'. These devices represent the downstream-port-device and
upstream-port-device respectively in the CXL/PCIe topology.

Signed-off-by: Terry Bowman <terry.bowman@amd.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20230622205523.85375-6-terry.bowman@amd.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/cxl/core/pci.c
drivers/cxl/core/port.c
drivers/cxl/core/region.c
drivers/cxl/cxl.h
drivers/cxl/cxlmem.h
drivers/cxl/mem.c
drivers/cxl/port.c
tools/testing/cxl/test/cxl.c
tools/testing/cxl/test/mock.c