All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PCI: Add function 1 DMA alias quirk for 88SE9182
       [not found] <1302254871.144378.1463521541328.JavaMail.zimbra@xes-inc.com>
@ 2016-05-18 14:04 ` Aaron Sierra
  2016-06-10 23:58   ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Sierra @ 2016-05-18 14:04 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, Steven Graham

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>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] PCI: Add function 1 DMA alias quirk for 88SE9182
  2016-05-18 14:04 ` [PATCH] PCI: Add function 1 DMA alias quirk for 88SE9182 Aaron Sierra
@ 2016-06-10 23:58   ` Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2016-06-10 23:58 UTC (permalink / raw)
  To: Aaron Sierra; +Cc: Bjorn Helgaas, linux-pci, Steven Graham

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-10 23:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [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 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.