All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
To: Amit Singh Tomar <amittomer25@gmail.com>
Cc: xen-devel@lists.xenproject.org, julien.grall@arm.com,
	sstabellini@kernel.org, andre.przywara@arm.com
Subject: Re: [PATCH v2] xen/arm: Fix platform name to xilinx_zynqmp from xgene_storm
Date: Sun, 18 Mar 2018 16:00:10 +0100	[thread overview]
Message-ID: <20180318150010.GI26265@toto> (raw)
In-Reply-To: <1521364826-25757-1-git-send-email-amittomer25@gmail.com>

On Sun, Mar 18, 2018 at 02:50:26PM +0530, Amit Singh Tomar wrote:
> Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>

Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>


> ---
> Changes since v1:
> 	* Addressed Andre's comment.
> ---
>  xen/arch/arm/platforms/xilinx-zynqmp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/xen/arch/arm/platforms/xilinx-zynqmp.c b/xen/arch/arm/platforms/xilinx-zynqmp.c
> index 2adee91..d8ceded 100644
> --- a/xen/arch/arm/platforms/xilinx-zynqmp.c
> +++ b/xen/arch/arm/platforms/xilinx-zynqmp.c
> @@ -32,7 +32,7 @@ static const struct dt_device_match zynqmp_blacklist_dev[] __initconst =
>      { /* sentinel */ },
>  };
>  
> -PLATFORM_START(xgene_storm, "Xilinx ZynqMP")
> +PLATFORM_START(xilinx_zynqmp, "Xilinx ZynqMP")
>      .compatible = zynqmp_dt_compat,
>      .blacklist_dev = zynqmp_blacklist_dev,
>  PLATFORM_END
> -- 
> 1.9.1
> 

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  reply	other threads:[~2018-03-18 15:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-18  9:20 [PATCH v2] xen/arm: Fix platform name to xilinx_zynqmp from xgene_storm Amit Singh Tomar
2018-03-18 15:00 ` Edgar E. Iglesias [this message]
2018-03-19  9:23   ` Julien Grall

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=20180318150010.GI26265@toto \
    --to=edgar.iglesias@xilinx.com \
    --cc=amittomer25@gmail.com \
    --cc=andre.przywara@arm.com \
    --cc=julien.grall@arm.com \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.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 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.