Skip to content

Commit 962ac4c

Browse files
weiny2davejiang
authored andcommitted
cxl/Documentation: Remove 'mixed' from sysfs mode doc
Commit 188e952 ("cxl: Remove the CXL_DECODER_MIXED mistake") removed the mixed mode. Remove it from the sysfs documentation. Cc: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Ira Weiny <ira.weiny@intel.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Dave Jiang <dave.jiang@intel.com> Link: https://patch.msgid.link/20250224-remove-mixed-sysfs-v1-1-a329db313dac@intel.com Signed-off-by: Dave Jiang <dave.jiang@intel.com>
1 parent 3d3e3b9 commit 962ac4c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Documentation/ABI/testing/sysfs-bus-cxl

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -339,14 +339,13 @@ KernelVersion: v6.0
339339
Contact: linux-cxl@vger.kernel.org
340340
Description:
341341
(RW) When a CXL decoder is of devtype "cxl_decoder_endpoint" it
342-
translates from a host physical address range, to a device local
343-
address range. Device-local address ranges are further split
344-
into a 'ram' (volatile memory) range and 'pmem' (persistent
345-
memory) range. The 'mode' attribute emits one of 'ram', 'pmem',
346-
'mixed', or 'none'. The 'mixed' indication is for error cases
347-
when a decoder straddles the volatile/persistent partition
348-
boundary, and 'none' indicates the decoder is not actively
349-
decoding, or no DPA allocation policy has been set.
342+
translates from a host physical address range, to a device
343+
local address range. Device-local address ranges are further
344+
split into a 'ram' (volatile memory) range and 'pmem'
345+
(persistent memory) range. The 'mode' attribute emits one of
346+
'ram', 'pmem', or 'none'. The 'none' indicates the decoder is
347+
not actively decoding, or no DPA allocation policy has been
348+
set.
350349

351350
'mode' can be written, when the decoder is in the 'disabled'
352351
state, with either 'ram' or 'pmem' to set the boundaries for the

0 commit comments

Comments
 (0)