Skip to content

Commit f0b102b

Browse files
alanpeteradvijay-suman
authored andcommitted
pci: add hotplug patch support for SOLIDIGM Aura10 AIC 0x025e:0x0b60
This patch includes the SOLIDIGM Aura10 AIC to the list of devices that needs to use the commit c7410ef "PCI: pciehp: Add quirk to handle spurious DLLSC on a x4x4 SSD" Vendor ID: 0x025e Device ID: 0x0b60 Subsystem ID: 0x48a3 Signed-off-by: Alan Adamson <[email protected]> Reviewed-by: Prasad Singamsetty <[email protected]> Reviewed-by: Himanshu Madhani <[email protected]> Signed-off-by: Brian Maly <[email protected]> Orabug: 36797601 (hand-merged) Signed-off-by: Alan Adamson <[email protected]> Reviewed-by: Himanshu Madhani <[email protected]>
1 parent cbe021a commit f0b102b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pci/quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6332,4 +6332,5 @@ static void quirk_shared_pcc_and_link_slot(struct pci_dev *pdev)
63326332
}
63336333
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x0b60, quirk_shared_pcc_and_link_slot);
63346334
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_SOLIDIGM, 0x2b59, quirk_shared_pcc_and_link_slot);
6335+
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_SOLIDIGM, 0x0b60, quirk_shared_pcc_and_link_slot);
63356336
#endif /* CONFIG_HOTPLUG_PCI_PCIE */

0 commit comments

Comments
 (0)