commit | 1894d8f16afe5ad54b732f0fa6c4e80bd4d40b91 | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Mon Jul 15 15:02:22 2013 -0600 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Tue Sep 03 16:40:32 2013 -0400 |
tree | f1451bcf63fc1ddc60b10ba0f502029da1119e7e | |
parent | f0b50732a979c55c2d15fe8ec4503fa5b3260c53 [diff] |
NVMe: Use normal shutdown The NVMe spec recommends using the shutdown normal sequence when safely taking the controller offline instead of hitting CC.EN on the next start-up to reset the controller. The spec recommends a minimum of 1 second for the shutdown complete. This patch waits 2 seconds to be on the safe side. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>