Revision f0f2c072cf530d5b8890be5051cc8b36b0c54cce authored by Ross Zwisler on 10 July 2015, 17:06:14 UTC, committed by Dan Williams on 10 July 2015, 18:43:50 UTC
Add support in the NFIT BLK I/O path for the "latch" flag
defined in the "Get Block NVDIMM Flags" _DSM function:

http://pmem.io/documents/NVDIMM_DSM_Interface_Example.pdf

This flag requires the driver to read back the command register after it
is written in the block I/O path.  This ensures that the hardware has
fully processed the new command and moved the aperture appropriately.

Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
1 parent c2ad295
History
File Mode Size
Kconfig -rw-r--r-- 442 bytes
Makefile -rw-r--r-- 278 bytes
netlabel_addrlist.c -rw-r--r-- 10.3 KB
netlabel_addrlist.h -rw-r--r-- 6.1 KB
netlabel_cipso_v4.c -rw-r--r-- 21.1 KB
netlabel_cipso_v4.h -rw-r--r-- 4.7 KB
netlabel_domainhash.c -rw-r--r-- 22.1 KB
netlabel_domainhash.h -rw-r--r-- 3.2 KB
netlabel_kapi.c -rw-r--r-- 30.2 KB
netlabel_mgmt.c -rw-r--r-- 19.8 KB
netlabel_mgmt.h -rw-r--r-- 6.2 KB
netlabel_unlabeled.c -rw-r--r-- 41.5 KB
netlabel_unlabeled.h -rw-r--r-- 6.9 KB
netlabel_user.c -rw-r--r-- 3.1 KB
netlabel_user.h -rw-r--r-- 1.9 KB

back to top