From: Bjorn Helgaas <helgaas@kernel.org>
To: Aaron Sierra <asierra@xes-inc.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>,
linux-pci@vger.kernel.org, Steven Graham <sgraham@xes-inc.com>
Subject: Re: [PATCH] PCI: Add function 1 DMA alias quirk for 88SE9182
Date: Fri, 10 Jun 2016 18:58:14 -0500 [thread overview]
Message-ID: <20160610235814.GB16462@localhost> (raw)
In-Reply-To: <1362465642.29195.1463580259749.JavaMail.zimbra@xes-inc.com>
On Wed, May 18, 2016 at 09:04:19AM -0500, Aaron Sierra wrote:
> We found this quirk reported in the same thread as other Marvell
> devices, but no patch resulted:
>
> https://bugzilla.kernel.org/show_bug.cgi?id=42679#c78
>
> Signed-off-by: Steven Graham <sgraham@xes-inc.com>
> Signed-off-by: Aaron Sierra <asierra@xes-inc.com>
Applied to pci/virtualization for v4.8, thanks, Steven and Aaron.
> ---
> drivers/pci/quirks.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
> index 8e67802..90ac106 100644
> --- a/drivers/pci/quirks.c
> +++ b/drivers/pci/quirks.c
> @@ -3651,6 +3651,9 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9172,
> /* https://bugzilla.kernel.org/show_bug.cgi?id=42679#c59 */
> DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x917a,
> quirk_dma_func1_alias);
> +/* https://bugzilla.kernel.org/show_bug.cgi?id=42679#c78 */
> +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9182,
> + quirk_dma_func1_alias);
> /* https://bugzilla.kernel.org/show_bug.cgi?id=42679#c46 */
> DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x91a0,
> quirk_dma_func1_alias);
> --
> 1.9.1
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pci" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2016-06-10 23:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1302254871.144378.1463521541328.JavaMail.zimbra@xes-inc.com>
2016-05-18 14:04 ` [PATCH] PCI: Add function 1 DMA alias quirk for 88SE9182 Aaron Sierra
2016-06-10 23:58 ` Bjorn Helgaas [this message]
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=20160610235814.GB16462@localhost \
--to=helgaas@kernel.org \
--cc=asierra@xes-inc.com \
--cc=bhelgaas@google.com \
--cc=linux-pci@vger.kernel.org \
--cc=sgraham@xes-inc.com \
/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.