]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: Add quirk for LiteON CL1 devices running FW 22301111
authorMario Limonciello <mario.limonciello@dell.com>
Fri, 16 Aug 2019 20:16:19 +0000 (15:16 -0500)
committerJens Axboe <axboe@kernel.dk>
Tue, 20 Aug 2019 17:02:10 +0000 (11:02 -0600)
commit33b0dc6c6e9df3516f2e405aeb370eb060d68748
tree0366b1aee751a7a583162c8fffaeed804c615b96
parent5aab81b7374f0c2d1d4344f6eb417b5c1b12715c
nvme: Add quirk for LiteON CL1 devices running FW 22301111

One of the components in LiteON CL1 device has limitations that
can be encountered based upon boundary race conditions using the
nvme bus specific suspend to idle flow.

When this situation occurs the drive doesn't resume properly from
suspend-to-idle.

LiteON has confirmed this problem and fixed in the next firmware
version.  As this firmware is already in the field, avoid running
nvme specific suspend to idle flow.

Fixes: f95338d9c7b3 ("nvme-pci: use host managed power state for suspend")
Link: http://lists.infradead.org/pipermail/linux-nvme/2019-July/thread.html
Signed-off-by: Mario Limonciello <mario.limonciello@dell.com>
Signed-off-by: Charles Hyde <charles.hyde@dellteam.com>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/core.c
drivers/nvme/host/nvme.h
drivers/nvme/host/pci.c