Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1462557 > unrolled thread
| Started by | Wenbo Wang <wenbo.wang@memblaze.com> |
|---|---|
| First post | 2016-08-15 07:40 +0200 |
| Last post | 2016-08-15 17:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
RE: [PATCH] nvme/quirk: Add a delay before checking device ready for memblaze device Wenbo Wang <wenbo.wang@memblaze.com> - 2016-08-15 07:40 +0200
Re: [PATCH] nvme/quirk: Add a delay before checking device ready for memblaze device Keith Busch <keith.busch@intel.com> - 2016-08-15 17:00 +0200
| From | Wenbo Wang <wenbo.wang@memblaze.com> |
|---|---|
| Date | 2016-08-15 07:40 +0200 |
| Subject | RE: [PATCH] nvme/quirk: Add a delay before checking device ready for memblaze device |
| Message-ID | <s6iMV-1tL-1@gated-at.bofh.it> |
Keith,
Is this patch accepted? Thanks.
-----Original Message-----
From: Wenbo Wang
Sent: Tuesday, August 9, 2016 11:18 AM
To: 'keith.busch@intel.com'; 'axboe@fb.com'
Cc: linux-nvme@lists.infradead.org; linux-kernel@vger.kernel.org
Subject: [PATCH] nvme/quirk: Add a delay before checking device ready for memblaze device
Add a delay before checking device ready for memblaze device
Signed-off-by: Wenbo Wang <wenbo.wang@memblaze.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 c82282f..ab90e5f 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -2154,6 +2154,8 @@ static const struct pci_device_id nvme_id_table[] = {
.driver_data = NVME_QUIRK_IDENTIFY_CNS, },
{ PCI_DEVICE(0x1c58, 0x0003), /* HGST adapter */
.driver_data = NVME_QUIRK_DELAY_BEFORE_CHK_RDY, },
+ { PCI_DEVICE(0x1c5f, 0x0540), /* Memblaze Pblaze4 adapter */
+ .driver_data = NVME_QUIRK_DELAY_BEFORE_CHK_RDY, },
{ PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_EXPRESS, 0xffffff) },
{ PCI_DEVICE(PCI_VENDOR_ID_APPLE, 0x2001) },
{ 0, }
--
1.8.3.1
[toc] | [next] | [standalone]
| From | Keith Busch <keith.busch@intel.com> |
|---|---|
| Date | 2016-08-15 17:00 +0200 |
| Message-ID | <s6rwS-6RO-29@gated-at.bofh.it> |
| In reply to | #1462557 |
On Mon, Aug 15, 2016 at 05:21:07AM +0000, Wenbo Wang wrote: > Keith, > > Is this patch accepted? Thanks. The patch looks fine, though Jens has to apply these. I'm just an ostensibly glorified reviewer. :) Reviewed-by: Keith Busch <keith.busch@intel.com>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web