Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753468AbdF2VXM (ORCPT ); Thu, 29 Jun 2017 17:23:12 -0400 Received: from mail-yb0-f169.google.com ([209.85.213.169]:35258 "EHLO mail-yb0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751776AbdF2VXL (ORCPT ); Thu, 29 Jun 2017 17:23:11 -0400 MIME-Version: 1.0 In-Reply-To: References: From: Dan Williams Date: Thu, 29 Jun 2017 14:23:10 -0700 Message-ID: Subject: Re: [PATCH v3 3/7] libnvdimm: Add bus level dsm mask. To: Jerry Hoemann Cc: "linux-nvdimm@lists.01.org" , "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: 963 Lines: 27 On Thu, Jun 29, 2017 at 9:56 AM, Jerry Hoemann wrote: > Add a bus level dsm_mask to nvdimm_bus_descriptor to allow the passthru > calling mechanism to specify a different mask from the cmd_mask. > > Signed-off-by: Jerry Hoemann > --- > include/linux/libnvdimm.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/libnvdimm.h b/include/linux/libnvdimm.h > index 6c80701..f8b8f43 100644 > --- a/include/linux/libnvdimm.h > +++ b/include/linux/libnvdimm.h > @@ -54,6 +54,7 @@ typedef int (*ndctl_fn)(struct nvdimm_bus_descriptor *nd_desc, > > struct nvdimm_bus_descriptor { > const struct attribute_group **attr_groups; > + unsigned long bus_dsm_mask; > unsigned long cmd_mask; > struct module *module; > char *provider_name; > -- > 1.8.5.6 > This patch can be squashed with the next one, it's ok to touch drivers/acpi and drivers/nvdimm in the same patch.