mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-12 08:26:38 -04:00
cxl/mbox: Add Clear Log mailbox command
Adding UAPI support for CXL r3.1 8.2.9.5.4 Clear Log command. This proposed patch will be useful for clearing and populating the Vendor debug log in certain scenarios, allowing for the aggregation of results over time. Signed-off-by: Srinivasulu Thanneeru <sthanneeru.opensrc@micron.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Link: https://lore.kernel.org/r/20240313071218.729-3-sthanneeru.opensrc@micron.com Signed-off-by: Dave Jiang <dave.jiang@intel.com>
This commit is contained in:
committed by
Dave Jiang
parent
940325add1
commit
206f9fa9d5
@@ -48,6 +48,7 @@
|
||||
___DEPRECATED(GET_SCAN_MEDIA, "Get Scan Media Results"), \
|
||||
___C(GET_TIMESTAMP, "Get Timestamp"), \
|
||||
___C(GET_LOG_CAPS, "Get Log Capabilities"), \
|
||||
___C(CLEAR_LOG, "Clear Log"), \
|
||||
___C(GET_SUP_LOG_SUBLIST, "Get Supported Logs Sub-List"), \
|
||||
___C(MAX, "invalid / last command")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user