[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAErSpo5XNcw4sKdYrmg26N=qkvA9ysspy2kKf+bCv0KfKEGY8Q@mail.gmail.com>
Date: Mon, 9 Jun 2014 14:04:30 -0600
From: Bjorn Helgaas <bhelgaas@...gle.com>
To: Alex Williamson <alex.williamson@...hat.com>
Cc: "linux-pci@...r.kernel.org" <linux-pci@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
rwarsow@....de
Subject: Re: [PATCH] PCI: Add bridge DMA alias quirk for ITE bridge
On Mon, Jun 9, 2014 at 12:43 PM, Alex Williamson
<alex.williamson@...hat.com> wrote:
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=73551
> Reported-by: rwarsow@....de
> Tested-by: rwarsow@....de
> Signed-off-by: Alex Williamson <alex.williamson@...hat.com>
Added to pci/iommu for v3.16, thanks!
> ---
>
> One more for the pci/iommu branch
>
> drivers/pci/quirks.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
> index ab620ac..533cd0d 100644
> --- a/drivers/pci/quirks.c
> +++ b/drivers/pci/quirks.c
> @@ -3407,6 +3407,8 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ASMEDIA, 0x1080,
> quirk_use_pcie_bridge_dma_alias);
> /* Tundra 8113, https://bugzilla.kernel.org/show_bug.cgi?id=44881#c43 */
> DECLARE_PCI_FIXUP_HEADER(0x10e3, 0x8113, quirk_use_pcie_bridge_dma_alias);
> +/* ITE 8892, https://bugzilla.kernel.org/show_bug.cgi?id=73551 */
> +DECLARE_PCI_FIXUP_HEADER(0x1283, 0x8892, quirk_use_pcie_bridge_dma_alias);
>
> static struct pci_dev *pci_func_0_dma_source(struct pci_dev *dev)
> {
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists