]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T
authorJian-Hong Pan <jian-hong@endlessm.com>
Tue, 24 Sep 2019 09:42:41 +0000 (17:42 +0800)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 12 Nov 2019 17:46:14 +0000 (18:46 +0100)
commitdb049b7c99ccd791c11cbdb2ca1728588d6d87ca
treea88ac81ac7470d7f1e43b8485c1183440fd2e5bd
parent6c8071363f24fea81ea9127fe94baac51d87b73d
nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T

BugLink: https://bugs.launchpad.net/bugs/1850456
[ Upstream commit 19ea025e1d28c629b369c3532a85b3df478cc5c6 ]

Kingston NVME SSD with firmware version E8FK11.T has no interrupt after
resume with actions related to suspend to idle. This patch applied
NVME_QUIRK_SIMPLE_SUSPEND quirk to fix this issue.

Fixes: d916b1be94b6 ("nvme-pci: use host managed power state for suspend")
Buglink: https://bugzilla.kernel.org/show_bug.cgi?id=204887
Signed-off-by: Jian-Hong Pan <jian-hong@endlessm.com>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Connor Kuehl <connor.kuehl@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
drivers/nvme/host/core.c