public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Markus Niebel <list-09@tqsc.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH ] MMC: add MMC_VERSION_5_0
Date: Tue, 09 Dec 2014 11:04:55 +0100	[thread overview]
Message-ID: <5486C947.3020005@tqsc.de> (raw)
In-Reply-To: <1416320033-25434-1-git-send-email-list-09_u-boot@tqsc.de>

Am 18.11.2014 um 15:13 schrieb Markus Niebel:

Ping - any comments?

> From: Markus Niebel <Markus.Niebel@tq-group.com>
> 
> Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
> ---
>  drivers/mmc/mmc.c | 3 +++
>  include/mmc.h     | 1 +
>  2 files changed, 4 insertions(+)
> 
> diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
> index 24b0989..144c7f7 100644
> --- a/drivers/mmc/mmc.c
> +++ b/drivers/mmc/mmc.c
> @@ -1001,6 +1001,9 @@ static int mmc_startup(struct mmc *mmc)
>  		case 6:
>  			mmc->version = MMC_VERSION_4_5;
>  			break;
> +		case 7:
> +			mmc->version = MMC_VERSION_5_0;
> +			break;
>  		}
>  
>  		/*
> diff --git a/include/mmc.h b/include/mmc.h
> index cb91565..51ee24b 100644
> --- a/include/mmc.h
> +++ b/include/mmc.h
> @@ -31,6 +31,7 @@
>  #define MMC_VERSION_4_3		(MMC_VERSION_MMC | 0x403)
>  #define MMC_VERSION_4_41	(MMC_VERSION_MMC | 0x429)
>  #define MMC_VERSION_4_5		(MMC_VERSION_MMC | 0x405)
> +#define MMC_VERSION_5_0		(MMC_VERSION_MMC | 0x500)
>  
>  #define MMC_MODE_HS		(1 << 0)
>  #define MMC_MODE_HS_52MHz	(1 << 1)
> 

  parent reply	other threads:[~2014-12-09 10:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-18 14:13 [U-Boot] [PATCH ] MMC: add MMC_VERSION_5_0 Markus Niebel
2014-11-18 22:55 ` Jaehoon Chung
2014-12-09 10:04 ` Markus Niebel [this message]
2014-12-12 18:34 ` Pantelis Antoniou

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=5486C947.3020005@tqsc.de \
    --to=list-09@tqsc.de \
    --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