summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com>2020-09-09 13:48:57 +0200
committerDragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com>2020-09-18 09:19:23 +0200
commit442538db71149c292712558d1ceedc22660f61f1 (patch)
tree1e241538ef35933634e1c365a39b14329f40ea82
parent18a6ac2634699280676c3e85892062e873229ccf (diff)
downloadenea-kernel-cache-442538db71149c292712558d1ceedc22660f61f1.tar.gz
Mark Atheros QCA6174 to avoid bus reset.
Change-Id: Id52863bf53947fd0bafb36892e299086bf0bd134 Signed-off-by: Dragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com>
-rw-r--r--patches/drivers/pci/0001-PCI-Mark-Atheros-QCA6174-to-avoid-bus-reset.patch25
-rw-r--r--patches/drivers/pci/quirks.scc1
2 files changed, 26 insertions, 0 deletions
diff --git a/patches/drivers/pci/0001-PCI-Mark-Atheros-QCA6174-to-avoid-bus-reset.patch b/patches/drivers/pci/0001-PCI-Mark-Atheros-QCA6174-to-avoid-bus-reset.patch
new file mode 100644
index 0000000..d491049
--- /dev/null
+++ b/patches/drivers/pci/0001-PCI-Mark-Atheros-QCA6174-to-avoid-bus-reset.patch
@@ -0,0 +1,25 @@
1From 4055e2739ebb8956b6f763a7cd5a9eb13b79ce34 Mon Sep 17 00:00:00 2001
2From: Dragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com>
3Date: Thu, 17 Sep 2020 11:21:09 +0200
4Subject: [PATCH] PCI: Mark Atheros QCA6174 to avoid bus reset
5
6Signed-off-by: Dragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com>
7---
8 drivers/pci/quirks.c | 1 +
9 1 file changed, 1 insertion(+)
10
11diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
12index 085fb787aa9e..9bc248d0a1fd 100644
13--- a/drivers/pci/quirks.c
14+++ b/drivers/pci/quirks.c
15@@ -3387,6 +3387,7 @@
16 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x003c, quirk_no_bus_reset);
17 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x0033, quirk_no_bus_reset);
18 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x0034, quirk_no_bus_reset);
19+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x003e, quirk_no_bus_reset);
20
21 static void quirk_no_pm_reset(struct pci_dev *dev)
22 {
23--
242.20.1
25
diff --git a/patches/drivers/pci/quirks.scc b/patches/drivers/pci/quirks.scc
new file mode 100644
index 0000000..1c6c698
--- /dev/null
+++ b/patches/drivers/pci/quirks.scc
@@ -0,0 +1 @@
patch 0001-PCI-Mark-Atheros-QCA6174-to-avoid-bus-reset.patch