From 79ab67ede21f536851a99ea68ee6fc1f5435e055 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 15 Nov 2017 10:10:48 -0800 Subject: acpi, nfit: add 'Enable Latch System Shutdown Status' command support The NVDIMM_FAMILY_INTEL 'Enable Latch System Shutdown Status' command indicates to the platform that system software has acknowledged the most recent unsafe shutdown status. Signed-off-by: Dan Williams --- drivers/acpi/nfit/nfit.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/acpi/nfit/nfit.h b/drivers/acpi/nfit/nfit.h index 341be9511d0e..f0cf18b2da8b 100644 --- a/drivers/acpi/nfit/nfit.h +++ b/drivers/acpi/nfit/nfit.h @@ -51,6 +51,7 @@ * non-default DSM revision ids */ enum nvdimm_family_cmds { + NVDIMM_INTEL_LATCH_SHUTDOWN = 10, NVDIMM_INTEL_GET_MODES = 11, NVDIMM_INTEL_GET_FWINFO = 12, NVDIMM_INTEL_START_FWUPDATE = 13, @@ -66,7 +67,7 @@ enum nvdimm_family_cmds { | 1 << NVDIMM_INTEL_GET_FWINFO | 1 << NVDIMM_INTEL_START_FWUPDATE \ | 1 << NVDIMM_INTEL_SEND_FWUPDATE | 1 << NVDIMM_INTEL_FINISH_FWUPDATE \ | 1 << NVDIMM_INTEL_QUERY_FWUPDATE | 1 << NVDIMM_INTEL_SET_THRESHOLD \ - | 1 << NVDIMM_INTEL_INJECT_ERROR) + | 1 << NVDIMM_INTEL_INJECT_ERROR | 1 << NVDIMM_INTEL_LATCH_SHUTDOWN) enum nfit_uuids { /* for simplicity alias the uuid index with the family id */ -- cgit v1.2.3