All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] add support for platform persistence capabilities
@ 2017-12-08 21:00 Dave Jiang
  2017-12-08 21:00 ` [PATCH v2 1/4] acpi: nfit: Add support for detect platform CPU cache flush on power loss Dave Jiang
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Dave Jiang @ 2017-12-08 21:00 UTC (permalink / raw)
  To: dan.j.williams, linux-nvdimm

ACPI 6.2a provides an NFIT sub-table that informs if the platform has
auto CPU flush and memory flush on unexpected power loss events. This series
propogates those attributes to nd_region and add sysfs attribute to show
those capabilities.

---

v2:
Per Dan's comments
- Added ADR cap flags propogation
- Added sysfs attribute

Dave Jiang (4):
      acpi: nfit: Add support for detect platform CPU cache flush on power loss
      acpi: nfit: add persistent memory control flag for nd_region
      libnvdimm: expose platform persistence attribute for nd_region
      nfit-test: Add platform cap support from ACPI 6.2a to test


 drivers/acpi/nfit/core.c         |   23 +++++++++++++++++++++++
 drivers/acpi/nfit/nfit.h         |    1 +
 drivers/nvdimm/pmem.c            |    4 +++-
 drivers/nvdimm/region_devs.c     |   14 ++++++++++++++
 include/linux/libnvdimm.h        |   11 +++++++++++
 tools/testing/nvdimm/test/nfit.c |   11 ++++++++++-
 6 files changed, 62 insertions(+), 2 deletions(-)

--
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-01-30 22:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-08 21:00 [PATCH v2 0/4] add support for platform persistence capabilities Dave Jiang
2017-12-08 21:00 ` [PATCH v2 1/4] acpi: nfit: Add support for detect platform CPU cache flush on power loss Dave Jiang
2018-01-30 22:31   ` Ross Zwisler
2017-12-08 21:00 ` [PATCH v2 2/4] acpi: nfit: add persistent memory control flag for nd_region Dave Jiang
2018-01-30 22:52   ` Ross Zwisler
2017-12-08 21:00 ` [PATCH v2 3/4] libnvdimm: expose platform persistence attribute " Dave Jiang
2018-01-30 22:52   ` Ross Zwisler
2017-12-08 21:00 ` [PATCH v2 4/4] nfit-test: Add platform cap support from ACPI 6.2a to test Dave Jiang
2018-01-30 22:52   ` Ross Zwisler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.