linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ACPI 6.1 update for NFIT Control Region Structure
@ 2016-02-22 21:55 Toshi Kani
  2016-02-22 21:55 ` [PATCH v2 1/3] ACPI/NFIT: Update Control Region Structure to comply ACPI 6.1 Toshi Kani
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Toshi Kani @ 2016-02-22 21:55 UTC (permalink / raw)
  To: rjw, dan.j.williams
  Cc: robert.moore, lv.zheng, elliott, linux-nvdimm, linux-acpi,
	linux-kernel, devel

ACPI 6.1, Table 5-133, updates NVDIMM Control Region Structure
as follows.
 - Valid Fields, Manufacturing Location, and Manufacturing Date
   are added from reserved range.  No change in the structure size.
 - IDs defined as SPD values are arrays of bytes.  The spec 
   clarified that they need to be represented as arrays of bytes
   as well.

Patch 1 changes 'struct acpi_nfit_control_region' and the NFIT driver to
comply ACPI 6.1.
Patch 2 adds a new sysfs file "id" to show NVDIMM ID defined in ACPI 6.1.
Patch 3 changes the nfit test driver.

link: http://www.uefi.org/sites/default/files/resources/ACPI_6_1.pdf

---
v2:
 - Remove 'mfg_location' and 'mfg_date'. (Dan Williams)
 - Rename 'unique_id' to 'id' and make this change as a separate patch.
   (Dan Williams)

---
Toshi Kani (3):
 1/3 ACPI/NFIT: Update Control Region Structure to comply ACPI 6.1
 2/3 ACPI/NFIT: Add NVDIMM ID "id" under sysfs
 3/3 nfit_test: Update SPD ID init handlings

---
 drivers/acpi/nfit.c              | 41 ++++++++++++++++++++-----
 include/acpi/actbl1.h            | 24 +++++++++------
 tools/testing/nvdimm/test/nfit.c | 64 ++++++++++++++++++++++++----------------
 3 files changed, 88 insertions(+), 41 deletions(-)


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

end of thread, other threads:[~2016-03-01 19:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22 21:55 [PATCH v2 0/3] ACPI 6.1 update for NFIT Control Region Structure Toshi Kani
2016-02-22 21:55 ` [PATCH v2 1/3] ACPI/NFIT: Update Control Region Structure to comply ACPI 6.1 Toshi Kani
2016-03-01 15:13   ` Moore, Robert
2016-03-01 16:38     ` Toshi Kani
2016-03-01 16:03       ` Moore, Robert
2016-03-01 17:36         ` Toshi Kani
2016-03-01 17:37           ` Moore, Robert
2016-03-01 17:41             ` Moore, Robert
2016-03-01 19:10             ` Toshi Kani
2016-03-01 18:14           ` Dan Williams
2016-03-01 19:18             ` Toshi Kani
2016-03-01 19:53             ` Toshi Kani
2016-02-22 21:55 ` [PATCH v2 2/3] ACPI/NFIT: Add NVDIMM ID "id" under sysfs Toshi Kani
2016-02-22 21:55 ` [PATCH v2 3/3] nfit_test: Update SPD ID init handlings Toshi Kani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).