Skip to content

Commit

Permalink
pci: add hotplug patch support for SOLIDIGM Aura10 AIC 0x025e:0x0b60
Browse files Browse the repository at this point in the history
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

Orabug: 36836653
Signed-off-by: Alan Adamson <[email protected]>
Reviewed-by: Prasad Singamsetty <[email protected]>
Reviewed-by: Himanshu Madhani <[email protected]>
Signed-off-by: Sherry Yang <[email protected]>

Cherry-pick for special build
Signed-off-by: Jack Vogel <[email protected]>
  • Loading branch information
alanpeterad authored and jfvogel committed Jul 12, 2024
1 parent 7d9dc7f commit e0485a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pci/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -6143,4 +6143,5 @@ static void quirk_shared_pcc_and_link_slot(struct pci_dev *pdev)
}
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x0b60, quirk_shared_pcc_and_link_slot);
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_SOLIDIGM, 0x2b59, quirk_shared_pcc_and_link_slot);
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_SOLIDIGM, 0x0b60, quirk_shared_pcc_and_link_slot);
#endif /* CONFIG_HOTPLUG_PCI_PCIE */

0 comments on commit e0485a0

Please sign in to comment.