public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Peng Fan <van.freenix@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V4 1/4] mmc: fsl_esdhc: correct type of wp_enable
Date: Fri, 7 Jul 2017 15:42:36 +0800	[thread overview]
Message-ID: <20170707074234.GA28648@linux-7smt.suse> (raw)
In-Reply-To: <1497261055-11413-1-git-send-email-peng.fan@nxp.com>

Ping..

Thanks,
Peng.
On Mon, Jun 12, 2017 at 05:50:52PM +0800, Peng Fan wrote:
>The type should be int, not u8. cfg->wp_enable will finally be
>assigned to priv->wp_enable whose type is int.
>
>Signed-off-by: Peng Fan <peng.fan@nxp.com>
>---
>
>V4:
> new
>
> include/fsl_esdhc.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/include/fsl_esdhc.h b/include/fsl_esdhc.h
>index e15d3ae..5550e00 100644
>--- a/include/fsl_esdhc.h
>+++ b/include/fsl_esdhc.h
>@@ -177,7 +177,7 @@ struct fsl_esdhc_cfg {
> 	phys_addr_t esdhc_base;
> 	u32	sdhc_clk;
> 	u8	max_bus_width;
>-	u8	wp_enable;
>+	int	wp_enable;
> 	struct mmc_config cfg;
> };
> 
>-- 
>2.6.2
>
>_______________________________________________
>U-Boot mailing list
>U-Boot at lists.denx.de
>https://lists.denx.de/listinfo/u-boot

  parent reply	other threads:[~2017-07-07  7:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-12  9:50 [U-Boot] [PATCH V4 1/4] mmc: fsl_esdhc: correct type of wp_enable Peng Fan
2017-06-12  9:50 ` [U-Boot] [PATCH V4 2/4] mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/O Peng Fan
2017-06-12  9:50 ` [U-Boot] [PATCH V4 3/4] dm: mmc: fsl_esdhc: handle vqmmc supply Peng Fan
2017-06-12  9:50 ` [U-Boot] [PATCH V4 4/4] mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT Peng Fan
2017-07-07  7:42 ` Peng Fan [this message]
2017-07-07  8:07   ` [U-Boot] [PATCH V4 1/4] mmc: fsl_esdhc: correct type of wp_enable Stefano Babic

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=20170707074234.GA28648@linux-7smt.suse \
    --to=van.freenix@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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