From: Alex Williamson <alex.williamson@redhat.com>
To: Sakari Ailus <sakari.ailus@linux.intel.com>
Cc: iommu@lists.linux-foundation.org, linux-pci <linux-pci@vger.kernel.org>
Subject: Re: [PATCH 1/1] PCI: Add function 1 DMA alias quirk for Marvell 9120
Date: Thu, 21 May 2015 08:12:11 -0600 [thread overview]
Message-ID: <1432217531.11375.319.camel@redhat.com> (raw)
In-Reply-To: <555DAB52.5030401@linux.intel.com>
On Thu, 2015-05-21 at 12:54 +0300, Sakari Ailus wrote:
> Ping.
>
> (Cc Alex.)
You can add my ack, but the linux-pci list is the proper list to get
this upstream. I suggest resending it there. Thanks,
Ale
> Sakari Ailus wrote:
> > Marvell 9120 SATA controller has the same issue as a number of others, use
> > the same quirk for this one. The other quirks were added by patch
> > "PCI: Add function 1 DMA alias quirk for Marvell devices"
> > (commit id cc346a4714a59d08c118e8f33fd86692d3563133).
> >
> > Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: Alex Williamson <alex.williamson@redhat.com>
> > ---
> > Hi,
> >
> > I just booted the v4.0.1 kernel with intel-iommu enabled and had similar
> > issues as in the original bug report with Marvell 88SE9120 (rev 12). The
> > same quirk appears to work for that one as well.
> >
> > drivers/pci/quirks.c | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
> > index 85f247e..d4af5a8 100644
> > --- a/drivers/pci/quirks.c
> > +++ b/drivers/pci/quirks.c
> > @@ -3572,6 +3572,8 @@ static void quirk_dma_func1_alias(struct pci_dev *dev)
> > * SKUs this function is not present, making this a ghost requester.
> > * https://bugzilla.kernel.org/show_bug.cgi?id=42679
> > */
> > +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9120,
> > + quirk_dma_func1_alias);
> > DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9123,
> > quirk_dma_func1_alias);
> > /* https://bugzilla.kernel.org/show_bug.cgi?id=42679#c14 */
> >
>
>
next parent reply other threads:[~2015-05-21 14:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1430409392-32479-1-git-send-email-sakari.ailus@iki.fi>
[not found] ` <555DAB52.5030401@linux.intel.com>
2015-05-21 14:12 ` Alex Williamson [this message]
2015-05-21 14:14 ` [PATCH 1/1] PCI: Add function 1 DMA alias quirk for Marvell 9120 Sakari Ailus
2015-05-21 21:03 Sakari Ailus
2015-05-22 14:52 ` 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=1432217531.11375.319.camel@redhat.com \
--to=alex.williamson@redhat.com \
--cc=iommu@lists.linux-foundation.org \
--cc=linux-pci@vger.kernel.org \
--cc=sakari.ailus@linux.intel.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 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).