/[packages]/cauldron/kernel/current/PATCHES/patches/0081-libata-Apply-NOLPM-quirk-for-SAMSUNG-MZ7TD256HAFV-00.patch
ViewVC logotype

Contents of /cauldron/kernel/current/PATCHES/patches/0081-libata-Apply-NOLPM-quirk-for-SAMSUNG-MZ7TD256HAFV-00.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1329221 - (show annotations) (download)
Fri Nov 9 22:05:45 2018 UTC (5 years, 9 months ago) by tmb
File size: 1392 byte(s)
add fixes from sashas autosel queue
1 From fce7bfa205a5efe971146db40781612c3d589fa2 Mon Sep 17 00:00:00 2001
2 From: Diego Viola <diego.viola@gmail.com>
3 Date: Fri, 26 Oct 2018 10:45:16 -0300
4 Subject: [PATCH 081/145] libata: Apply NOLPM quirk for SAMSUNG
5 MZ7TD256HAFV-000L9
6
7 [ Upstream commit a435ab4f80f983c53b4ca4f8c12b3ddd3ca17670 ]
8
9 med_power_with_dipm causes my T450 to freeze with a SAMSUNG
10 MZ7TD256HAFV-000L9 SSD (firmware DXT02L5Q).
11
12 Switching the LPM to max_performance fixes this issue.
13
14 Acked-by: Hans de Goede <hdegoede@redhat.com>
15 Signed-off-by: Diego Viola <diego.viola@gmail.com>
16 Signed-off-by: Jens Axboe <axboe@kernel.dk>
17 Signed-off-by: Sasha Levin <sashal@kernel.org>
18 ---
19 drivers/ata/libata-core.c | 1 +
20 1 file changed, 1 insertion(+)
21
22 diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
23 index a9dd4ea7467d..6e594644cb1d 100644
24 --- a/drivers/ata/libata-core.c
25 +++ b/drivers/ata/libata-core.c
26 @@ -4553,6 +4553,7 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
27 /* These specific Samsung models/firmware-revs do not handle LPM well */
28 { "SAMSUNG MZMPC128HBFU-000MV", "CXM14M1Q", ATA_HORKAGE_NOLPM, },
29 { "SAMSUNG SSD PM830 mSATA *", "CXM13D1Q", ATA_HORKAGE_NOLPM, },
30 + { "SAMSUNG MZ7TD256HAFV-000L9", "DXT02L5Q", ATA_HORKAGE_NOLPM, },
31
32 /* devices that don't properly handle queued TRIM commands */
33 { "Micron_M500IT_*", "MU01", ATA_HORKAGE_NO_NCQ_TRIM |
34 --
35 2.19.1
36

  ViewVC Help
Powered by ViewVC 1.1.30