linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dinh Nguyen <dinguyen@kernel.org>
To: bp@alien8.de
Cc: linux-kernel@vger.kernel.org, linux-edac@vger.kernel.org,
	Michal Simek <michal.simek@xilinx.com>
Subject: Re: [PATCHv4 1/4] EDAC/synopsys: use the quirk for version instead of ddr version
Date: Thu, 18 Nov 2021 16:43:55 -0600	[thread overview]
Message-ID: <778158cf-fbe9-0a65-7982-5372592e5ad2@kernel.org> (raw)
In-Reply-To: <20211012190709.1504152-1-dinguyen@kernel.org>

Hi Boris,

can you please take this series through your tree?

Thanks,
Dinh

On 10/12/21 2:07 PM, Dinh Nguyen wrote:
> Version 2.40a supports DDR_ECC_INTR_SUPPORT for a quirk, so use that
> quirk to determine a call to setup_address_map().
> 
> Reviewed-by: Michal Simek <michal.simek@xilinx.com>
> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
> ---
> v4: add Reviewed-by
> v3: new patch
> ---
>   drivers/edac/synopsys_edac.c | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/drivers/edac/synopsys_edac.c b/drivers/edac/synopsys_edac.c
> index 7e7146b22c16..bf237fccb444 100644
> --- a/drivers/edac/synopsys_edac.c
> +++ b/drivers/edac/synopsys_edac.c
> @@ -1352,8 +1352,7 @@ static int mc_probe(struct platform_device *pdev)
>   		}
>   	}
>   
> -	if (of_device_is_compatible(pdev->dev.of_node,
> -				    "xlnx,zynqmp-ddrc-2.40a"))
> +	if (priv->p_data->quirks & DDR_ECC_INTR_SUPPORT)
>   		setup_address_map(priv);
>   #endif
>   
> 

  parent reply	other threads:[~2021-11-18 22:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-12 19:07 [PATCHv4 1/4] EDAC/synopsys: use the quirk for version instead of ddr version Dinh Nguyen
2021-10-12 19:07 ` [PATCHv4 2/4] EDAC/synopsys: add support for version 3 of the Synopsys EDAC DDR Dinh Nguyen
2021-10-12 19:07 ` [PATCHv4 3/4] EDAC/synopsys: v3.80a of the synopsys edac contoller is also on the N5X Dinh Nguyen
2021-10-12 19:07 ` [PATCHv4 4/4] dt-bindings: memory: add entry for version 3.80a Dinh Nguyen
2021-11-18 22:43 ` Dinh Nguyen [this message]
2021-11-20 18:56   ` [PATCHv4 1/4] EDAC/synopsys: use the quirk for version instead of ddr version Borislav Petkov

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=778158cf-fbe9-0a65-7982-5372592e5ad2@kernel.org \
    --to=dinguyen@kernel.org \
    --cc=bp@alien8.de \
    --cc=linux-edac@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michal.simek@xilinx.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).