All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ndctl: move firmware update to dimm action
@ 2018-03-06 23:46 Dave Jiang
  2018-03-06 23:46 ` [PATCH v3 1/2] ndctl: add check for update firmware supported Dave Jiang
  2018-03-06 23:46 ` [PATCH v3 2/2] ndctl: merge firmware-update to dimm.c as one of the dimm ops Dave Jiang
  0 siblings, 2 replies; 8+ messages in thread
From: Dave Jiang @ 2018-03-06 23:46 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.

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            |  466 ++++++++++++++++++++++++++++++++++++++++
 ndctl/firmware-update.h |   45 ++++
 ndctl/lib/firmware.c    |   11 +
 ndctl/lib/intel.c       |   24 ++
 ndctl/lib/libndctl.sym  |    1 
 ndctl/lib/private.h     |    1 
 ndctl/libndctl.h        |    1 
 ndctl/update.c          |  545 -----------------------------------------------
 9 files changed, 547 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] 8+ messages in thread

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-06 23:46 [PATCH v3 0/2] ndctl: move firmware update to dimm action Dave Jiang
2018-03-06 23:46 ` [PATCH v3 1/2] ndctl: add check for update firmware supported Dave Jiang
2018-03-09  0:10   ` Verma, Vishal L
2018-03-09  0:23     ` Dan Williams
2018-03-09  0:27       ` Dave Jiang
2018-03-09  0:37         ` Dan Williams
2018-03-06 23:46 ` [PATCH v3 2/2] ndctl: merge firmware-update to dimm.c as one of the dimm ops Dave Jiang
2018-03-09  0:10   ` Verma, Vishal L

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.