Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1338525 > unrolled thread
| Started by | Toshi Kani <toshi.kani@hpe.com> |
|---|---|
| First post | 2016-02-19 23:20 +0100 |
| Last post | 2016-02-19 23:20 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/2] ACPI 6.1 update for NFIT Control Region Structure Toshi Kani <toshi.kani@hpe.com> - 2016-02-19 23:20 +0100
| From | Toshi Kani <toshi.kani@hpe.com> |
|---|---|
| Date | 2016-02-19 23:20 +0100 |
| Subject | [PATCH 0/2] ACPI 6.1 update for NFIT Control Region Structure |
| Message-ID | <r41z3-3I8-3@gated-at.bofh.it> |
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(-)
Back to top | Article view | linux.kernel
csiph-web