Re: [PATCH 1/3] acpi, nfit: Introduce nfit_mem flags

2018-09-27 Thread Keith Busch
On Wed, Sep 26, 2018 at 09:24:26PM -0700, Dan Williams wrote: > In preparation for adding a flag to indicate whether a DIMM publishes a > dirty-shutdown count, convert the existing flags to a bit field. > > Signed-off-by: Dan Williams Looks good. Reviewed-by: Keith Busch

[PATCH 1/3] acpi, nfit: Introduce nfit_mem flags

2018-09-26 Thread Dan Williams
In preparation for adding a flag to indicate whether a DIMM publishes a dirty-shutdown count, convert the existing flags to a bit field. Signed-off-by: Dan Williams --- drivers/acpi/nfit/core.c | 27 --- drivers/acpi/nfit/nfit.h |8 ++-- 2 files changed, 22