nvme-pci: mark Kingston SKC2000 as not supporting the deepest power state
authorZoltán Böszörményi <zboszor@gmail.com>
Sun, 21 Feb 2021 05:12:16 +0000 (06:12 +0100)
committerChristoph Hellwig <hch@lst.de>
Fri, 5 Mar 2021 12:41:03 +0000 (13:41 +0100)
commitdc22c1c058b5c4fe967a20589e36f029ee42a706
tree74c988fe5d13c4e130ee223d2bf04f8d1652311f
parent5e112d3fb89703a4981ded60561b5647db3693bf
nvme-pci: mark Kingston SKC2000 as not supporting the deepest power state

My 2TB SKC2000 showed the exact same symptoms that were provided
in 538e4a8c57 ("nvme-pci: avoid the deepest sleep state on
Kingston A2000 SSDs"), i.e. a complete NVME lockup that needed
cold boot to get it back.

According to some sources, the A2000 is simply a rebadged
SKC2000 with a slightly optimized firmware.

Adding the SKC2000 PCI ID to the quirk list with the same workaround
as the A2000 made my laptop survive a 5 hours long Yocto bootstrap
buildfest which reliably triggered the SSD lockup previously.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c