linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ACPI 6.1 update for NFIT Control Region Structure
@ 2016-02-19 23:08 Toshi Kani
  2016-02-19 23:08 ` [PATCH 1/2] ACPI/NFIT: Update Control Region Structure per ACPI 6.1 Toshi Kani
  2016-02-19 23:08 ` [PATCH 2/2] nfit_test: Update SPD ID init handlings Toshi Kani
  0 siblings, 2 replies; 6+ messages in thread
From: Toshi Kani @ 2016-02-19 23:08 UTC (permalink / raw)
  To: rjw, dan.j.williams
  Cc: robert.moore, 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.
Patch 2 changes the nfit test driver.

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

---
Toshi Kani (2):
 1/2 ACPI/NFIT: Update Control Region Structure per ACPI 6.1
 2/2 nfit_test: Update SPD ID init handlings

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

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

end of thread, other threads:[~2016-02-19 23:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-19 23:08 [PATCH 0/2] ACPI 6.1 update for NFIT Control Region Structure Toshi Kani
2016-02-19 23:08 ` [PATCH 1/2] ACPI/NFIT: Update Control Region Structure per ACPI 6.1 Toshi Kani
2016-02-19 22:34   ` Dan Williams
2016-02-19 22:55     ` Moore, Robert
2016-02-19 23:44     ` Toshi Kani
2016-02-19 23:08 ` [PATCH 2/2] 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).