Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751798AbdFGRFc (ORCPT ); Wed, 7 Jun 2017 13:05:32 -0400 Received: from g2t1383g.austin.hpe.com ([15.233.16.89]:30534 "EHLO g2t1383g.austin.hpe.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751397AbdFGRFb (ORCPT ); Wed, 7 Jun 2017 13:05:31 -0400 From: Jerry Hoemann To: dan.j.williams@intel.com Cc: linux-nvdimm@lists.01.org, linux-kernel@vger.kernel.org, linda.knippers@hpe.com, Jerry Hoemann Subject: [PATCH 0/3] Enable DSM pass thru for root functions Date: Wed, 7 Jun 2017 11:04:54 -0600 Message-Id: X-Mailer: git-send-email 1.8.3.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 840 Lines: 32 The new ACPI 6.2 spec has added new NVDIMM root DSM functions that managibility and test software needs to call. This patch set enables the calling of root functions DSMs via the pass thru mechanism. Details __nd_ioctl: Check pass thru functions against nd_cmd_clear_to_send. acpi_nfit_init_dsms: Set additional bits in cmd_mask for new functions. ndctl.h: Define data structure for the new 6.2 functions. Add new function names to nvdimm_bus_cmd_name. Jerry Hoemann (3): libnvdimm: passthru functions clear to send acpi, nfit: Enable DSM pass thru for root functions. libnvdimm: New ACPI 6.2 DSM functions drivers/acpi/nfit/core.c | 3 ++- drivers/nvdimm/bus.c | 4 +++- include/uapi/linux/ndctl.h | 45 ++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 49 insertions(+), 3 deletions(-) -- 1.8.5.6