Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754277AbcDZXyl (ORCPT ); Tue, 26 Apr 2016 19:54:41 -0400 Received: from mail-oi0-f48.google.com ([209.85.218.48]:33010 "EHLO mail-oi0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752784AbcDZXyj (ORCPT ); Tue, 26 Apr 2016 19:54:39 -0400 MIME-Version: 1.0 In-Reply-To: <1461620099-11933-1-git-send-email-toshi.kani@hpe.com> References: <1461620099-11933-1-git-send-email-toshi.kani@hpe.com> Date: Tue, 26 Apr 2016 16:54:37 -0700 Message-ID: Subject: Re: [PATCH v3 0/2] Support ACPI 6.1 update in NFIT Control Region Structure From: Dan Williams To: Toshi Kani Cc: "Rafael J. Wysocki" , Robert Moore , "Elliott, Robert (Persistent Memory)" , "linux-nvdimm@lists.01.org" , Linux ACPI , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1226 Lines: 33 On Mon, Apr 25, 2016 at 2:34 PM, Toshi Kani wrote: > 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 (SPD values) are stored as arrays of bytes (i.e. big-endian > format). The spec clarifies that they need to be represented > as arrays of bytes as well. > > Patch 1 changes the NFIT driver to comply with ACPI 6.1. > Patch 2 adds a new sysfs file "id" to show NVDIMM ID defined in ACPI 6.1. > > The patch-set applies on linux-pm.git acpica. > > link: http://www.uefi.org/sites/default/files/resources/ACPI_6_1.pdf > > --- > v3: > - Need to coordinate with ACPICA update (Bob Moore, Dan Williams) > - Integrate with ACPICA changes in struct acpi_nfit_control_region. > (commit 138a95547ab0) > > 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/2 acpi/nfit: Update nfit driver to comply with ACPI 6.1 > 2/3 acpi/nfit: Add sysfs "id" for NVDIMM ID Thanks Toshi, I've applied these.