]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cxl/mbox: Add SET_FEATURE mailbox command
authorShiju Jose <shiju.jose@huawei.com>
Thu, 20 Feb 2025 19:42:43 +0000 (12:42 -0700)
committerDave Jiang <dave.jiang@intel.com>
Wed, 26 Feb 2025 15:51:32 +0000 (08:51 -0700)
commit14d502cc2718e6af44b575c95670292689a3ad65
tree622bd2f40cd4a66dba3af8e426057a0db64ae7af
parent5e5ac21f629de796ab5d598b59c5e468c6fe4f95
cxl/mbox: Add SET_FEATURE mailbox command

Add support for SET_FEATURE mailbox command.

CXL spec r3.2 section 8.2.9.6 describes optional device specific features.
CXL devices supports features with changeable attributes.
The settings of a feature can be optionally modified using Set Feature
command.
CXL spec r3.2 section 8.2.9.6.3 describes Set Feature command.

Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Reviewed-by: Li Ming <ming.li@zohomail.com>
Signed-off-by: Shiju Jose <shiju.jose@huawei.com>
Link: https://patch.msgid.link/20250220194438.2281088-6-dave.jiang@intel.com
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
drivers/cxl/core/core.h
drivers/cxl/core/features.c
include/cxl/features.h