linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv4 0/5] NVMe: suspend resume
@ 2013-07-09 20:20 Keith Busch
  2013-07-09 20:20 ` [PATCHv4 1/5] NVMe: Group pci related actions in functions Keith Busch
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Keith Busch @ 2013-07-09 20:20 UTC (permalink / raw)


Next version of suspend resume.

v3->v4:

Changed bool to u8 in struct nvme_queue so it has a known size.

Simplified getting the extra data allocated per queue into a function
since the calculation is used in multiple places.

Removed ioremap failure; this is unrelated to this patch set and will
be corrected in a different patch.

Used list_del_init so that we may call it multiple times if resume fails.

Re-ordered some of the changes into later patches where the code is
actually used.

Keith Busch (5):
  NVMe: Group pci related actions in functions
  NVMe: Separate queue alloc/free from create/delete
  NVMe: Separate controller init from disk discovery
  NVMe: Use normal shutdown
  NVMe: Add pci suspend/resume driver callbacks

 drivers/block/nvme-core.c |  409 +++++++++++++++++++++++++++++++--------------
 include/linux/nvme.h      |    2 +
 2 files changed, 288 insertions(+), 123 deletions(-)

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

end of thread, other threads:[~2013-07-09 20:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-09 20:20 [PATCHv4 0/5] NVMe: suspend resume Keith Busch
2013-07-09 20:20 ` [PATCHv4 1/5] NVMe: Group pci related actions in functions Keith Busch
2013-07-09 20:20 ` [PATCHv4 2/5] NVMe: Separate queue alloc/free from create/delete Keith Busch
2013-07-09 20:20 ` [PATCHv4 3/5] NVMe: Separate controller init from disk discovery Keith Busch
2013-07-09 20:20 ` [PATCHv4 4/5] NVMe: Use normal shutdown Keith Busch
2013-07-09 20:20 ` [PATCHv4 5/5] NVMe: Add pci suspend/resume driver callbacks Keith Busch

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).