aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@iki.fi>2015-05-21 17:03:38 -0400
committerBjorn Helgaas <bhelgaas@google.com>2015-05-22 10:50:41 -0400
commit247de694349c2eeea11b8d8936541f5012a09318 (patch)
tree10cd176a92b8dc2763a66e52f206378db524b8cb
parentdca230d162e27386d2ff24438ef56c645e55bf44 (diff)
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>
-rw-r--r--drivers/pci/quirks.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index f126bd69396b..88d667995133 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -3572,6 +3572,8 @@ static void quirk_dma_func1_alias(struct pci_dev *dev)
3572 * SKUs this function is not present, making this a ghost requester. 3572 * SKUs this function is not present, making this a ghost requester.
3573 * https://bugzilla.kernel.org/show_bug.cgi?id=42679 3573 * https://bugzilla.kernel.org/show_bug.cgi?id=42679
3574 */ 3574 */
3575DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9120,
3576 quirk_dma_func1_alias);
3575DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9123, 3577DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9123,
3576 quirk_dma_func1_alias); 3578 quirk_dma_func1_alias);
3577/* https://bugzilla.kernel.org/show_bug.cgi?id=42679#c14 */ 3579/* https://bugzilla.kernel.org/show_bug.cgi?id=42679#c14 */