linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: keith.busch@intel.com (Keith Busch)
Subject: [PATCHv4 0/5] NVMe: suspend resume
Date: Tue,  9 Jul 2013 14:20:36 -0600	[thread overview]
Message-ID: <1373401241-20259-1-git-send-email-keith.busch@intel.com> (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(-)

             reply	other threads:[~2013-07-09 20:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-09 20:20 Keith Busch [this message]
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

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=1373401241-20259-1-git-send-email-keith.busch@intel.com \
    --to=keith.busch@intel.com \
    /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 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).