]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/4.14.31/pci-add-function-1-dma-alias-quirk-for-highpoint-rocketraid-644l.patch
Linux 4.14.124
[thirdparty/kernel/stable-queue.git] / releases / 4.14.31 / pci-add-function-1-dma-alias-quirk-for-highpoint-rocketraid-644l.patch
CommitLineData
c2ff0628
GKH
1From 1903be8222b7c278ca897c129ce477c1dd6403a8 Mon Sep 17 00:00:00 2001
2From: Hans de Goede <hdegoede@redhat.com>
3Date: Fri, 2 Mar 2018 11:36:33 +0100
4Subject: PCI: Add function 1 DMA alias quirk for Highpoint RocketRAID 644L
5
6From: Hans de Goede <hdegoede@redhat.com>
7
8commit 1903be8222b7c278ca897c129ce477c1dd6403a8 upstream.
9
10The Highpoint RocketRAID 644L uses a Marvel 88SE9235 controller, as with
11other Marvel controllers this needs a function 1 DMA alias quirk.
12
13Note the RocketRAID 642L uses the same Marvel 88SE9235 controller and
14already is listed with a function 1 DMA alias quirk.
15
16Cc: stable@vger.kernel.org
17BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1534106
18Signed-off-by: Hans de Goede <hdegoede@redhat.com>
19Acked-by: Bjorn Helgaas <bhelgaas@google.com>
20Signed-off-by: Tejun Heo <tj@kernel.org>
21Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
22
23---
24 drivers/pci/quirks.c | 2 ++
25 1 file changed, 2 insertions(+)
26
27--- a/drivers/pci/quirks.c
28+++ b/drivers/pci/quirks.c
29@@ -3899,6 +3899,8 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_M
30 quirk_dma_func1_alias);
31 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_TTI, 0x0642,
32 quirk_dma_func1_alias);
33+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_TTI, 0x0645,
34+ quirk_dma_func1_alias);
35 /* https://bugs.gentoo.org/show_bug.cgi?id=497630 */
36 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_JMICRON,
37 PCI_DEVICE_ID_JMICRON_JMB388_ESD,