Linux SCSI subsystem development
 help / color / mirror / Atom feed
* [PATCH] scsi: ufs: ufs-pci: Add AMD device ID support
@ 2026-06-01  9:53 Rajeshkumar Sambandham
  2026-06-01 10:26 ` Adrian Hunter
  0 siblings, 1 reply; 3+ messages in thread
From: Rajeshkumar Sambandham @ 2026-06-01  9:53 UTC (permalink / raw)
  To: James.Bottomley, martin.petersen, bvanassche, adrian.hunter,
	archana.patni, linux-scsi, linux-kernel
  Cc: Rajeshkumar Sambandham

Add PCI device ID 0x1022:0x1B29 for AMD UFS controllers.

Signed-off-by: Rajeshkumar Sambandham <Rajeshkumar.Sambandham@amd.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..9ad42e07a94a 100644
--- a/drivers/ufs/host/ufshcd-pci.c
+++ b/drivers/ufs/host/ufshcd-pci.c
@@ -684,6 +684,7 @@ static const struct pci_device_id ufshcd_pci_tbl[] = {
 	{ PCI_VENDOR_ID_REDHAT, 0x0013, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 		(kernel_ulong_t)&ufs_qemu_hba_vops },
 	{ PCI_VENDOR_ID_SAMSUNG, 0xC00C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
+	{ PCI_VENDOR_ID_AMD, 0x1B29, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
 	{ PCI_VDEVICE(INTEL, 0x9DFA), (kernel_ulong_t)&ufs_intel_cnl_hba_vops },
 	{ PCI_VDEVICE(INTEL, 0x4B41), (kernel_ulong_t)&ufs_intel_ehl_hba_vops },
 	{ PCI_VDEVICE(INTEL, 0x4B43), (kernel_ulong_t)&ufs_intel_ehl_hba_vops },
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] scsi: ufs: ufs-pci: Add AMD device ID support
  2026-06-01  9:53 [PATCH] scsi: ufs: ufs-pci: Add AMD device ID support Rajeshkumar Sambandham
@ 2026-06-01 10:26 ` Adrian Hunter
  2026-06-02  9:41   ` Rajeshkumar Sambandham
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Hunter @ 2026-06-01 10:26 UTC (permalink / raw)
  To: Rajeshkumar Sambandham, James.Bottomley, martin.petersen,
	bvanassche, archana.patni, linux-scsi, linux-kernel

On 01/06/2026 12:53, Rajeshkumar Sambandham wrote:
> Add PCI device ID 0x1022:0x1B29 for AMD UFS controllers.
> 
> Signed-off-by: Rajeshkumar Sambandham <Rajeshkumar.Sambandham@amd.com>

Does not apply anymore since "scsi: ufs: ufshcd-pci: Use PCI_VDEVICE
and named initializers for pci array"

> ---
>  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..9ad42e07a94a 100644
> --- a/drivers/ufs/host/ufshcd-pci.c
> +++ b/drivers/ufs/host/ufshcd-pci.c
> @@ -684,6 +684,7 @@ static const struct pci_device_id ufshcd_pci_tbl[] = {
>  	{ PCI_VENDOR_ID_REDHAT, 0x0013, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
>  		(kernel_ulong_t)&ufs_qemu_hba_vops },
>  	{ PCI_VENDOR_ID_SAMSUNG, 0xC00C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
> +	{ PCI_VENDOR_ID_AMD, 0x1B29, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
>  	{ PCI_VDEVICE(INTEL, 0x9DFA), (kernel_ulong_t)&ufs_intel_cnl_hba_vops },
>  	{ PCI_VDEVICE(INTEL, 0x4B41), (kernel_ulong_t)&ufs_intel_ehl_hba_vops },
>  	{ PCI_VDEVICE(INTEL, 0x4B43), (kernel_ulong_t)&ufs_intel_ehl_hba_vops },


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] scsi: ufs: ufs-pci: Add AMD device ID support
  2026-06-01 10:26 ` Adrian Hunter
@ 2026-06-02  9:41   ` Rajeshkumar Sambandham
  0 siblings, 0 replies; 3+ messages in thread
From: Rajeshkumar Sambandham @ 2026-06-02  9:41 UTC (permalink / raw)
  To: Adrian Hunter, James.Bottomley, martin.petersen, bvanassche,
	archana.patni, linux-scsi, linux-kernel


On 01-Jun-26 3:56 PM, Adrian Hunter wrote:
> On 01/06/2026 12:53, Rajeshkumar Sambandham wrote:
>> Add PCI device ID 0x1022:0x1B29 for AMD UFS controllers.
>>
>> Signed-off-by: Rajeshkumar Sambandham <Rajeshkumar.Sambandham@amd.com>
> Does not apply anymore since "scsi: ufs: ufshcd-pci: Use PCI_VDEVICE
> and named initializers for pci array"

Ack, I will update the patch accordingly and send v2.

>
>> ---
>>   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..9ad42e07a94a 100644
>> --- a/drivers/ufs/host/ufshcd-pci.c
>> +++ b/drivers/ufs/host/ufshcd-pci.c
>> @@ -684,6 +684,7 @@ static const struct pci_device_id ufshcd_pci_tbl[] = {
>>   	{ PCI_VENDOR_ID_REDHAT, 0x0013, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
>>   		(kernel_ulong_t)&ufs_qemu_hba_vops },
>>   	{ PCI_VENDOR_ID_SAMSUNG, 0xC00C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
>> +	{ PCI_VENDOR_ID_AMD, 0x1B29, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
>>   	{ PCI_VDEVICE(INTEL, 0x9DFA), (kernel_ulong_t)&ufs_intel_cnl_hba_vops },
>>   	{ PCI_VDEVICE(INTEL, 0x4B41), (kernel_ulong_t)&ufs_intel_ehl_hba_vops },
>>   	{ PCI_VDEVICE(INTEL, 0x4B43), (kernel_ulong_t)&ufs_intel_ehl_hba_vops },

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-06-02  9:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-01  9:53 [PATCH] scsi: ufs: ufs-pci: Add AMD device ID support Rajeshkumar Sambandham
2026-06-01 10:26 ` Adrian Hunter
2026-06-02  9:41   ` Rajeshkumar Sambandham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox