]> git.baikalelectronics.ru Git - kernel.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)
commitdfd2f011c0d6663625339c53858ae2295d2d3970
tree68070a88d52687c34d3fd96327d11f4a13e42950
parent0bb234c11db5f63a88090b7249ee0441fa50c389
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