linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Enable DSM pass thru for root functions
@ 2017-06-07 17:04 Jerry Hoemann
  2017-06-07 17:04 ` [PATCH 1/3] libnvdimm: passthru functions clear to send Jerry Hoemann
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jerry Hoemann @ 2017-06-07 17:04 UTC (permalink / raw)
  To: dan.j.williams; +Cc: linux-nvdimm, linux-kernel, linda.knippers, Jerry Hoemann

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-06-09 17:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-07 17:04 [PATCH 0/3] Enable DSM pass thru for root functions Jerry Hoemann
2017-06-07 17:04 ` [PATCH 1/3] libnvdimm: passthru functions clear to send Jerry Hoemann
2017-06-07 17:04 ` [PATCH 2/3] acpi, nfit: Enable DSM pass thru for root functions Jerry Hoemann
2017-06-07 17:04 ` [PATCH 3/3] libnvdimm: New ACPI 6.2 DSM functions Jerry Hoemann
2017-06-08  8:02   ` Johannes Thumshirn
2017-06-09  5:28     ` Dan Williams
2017-06-09 16:59       ` Jerry Hoemann
2017-06-09 17:13         ` Dan Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).