Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

scsi: ufs: core: Disable timestamp for Kioxia THGJFJT0E25BAIP

Kioxia has another product that does not support the qTimestamp
attribute.

Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Link: https://patch.msgid.link/20260403-thgjfjt0e25baip-no-timestamp-v1-1-1ddb34225133@gmail.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Aaron Kling and committed by
Martin K. Petersen
e423f1c7 03a5e8ec

+3
+3
drivers/ufs/core/ufshcd.c
··· 316 316 .model = "THGLF2G9D8KBADG", 317 317 .quirk = UFS_DEVICE_QUIRK_PA_TACTIVATE }, 318 318 { .wmanufacturerid = UFS_VENDOR_TOSHIBA, 319 + .model = "THGJFJT0E25BAIP", 320 + .quirk = UFS_DEVICE_QUIRK_NO_TIMESTAMP_SUPPORT }, 321 + { .wmanufacturerid = UFS_VENDOR_TOSHIBA, 319 322 .model = "THGJFJT1E45BATP", 320 323 .quirk = UFS_DEVICE_QUIRK_NO_TIMESTAMP_SUPPORT }, 321 324 {}