Re: [PATCH v2 2/4] acpi: nfit: add persistent memory control flag for nd_region

2018-01-30 Thread Ross Zwisler
On Fri, Dec 08, 2017 at 02:00:14PM -0700, Dave Jiang wrote: > Propogate the ADR attribute flag from the NFIT platform capabilities > sub-table to nd_region. > > Signed-off-by: Dave Jiang Sure, looks fine. Reviewed-by: Ross Zwisler

[PATCH v2 2/4] acpi: nfit: add persistent memory control flag for nd_region

2017-12-08 Thread Dave Jiang
Propogate the ADR attribute flag from the NFIT platform capabilities sub-table to nd_region. Signed-off-by: Dave Jiang --- drivers/acpi/nfit/core.c |3 +++ include/linux/libnvdimm.h |6 ++ 2 files changed, 9 insertions(+) diff --git a/drivers/acpi/nfit/core.c