All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Blake <chrisrblake93@gmail.com>
To: linux-pci@vger.kernel.org
Cc: Chris Blake <chrisrblake93@gmail.com>
Subject: [PATCH 2/2] Add Quirk for Qualcom Atheros QCA9882 No Bus Reset
Date: Mon, 30 May 2016 07:26:38 -0500	[thread overview]
Message-ID: <1464611198-11494-3-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 Qualcom QCA988x 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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 35c824d..7902fbf 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -3197,6 +3197,7 @@ static void quirk_no_bus_reset(struct pci_dev *dev)
  */
 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);
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATHEROS, 0x003c, quirk_no_bus_reset);

 static void quirk_no_pm_reset(struct pci_dev *dev)
 {
--
1.9.1

  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 ` [PATCH 1/2] Add Quirk for Atheros AR9485 No Bus Reset Chris Blake
2016-05-30 12:26 ` Chris Blake [this message]
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-3-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.