]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
nvme: Quirk APST on Intel 600P/P3100 devices
authorAndy Lutomirski <luto@kernel.org>
Wed, 24 May 2017 22:06:31 +0000 (15:06 -0700)
committerChristoph Hellwig <hch@lst.de>
Fri, 26 May 2017 08:53:02 +0000 (11:53 +0300)
They have known firmware bugs.  A fix is apparently in the works --
once fixed firmware is available, someone from Intel (Hi, Keith!)
can adjust the quirk accordingly.

Cc: stable@vger.kernel.org # v4.11
Cc: Kai-Heng Feng <kai.heng.feng@canonical.com>
Cc: Mario Limonciello <mario_limonciello@dell.com>
Signed-off-by: Andy Lutomirski <luto@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c

index 6103b178e43ad18640a65b6ea4542a5ef208e2d2..d52701df72457d0fa2b85a168c500fd022b8b717 100644 (file)
@@ -2294,6 +2294,8 @@ static const struct pci_device_id nvme_id_table[] = {
        { PCI_VDEVICE(INTEL, 0x0a54),
                .driver_data = NVME_QUIRK_STRIPE_SIZE |
                                NVME_QUIRK_DEALLOCATE_ZEROES, },
+       { PCI_VDEVICE(INTEL, 0xf1a5),   /* Intel 600P/P3100 */
+               .driver_data = NVME_QUIRK_NO_DEEPEST_PS },
        { PCI_VDEVICE(INTEL, 0x5845),   /* Qemu emulated controller */
                .driver_data = NVME_QUIRK_IDENTIFY_CNS, },
        { PCI_DEVICE(0x1c58, 0x0003),   /* HGST adapter */