acpi, nfit: add support for the _LSI, _LSR, and _LSW label methods
authorDan Williams <dan.j.williams@intel.com>
Sun, 24 Sep 2017 16:57:34 +0000 (09:57 -0700)
committerDan Williams <dan.j.williams@intel.com>
Sat, 7 Oct 2017 17:03:40 +0000 (10:03 -0700)
commit4b27db7e26cdb9deb4a211e963e2993fde0110cb
treeb730464ad24dbd0ac015bc214aad91ea02766586
parent10246dc84dfcabb05f2d29d442c9de967fd61270
acpi, nfit: add support for the _LSI, _LSR, and _LSW label methods

ACPI 6.2 adds support for named methods to access the label storage area
of an NVDIMM. We prefer these new methods if available and otherwise
fallback to the NVDIMM_FAMILY_INTEL _DSMs. The kernel ioctls,
ND_IOCTL_{GET,SET}_CONFIG_{SIZE,DATA}, remain generic and the driver
translates the 'package' payloads into the NVDIMM_FAMILY_INTEL 'buffer'
format to maintain compatibility with existing userspace and keep the
output buffer parsing code in the driver common.

The output payloads are mostly compatible save for the 'label area
locked' status that moves from the 'config_size' (_LSI) command to the
'config_read' (_LSR) command status.

Cc: Jeff Moyer <jmoyer@redhat.com>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/acpi/nfit/core.c
drivers/acpi/nfit/nfit.h
drivers/nvdimm/dimm.c