projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b13a353
)
scsi: ufshdc-pci: Add Intel PCI IDs for EHL
author
Adrian Hunter
<adrian.hunter@intel.com>
Fri, 21 Jun 2019 12:19:42 +0000
(15:19 +0300)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Thu, 27 Jun 2019 02:42:28 +0000
(22:42 -0400)
Add more Intel PCI IDs.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/ufs/ufshcd-pci.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/ufs/ufshcd-pci.c
b/drivers/scsi/ufs/ufshcd-pci.c
index
ffe6f82
..
3b19de3
100644
(file)
--- a/
drivers/scsi/ufs/ufshcd-pci.c
+++ b/
drivers/scsi/ufs/ufshcd-pci.c
@@
-200,6
+200,8
@@
static const struct dev_pm_ops ufshcd_pci_pm_ops = {
static const struct pci_device_id ufshcd_pci_tbl[] = {
{ PCI_VENDOR_ID_SAMSUNG, 0xC00C, 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_cnl_hba_vops },
+ { PCI_VDEVICE(INTEL, 0x4B43), (kernel_ulong_t)&ufs_intel_cnl_hba_vops },
{ } /* terminate list */
};