linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Helgaas <helgaas@kernel.org>
To: linux-pci@vger.kernel.org
Cc: John Smith <LK7S2ED64JHGLKj75shg9klejHWG49h5hk@protonmail.com>,
	Bjorn Helgaas <bhelgaas@google.com>
Subject: Re: [PATCH] PCI: Add function 1 DMA alias quirk for Marvell 9215 SATA controller
Date: Fri, 13 Nov 2020 14:48:59 -0600	[thread overview]
Message-ID: <20201113204859.GA1134115@bjorn-Precision-5520> (raw)
In-Reply-To: <20201110220516.697934-1-helgaas@kernel.org>

On Tue, Nov 10, 2020 at 04:05:16PM -0600, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
> 
> Add function 1 DMA alias quirk for Marvell 88SS9215 PCIe SSD Controller.
> 
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=42679#c135
> Reported-by: John Smith <LK7S2ED64JHGLKj75shg9klejHWG49h5hk@protonmail.com>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

Applied to for-linus for v5.10.

> ---
>  drivers/pci/quirks.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
> index f70692ac79c5..4d683a28b29f 100644
> --- a/drivers/pci/quirks.c
> +++ b/drivers/pci/quirks.c
> @@ -3998,6 +3998,9 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9183,
>  /* https://bugzilla.kernel.org/show_bug.cgi?id=42679#c46 */
>  DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x91a0,
>  			 quirk_dma_func1_alias);
> +/* https://bugzilla.kernel.org/show_bug.cgi?id=42679#c135 */
> +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9215,
> +			 quirk_dma_func1_alias);
>  /* https://bugzilla.kernel.org/show_bug.cgi?id=42679#c127 */
>  DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MARVELL_EXT, 0x9220,
>  			 quirk_dma_func1_alias);
> -- 
> 2.25.1
> 

  reply	other threads:[~2020-11-13 20:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-10 22:05 [PATCH] PCI: Add function 1 DMA alias quirk for Marvell 9215 SATA controller Bjorn Helgaas
2020-11-13 20:48 ` Bjorn Helgaas [this message]
2020-12-15 21:13   ` 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=20201113204859.GA1134115@bjorn-Precision-5520 \
    --to=helgaas@kernel.org \
    --cc=LK7S2ED64JHGLKj75shg9klejHWG49h5hk@protonmail.com \
    --cc=bhelgaas@google.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 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).