]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NVMe: Add pci suspend/resume driver callbacks
authorKeith Busch <keith.busch@intel.com>
Mon, 15 Jul 2013 21:02:23 +0000 (15:02 -0600)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 3 Sep 2013 20:44:16 +0000 (16:44 -0400)
commitcd63894630ab17a192bf97427d16dbec10710a6a
tree68070a88d52687c34d3fd96327d11f4a13e42950
parent1894d8f16afe5ad54b732f0fa6c4e80bd4d40b91
NVMe: Add pci suspend/resume driver callbacks

Used for going in and out of low power states. Resuming reuses the IO
queues from the previous initialization, freeing any allocated queues
that are no longer usable.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/nvme-core.c