diff mbox series

scsi: ufs: ufs-pci: Add support for Intel Panther Lake

Message ID 20240618073158.38504-1-adrian.hunter@intel.com (mailing list archive)
State Accepted
Headers show
Series scsi: ufs: ufs-pci: Add support for Intel Panther Lake | expand

Commit Message

Adrian Hunter June 18, 2024, 7:31 a.m. UTC
Add PCI ID to support Intel Panther Lake, same as MTL.

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

Comments

Bart Van Assche June 18, 2024, 4:24 p.m. UTC | #1
On 6/18/24 12:31 AM, Adrian Hunter wrote:
> Add PCI ID to support Intel Panther Lake, same as 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 0aca666d2199..ec675a13c73e 100644
> --- a/drivers/ufs/host/ufshcd-pci.c
> +++ b/drivers/ufs/host/ufshcd-pci.c
> @@ -602,6 +602,7 @@ static const struct pci_device_id ufshcd_pci_tbl[] = {
>   	{ PCI_VDEVICE(INTEL, 0x7E47), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
>   	{ PCI_VDEVICE(INTEL, 0xA847), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
>   	{ PCI_VDEVICE(INTEL, 0x7747), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
> +	{ PCI_VDEVICE(INTEL, 0xE447), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
>   	{ }	/* terminate list */
>   };

Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Martin K. Petersen June 27, 2024, 3:21 a.m. UTC | #2
Adrian,

> Add PCI ID to support Intel Panther Lake, same as MTL.

Applied to 6.11/scsi-staging, thanks!
Martin K. Petersen July 5, 2024, 3:53 a.m. UTC | #3
On Tue, 18 Jun 2024 10:31:58 +0300, Adrian Hunter wrote:

> Add PCI ID to support Intel Panther Lake, same as MTL.
> 
> 

Applied to 6.11/scsi-queue, thanks!

[1/1] scsi: ufs: ufs-pci: Add support for Intel Panther Lake
      https://git.kernel.org/mkp/scsi/c/bdee2f1dcd84
diff mbox series

Patch

diff --git a/drivers/ufs/host/ufshcd-pci.c b/drivers/ufs/host/ufshcd-pci.c
index 0aca666d2199..ec675a13c73e 100644
--- a/drivers/ufs/host/ufshcd-pci.c
+++ b/drivers/ufs/host/ufshcd-pci.c
@@ -602,6 +602,7 @@  static const struct pci_device_id ufshcd_pci_tbl[] = {
 	{ PCI_VDEVICE(INTEL, 0x7E47), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
 	{ PCI_VDEVICE(INTEL, 0xA847), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
 	{ PCI_VDEVICE(INTEL, 0x7747), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
+	{ PCI_VDEVICE(INTEL, 0xE447), (kernel_ulong_t)&ufs_intel_mtl_hba_vops },
 	{ }	/* terminate list */
 };