From: "hardaway.tseng@sk.com" <hardaway.tseng@sk.com>
To: "kbusch@kernel.org" <kbusch@kernel.org>,
"Jim Lin 林志融" <jim.lin@siliconmotion.com>,
"Jim.Lin" <jim.chihjung.lin@gmail.com>
Cc: "axboe@kernel.dk" <axboe@kernel.dk>, "hch@lst.de" <hch@lst.de>,
"sagi@grimberg.me" <sagi@grimberg.me>,
"linux-nvme@lists.infradead.org" <linux-nvme@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"CJ Chen 陳群傑" <cj.chen@siliconmotion.com>,
"David Yeh 葉寰融" <david.yeh@siliconmotion.com>,
"sangan.han@sk.com" <sangan.han@sk.com>,
"ives.lu@sk.com" <ives.lu@sk.com>
Subject: RE: [PATCH] nvme-pci: disable write zeroes for SK Hynix BC901
Date: Tue, 28 Nov 2023 23:51:42 +0000 [thread overview]
Message-ID: <71aae1b4cb0441d0940a5e536f4ffce0@sk.com> (raw)
In-Reply-To: <SEYPR01MB4341EFAA7D4B563BFF903B45FDBCA@SEYPR01MB4341.apcprd01.prod.exchangelabs.com>
Hi Keith, Jim and team,
Thanks for efforts!
This is Hardaway from SK hynix, this software change has been tested and verified by ODM Compal, the testing result is pass, therefore, we would like to apply this update.
Thank you so much!
Thanks & Regards,
Hardaway.
Hardaway Tseng/ Sr. Manager | SN-FAQE | SK hynix Semiconductor Taiwan
Address: 10F. No. 308, Zhifu Rd., Zhongshan Dist., Taipei City 10466, Taiwan
Office : +886-2-3518-2313/ Fax: +886-2-3518-2366/ Mobile: +886-919-803-458
Email: hardaway.tseng@sk.com
SK hynix Confidential
“This e-mail may contain confidential and/or privileged information. If you are not the intended recipient(or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.”
-----Original Message-----
From: Jim Lin 林志融 <jim.lin@siliconmotion.com>
Sent: Tuesday, November 28, 2023 11:03 AM
To: Jim.Lin <jim.chihjung.lin@gmail.com>; kbusch@kernel.org
Cc: axboe@kernel.dk; hch@lst.de; sagi@grimberg.me; linux-nvme@lists.infradead.org; linux-kernel@vger.kernel.org; CJ Chen 陳群傑 <cj.chen@siliconmotion.com>; David Yeh 葉寰融 <david.yeh@siliconmotion.com>; Hardaway (Shih Hung) Tseng SKHYT <hardaway.tseng@sk.com>
Subject: RE: [PATCH] nvme-pci: disable write zeroes for SK Hynix BC901
Hi Keith Busch
Thanks for your reply.
Changelog updated
Hi David, Hardaway
Please help to check this issue. Thanks.
Thx
BRs
Jim
--------------------------------------------------------------------------------------------------------------------------------------------------------
On Thu, Nov 23, 2023 at 06:06:42PM +0800, Jim.Lin wrote:
> SK Hynix BC901 drive write zero will cause Chromebook takes more than
> 20 mins to switch to developer mode "disable wrtie zero" can fix this issue and Sk Hynix has been verified.
>
> Signed-off-by: Jim.Lin <jim.lin@siliconmotion.com>
For the changelog, let's abbreviate the subject to something like:
"nvme-pci: disable write zeroes for SK Hynix BC901"
> @@ -3394,6 +3394,8 @@ static const struct pci_device_id nvme_id_table[] = {
> .driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
> { PCI_DEVICE(0x1c5c, 0x174a), /* SK Hynix P31 SSD */
> .driver_data = NVME_QUIRK_BOGUS_NID, },
> + { PCI_DEVICE(0x1c5c, 0x1D59), /* SK Hynix BC901 */
> + .driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
Could we get an "Ack" from the vendor?
------------------------------------------------------------------------------------------------------------------------------------------------------------
-----Original Message-----
From: Jim.Lin <jim.chihjung.lin@gmail.com>
Sent: Tuesday, November 28, 2023 10:58 AM
To: kbusch@kernel.org
Cc: axboe@kernel.dk; hch@lst.de; sagi@grimberg.me; linux-nvme@lists.infradead.org; linux-kernel@vger.kernel.org; Jim Lin 林志融 <jim.lin@siliconmotion.com>; CJ Chen 陳群傑 <cj.chen@siliconmotion.com>; David Yeh 葉寰融 <david.yeh@siliconmotion.com>; hardaway.tseng@sk.com
Subject: [PATCH] nvme-pci: disable write zeroes for SK Hynix BC901
Please note that this email was sent from outside of SMI.
SK Hynix BC901 drive write zero will cause Chromebook takes more than 20 mins to switch to developer mode "disable write zeroes" can fix this issue and Sk Hynix has been verified.
Signed-off-by: Jim.Lin <jim.lin@siliconmotion.com>
---
drivers/nvme/host/pci.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c index 507bc149046d..f27202680741 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -3394,6 +3394,8 @@ static const struct pci_device_id nvme_id_table[] = {
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
{ PCI_DEVICE(0x1c5c, 0x174a), /* SK Hynix P31 SSD */
.driver_data = NVME_QUIRK_BOGUS_NID, },
+ { PCI_DEVICE(0x1c5c, 0x1D59), /* SK Hynix BC901 */
+ .driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
{ PCI_DEVICE(0x15b7, 0x2001), /* Sandisk Skyhawk */
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
{ PCI_DEVICE(0x1d97, 0x2263), /* SPCC */
--
2.25.1
********************************************************************************
CONFIDENTIALITY AND PROPRIETARY NOTICE: ALL RIGHTS RESERVED.
The information in this message (and any attachments) may contain confidential or proprietary information of the sender, her/his representing company, and its affiliated companies, and is private, privileged and confidential. It is intended only for the use of the designated recipient(s) named above. If the reader of this message is not the intended and/or designated recipient, you are hereby notified that you have received this message in error and that any review, dissemination, distribution, saving, forwarding or copying of this message (including its attachments) is strictly prohibited. If you have received this email communication in error, please notify the sender immediately and delete this communication entirely and destroy any and all copies of this message in your possession (whether hard copies or electronically stored copies from your computer or any device) to avoid any legal problems. Thank you for your cooperation.
********************************************************************************
機密性及專有性警語:版權所有。
此電子郵件及其所有附件(如有之)所含之資訊可能含有寄件者及其所代表公司和其關係企業的機密資訊。除本電子郵件傳送之指定及/或特定對象,其他人非經寄件者許可不得揭露、複製、散佈本郵件及其所有附件。若您非此郵件被指定及/或特定的收件者,或誤收,或在任何原因未經授權的情形下收到本郵件,請勿揭曉本郵件內容予任何人,並即通知原寄件者,亦請自您的電腦完全刪除此信件和任何已列印之文件,以免徒增不必要之法律困擾。謝謝您的合作。
next prev parent reply other threads:[~2023-11-28 23:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-28 2:57 [PATCH] nvme-pci: disable write zeroes for SK Hynix BC901 Jim.Lin
2023-11-28 3:03 ` Jim Lin 林志融
2023-11-28 23:51 ` hardaway.tseng [this message]
2023-11-29 0:09 ` Keith Busch
2023-11-29 3:51 ` hardaway.tseng
2023-12-20 6:04 ` hardaway.tseng
2024-01-03 7:36 ` hardaway.tseng
2023-11-28 12:57 ` Christoph Hellwig
2024-01-03 16:10 ` Keith Busch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=71aae1b4cb0441d0940a5e536f4ffce0@sk.com \
--to=hardaway.tseng@sk.com \
--cc=axboe@kernel.dk \
--cc=cj.chen@siliconmotion.com \
--cc=david.yeh@siliconmotion.com \
--cc=hch@lst.de \
--cc=ives.lu@sk.com \
--cc=jim.chihjung.lin@gmail.com \
--cc=jim.lin@siliconmotion.com \
--cc=kbusch@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-nvme@lists.infradead.org \
--cc=sagi@grimberg.me \
--cc=sangan.han@sk.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox