All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jiang <dave.jiang@intel.com>
To: dan.j.williams@intel.com
Cc: linux-nvdimm@lists.01.org
Subject: [PATCH v3 0/4] ndctl: add DIMM firmware update support
Date: Fri, 15 Dec 2017 16:23:59 -0700	[thread overview]
Message-ID: <151338007905.4485.4189717376304274611.stgit@djiang5-desk3.ch.intel.com> (raw)

The following series implements support for DIMM firmware update in ndctl.

v3: Addressed Dan's comments
- Removed Intel specific bits from update get info. 
- Added inherited context for related commands
- Moved all input params into new_cmd function.
- Added translated status return

---

Dave Jiang (4):
      ndctl: add support to alloc_intel_cmd for variable payload
      ndctl: add firmware download support functions in libndctl
      ndctl: add firmware update command option for ndctl
      ndctl, test: firmware update unit test


 ndctl/Makefile.am      |    3 
 ndctl/lib/Makefile.am  |    1 
 ndctl/lib/firmware.c   |  119 +++++++++++
 ndctl/lib/intel.c      |  264 +++++++++++++++++++++++
 ndctl/lib/intel.h      |   77 +++++++
 ndctl/lib/libndctl.sym |   15 +
 ndctl/lib/private.h    |   16 +
 ndctl/libndctl.h       |   36 +++
 ndctl/ndctl.c          |    1 
 ndctl/update.c         |  544 ++++++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 1074 insertions(+), 2 deletions(-)
 create mode 100644 ndctl/lib/firmware.c
 create mode 100644 ndctl/update.c

--
Signature
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

             reply	other threads:[~2017-12-15 23:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-15 23:23 Dave Jiang [this message]
2017-12-15 23:24 ` [PATCH v3 1/4] ndctl: add support to alloc_intel_cmd for variable payload Dave Jiang
2017-12-15 23:24 ` [PATCH v3 2/4] ndctl: add firmware download support functions in libndctl Dave Jiang
2017-12-15 23:24 ` [PATCH v3 3/4] ndctl: add firmware update command option for ndctl Dave Jiang
2018-01-29 22:49   ` Vishal Verma
2017-12-15 23:24 ` [PATCH v3 4/4] ndctl, test: firmware update unit test Dave Jiang
2018-01-29 22:55   ` Vishal Verma

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=151338007905.4485.4189717376304274611.stgit@djiang5-desk3.ch.intel.com \
    --to=dave.jiang@intel.com \
    --cc=dan.j.williams@intel.com \
    --cc=linux-nvdimm@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.