Re: [PATCH] scsi: ufs: ufs-pci: Add AMD device ID support

From: Adrian Hunter

Date: Mon Jun 01 2026 - 06:30:11 EST


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@xxxxxxx>

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 },