Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PCI: Add function 1 DMA alias quirk for Marvell 9120

Marvell 9120 SATA controller has the same issue as a number of others, so
use the same quirk for this one. The other quirks were added by
cc346a4714a5 ("PCI: Add function 1 DMA alias quirk for Marvell devices").

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Alex Williamson <alex.williamson@redhat.com>

authored by

Sakari Ailus and committed by
Bjorn Helgaas
247de694 dca230d1

+2
+2
drivers/pci/quirks.c
··· 3572 3572 * SKUs this function is not present, making this a ghost requester. 3573 3573 * https://bugzilla.kernel.org/show_bug.cgi?id=42679 3574 3574 */ 3575 + DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9120, 3576 + quirk_dma_func1_alias); 3575 3577 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9123, 3576 3578 quirk_dma_func1_alias); 3577 3579 /* https://bugzilla.kernel.org/show_bug.cgi?id=42679#c14 */