From: Chris Blake <chrisrblake93@gmail.com>
To: linux-pci@vger.kernel.org
Cc: Chris Blake <chrisrblake93@gmail.com>
Subject: [PATCH 1/2] Add Quirk for Atheros AR9485 No Bus Reset
Date: Mon, 30 May 2016 07:26:37 -0500 [thread overview]
Message-ID: <1464611198-11494-2-git-send-email-chrisrblake93@gmail.com> (raw)
In-Reply-To: <1464611198-11494-1-git-send-email-chrisrblake93@gmail.com>
Similar to the AR93xx series, the AR94xx also has the same quirk for the
Bus Reset. Adding this will resolve the issue, and help in cases where
PCI Passthrough is used.
Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
---
drivers/pci/quirks.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index ee72ebe..35c824d 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -3189,13 +3189,14 @@ static void quirk_no_bus_reset(struct pci_dev *dev)
}
/*
- * Atheros AR93xx chips do not behave after a bus reset. The device will
- * throw a Link Down error on AER-capable systems and regardless of AER,
- * config space of the device is never accessible again and typically
- * causes the system to hang or reset when access is attempted.
+ * Some Atheros AR9xxx and QCA988x chips do not behave after a bus reset.
+ * The device will throw a Link Down error on AER-capable systems and
+ * regardless of AER, config space of the device is never accessible again
+ * and typically causes the system to hang or reset when access is attempted.
* http://www.spinics.net/lists/linux-pci/msg34797.html
*/
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x0030, quirk_no_bus_reset);
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x0032, quirk_no_bus_reset);
static void quirk_no_pm_reset(struct pci_dev *dev)
{
--
1.9.1
next prev parent reply other threads:[~2016-05-30 12:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-30 12:26 [PATCH 0/2] Add AR9485 & QCA988X to no_bus_reset quirk Chris Blake
2016-05-30 12:26 ` Chris Blake [this message]
2016-05-30 12:26 ` [PATCH 2/2] Add Quirk for Qualcom Atheros QCA9882 No Bus Reset Chris Blake
2016-06-11 0:15 ` [PATCH 0/2] Add AR9485 & QCA988X to no_bus_reset quirk Bjorn Helgaas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1464611198-11494-2-git-send-email-chrisrblake93@gmail.com \
--to=chrisrblake93@gmail.com \
--cc=linux-pci@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).