Linux-NVDIMM Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] ndctl: move firmware update to dimm action
@ 2018-03-09 18:24 Dave Jiang
  2018-03-09 18:24 ` [PATCH v5 1/2] ndctl: add check for update firmware supported Dave Jiang
  2018-03-09 18:24 ` [PATCH v5 2/2] ndctl: merge firmware-update to dimm.c as one of the dimm ops Dave Jiang
  0 siblings, 2 replies; 4+ messages in thread
From: Dave Jiang @ 2018-03-09 18:24 UTC (permalink / raw)
  To: vishal.l.verma, dan.j.williams; +Cc: linux-nvdimm

The following series moves firmware update to dimm.c in order to take
advantage of the command line parsing that already exists and remove
duplications.

v5:
- Same as v4 except with the correct diff hopefully. stgit dropped some
changes in v4.

v4:
- Fixed man page for firmware update.
- Added check for all Intel DSMs for update firmware supported check.

v3:
- Modified error printout for op not supported per Dan's comment.

v2:
- Add distinct return errors for lack of support in ndctl, kernel, or
  platform.
- Moved the firmware update defines and structs to its own header.

---

Dave Jiang (2):
      ndctl: add check for update firmware supported
      ndctl: merge firmware-update to dimm.c as one of the dimm ops


 ndctl/Makefile.am       |    1 
 ndctl/dimm.c            |  475 +++++++++++++++++++++++++++++++++++++++++
 ndctl/firmware-update.h |   45 ++++
 ndctl/lib/firmware.c    |   11 +
 ndctl/lib/intel.c       |   32 +++
 ndctl/lib/libndctl.sym  |    1 
 ndctl/lib/private.h     |    1 
 ndctl/libndctl.h        |    1 
 ndctl/update.c          |  545 -----------------------------------------------
 9 files changed, 564 insertions(+), 548 deletions(-)
 create mode 100644 ndctl/firmware-update.h
 delete mode 100644 ndctl/update.c

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

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

end of thread, other threads:[~2018-03-09 19:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-09 18:24 [PATCH v5 0/2] ndctl: move firmware update to dimm action Dave Jiang
2018-03-09 18:24 ` [PATCH v5 1/2] ndctl: add check for update firmware supported Dave Jiang
2018-03-09 19:45   ` Verma, Vishal L
2018-03-09 18:24 ` [PATCH v5 2/2] ndctl: merge firmware-update to dimm.c as one of the dimm ops Dave Jiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox