Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1339921
| From | Toshi Kani <toshi.kani@hpe.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/3] ACPI 6.1 update for NFIT Control Region Structure |
| Date | 2016-02-22 22:10 +0100 |
| Message-ID | <r55TX-3fB-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] ACPI 6.1 update for NFIT Control Region Structure Toshi Kani <toshi.kani@hpe.com> - 2016-02-22 22:10 +0100
[PATCH v2 3/3] nfit_test: Update SPD ID init handlings Toshi Kani <toshi.kani@hpe.com> - 2016-02-22 22:10 +0100
[PATCH v2 1/3] ACPI/NFIT: Update Control Region Structure to comply ACPI 6.1 Toshi Kani <toshi.kani@hpe.com> - 2016-02-22 22:10 +0100
RE: [PATCH v2 1/3] ACPI/NFIT: Update Control Region Structure to comply ACPI 6.1 "Moore, Robert" <robert.moore@intel.com> - 2016-03-01 16:20 +0100
Re: [PATCH v2 1/3] ACPI/NFIT: Update Control Region Structure to comply ACPI 6.1 Toshi Kani <toshi.kani@hpe.com> - 2016-03-01 17:00 +0100
RE: [PATCH v2 1/3] ACPI/NFIT: Update Control Region Structure to comply ACPI 6.1 "Moore, Robert" <robert.moore@intel.com> - 2016-03-01 17:10 +0100
Re: [PATCH v2 1/3] ACPI/NFIT: Update Control Region Structure to comply ACPI 6.1 Toshi Kani <toshi.kani@hpe.com> - 2016-03-01 18:10 +0100
RE: [PATCH v2 1/3] ACPI/NFIT: Update Control Region Structure to comply ACPI 6.1 "Moore, Robert" <robert.moore@intel.com> - 2016-03-01 18:40 +0100
RE: [PATCH v2 1/3] ACPI/NFIT: Update Control Region Structure to comply ACPI 6.1 "Moore, Robert" <robert.moore@intel.com> - 2016-03-01 18:50 +0100
Re: [PATCH v2 1/3] ACPI/NFIT: Update Control Region Structure to comply ACPI 6.1 Toshi Kani <toshi.kani@hpe.com> - 2016-03-01 19:40 +0100
Re: [PATCH v2 1/3] ACPI/NFIT: Update Control Region Structure to comply ACPI 6.1 Dan Williams <dan.j.williams@intel.com> - 2016-03-01 19:20 +0100
Re: [PATCH v2 1/3] ACPI/NFIT: Update Control Region Structure to comply ACPI 6.1 Toshi Kani <toshi.kani@hpe.com> - 2016-03-01 19:50 +0100
Re: [PATCH v2 1/3] ACPI/NFIT: Update Control Region Structure to comply ACPI 6.1 Toshi Kani <toshi.kani@hpe.com> - 2016-03-01 20:40 +0100
csiph-web