Re: [PATCH 4/9] nvme/pci: use the NVME_CTRL_SUSPENDED state

2019-03-19 Thread Fam Zheng
On Tue, 03/19 16:41, Maxim Levitsky wrote: > When enteriing low power state, the nvme Typo: "entering". > driver will now inform the core with the NVME_CTRL_SUSPENDED state > which will allow mdev driver to act on this information [snip] Fam

[PATCH 4/9] nvme/pci: use the NVME_CTRL_SUSPENDED state

2019-03-19 Thread Maxim Levitsky
When enteriing low power state, the nvme driver will now inform the core with the NVME_CTRL_SUSPENDED state which will allow mdev driver to act on this information Signed-off-by: Maxim Levitsky --- drivers/nvme/host/pci.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git