From: "Alexander Shiyan" <shc_work@mail.ru>
To: "Jean-Christophe PLAGNIOL-VILLARD" <plagnioj@jcrosoft.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 1/1] mci: add Secure Digital Host Controller Interface support
Date: Wed, 24 Apr 2013 13:38:31 +0400 [thread overview]
Message-ID: <1366796311.337567399@f59.mail.ru> (raw)
In-Reply-To: <1366794547-29296-1-git-send-email-plagnioj@jcrosoft.com>
> as today more and more hw use it so import a sdhci implemetation based on
> linux.
>
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> ---
> drivers/mci/Kconfig | 12 +
> drivers/mci/Makefile | 1 +
> drivers/mci/sdhci.c | 829 ++++++++++++++++++++++++++++++++++++++++++++++++++
> drivers/mci/sdhci.h | 358 ++++++++++++++++++++++
> include/mci/sdhci.h | 135 ++++++++
> 5 files changed, 1335 insertions(+)
> create mode 100644 drivers/mci/sdhci.c
> create mode 100644 drivers/mci/sdhci.h
> create mode 100644 include/mci/sdhci.h
...
> +#ifdef CONFIG_MMC_SDHCI_IO_ACCESSORS
Where is this config option placed?
---
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2013-04-24 9:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-24 9:09 [PATCH 1/1] mci: add Secure Digital Host Controller Interface support Jean-Christophe PLAGNIOL-VILLARD
2013-04-24 9:38 ` Alexander Shiyan [this message]
2013-04-24 9:54 ` Sascha Hauer
2013-04-24 11:58 ` Jean-Christophe PLAGNIOL-VILLARD
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=1366796311.337567399@f59.mail.ru \
--to=shc_work@mail.ru \
--cc=barebox@lists.infradead.org \
--cc=plagnioj@jcrosoft.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 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.