[PATCH] scsi: ufs: ufs-pci: Add support for Intel Nova Lake

Adrian Hunter posted 1 patch 1 month ago
drivers/ufs/host/ufshcd-pci.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] scsi: ufs: ufs-pci: Add support for Intel Nova Lake
Posted by Adrian Hunter 1 month ago
Add PCI ID to support Intel Nova Lake, same as Intel Meteor Lake (MTL).

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
---
 drivers/ufs/host/ufshcd-pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/ufs/host/ufshcd-pci.c b/drivers/ufs/host/ufshcd-pci.c
index 5f65dfad1a71..63f6b36b912f 100644
--- a/drivers/ufs/host/ufshcd-pci.c
+++ b/drivers/ufs/host/ufshcd-pci.c
@@ -695,6 +695,7 @@ static const struct pci_device_id ufshcd_pci_tbl[] = {
 	{ PCI_VDEVICE(INTEL, 0x7747), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
 	{ PCI_VDEVICE(INTEL, 0xE447), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
 	{ PCI_VDEVICE(INTEL, 0x4D47), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
+	{ PCI_VDEVICE(INTEL, 0xD335), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
 	{ }	/* terminate list */
 };
 
-- 
2.51.0
Re: [PATCH] scsi: ufs: ufs-pci: Add support for Intel Nova Lake
Posted by Martin K. Petersen 4 weeks ago
On Mon, 09 Mar 2026 10:58:15 +0200, Adrian Hunter wrote:

> Add PCI ID to support Intel Nova Lake, same as Intel Meteor Lake (MTL).
> 
> 

Applied to 7.1/scsi-queue, thanks!

[1/1] scsi: ufs: ufs-pci: Add support for Intel Nova Lake
      https://git.kernel.org/mkp/scsi/c/096cd6b7adf2

-- 
Martin K. Petersen
Re: [PATCH] scsi: ufs: ufs-pci: Add support for Intel Nova Lake
Posted by Martin K. Petersen 1 month ago
Adrian,

> Add PCI ID to support Intel Nova Lake, same as Intel Meteor Lake (MTL).

Applied to 7.1/scsi-staging, thanks!

-- 
Martin K. Petersen
Re: [PATCH] scsi: ufs: ufs-pci: Add support for Intel Nova Lake
Posted by Bart Van Assche 1 month ago
On 3/9/26 1:58 AM, Adrian Hunter wrote:
> Add PCI ID to support Intel Nova Lake, same as Intel Meteor Lake (MTL).
Reviewed-by: Bart Van Assche <bvanassche@acm.org>