From: Sergei Shtylyov <sshtylyov@mvista.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3 3/5] mmc: sdhci: add mmc structure for host
Date: Sat, 08 Oct 2011 17:52:47 +0400 [thread overview]
Message-ID: <4E9055AF.8090201@mvista.com> (raw)
In-Reply-To: <1318081636-5372-4-git-send-email-leiwen@marvell.com>
Hello.
On 08-10-2011 17:47, Lei Wen wrote:
> So that sdhci host would tell in the driver that the mmc current
> attributes.
> Signed-off-by: Lei Wen<leiwen@marvell.com>
[...]
> diff --git a/include/sdhci.h b/include/sdhci.h
> index e84d2dc..e4e7ebe 100644
> --- a/include/sdhci.h
> +++ b/include/sdhci.h
> @@ -27,6 +27,7 @@
> #define __SDHCI_HW_H
>
> #include<asm/io.h>
> +#include<mmc.h>
Why remove empty line here?
> /*
> * Controller registers
> */
WBR, Sergei
next prev parent reply other threads:[~2011-10-08 13:52 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-03 9:01 [U-Boot] [PATCH 0/4] fix and enhancement patches for sdhci Lei Wen
2011-10-03 9:01 ` [U-Boot] [PATCH 1/4] mmc: sdhci: fix cache flush Lei Wen
2011-10-03 9:01 ` [U-Boot] [PATCH 2/4] mmc: sdhci: fix build warning Lei Wen
2011-10-03 10:45 ` Marek Vasut
2011-10-03 11:45 ` Lei Wen
2011-10-03 9:01 ` [U-Boot] [PATCH 3/4] mmc: sdhci: add mmc structure for host Lei Wen
2011-10-03 9:01 ` [U-Boot] [PATCH 4/4] mmc: sdhci: add timeout for data transfer Lei Wen
2011-10-04 6:32 ` [U-Boot] [PATCH V2 0/4] fix and enhancement patches for sdhci Lei Wen
2011-10-08 13:47 ` [U-Boot] [PATCH V3 0/5] " Lei Wen
2011-10-08 14:14 ` [U-Boot] [PATCH V4 " Lei Wen
2011-10-18 14:58 ` Lei Wen
2011-11-02 6:40 ` Lei Wen
2011-11-02 16:37 ` Fleming Andy-AFLEMING
2011-10-08 14:14 ` [U-Boot] [PATCH V4 1/5] mmc: sdhci: fix cache flush Lei Wen
2011-10-08 14:14 ` [U-Boot] [PATCH V4 2/5] mmc: sdhci: fix build warning Lei Wen
2011-10-08 14:14 ` [U-Boot] [PATCH V4 3/5] mmc: sdhci: add mmc structure for host Lei Wen
2011-10-08 14:14 ` [U-Boot] [PATCH V4 4/5] mmc: sdhci: add timeout for data transfer Lei Wen
2011-10-08 14:14 ` [U-Boot] [PATCH V4 5/5] mmc: sdhci: fix sdma bug for large file transfer Lei Wen
2011-10-08 13:47 ` [U-Boot] [PATCH V3 1/5] mmc: sdhci: fix cache flush Lei Wen
2011-10-08 13:47 ` [U-Boot] [PATCH V3 2/5] mmc: sdhci: fix build warning Lei Wen
2011-10-08 13:47 ` [U-Boot] [PATCH V3 3/5] mmc: sdhci: add mmc structure for host Lei Wen
2011-10-08 13:52 ` Sergei Shtylyov [this message]
2011-10-08 14:02 ` Lei Wen
2011-10-08 13:47 ` [U-Boot] [PATCH V3 4/5] mmc: sdhci: add timeout for data transfer Lei Wen
2011-10-08 13:47 ` [U-Boot] [PATCH V3 5/5] mmc: sdhci: fix sdma bug for large file transfer Lei Wen
2011-10-04 6:32 ` [U-Boot] [PATCH V2 1/4] mmc: sdhci: fix cache flush Lei Wen
2011-10-04 6:32 ` [U-Boot] [PATCH V2 2/4] mmc: sdhci: fix build warning Lei Wen
2011-10-04 7:02 ` [U-Boot] [PATCH V2.1 " Lei Wen
2011-10-04 6:32 ` [U-Boot] [PATCH V2 3/4] mmc: sdhci: add mmc structure for host Lei Wen
2011-10-04 6:32 ` [U-Boot] [PATCH V2 4/4] mmc: sdhci: add timeout for data transfer Lei Wen
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=4E9055AF.8090201@mvista.com \
--to=sshtylyov@mvista.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 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.