From: Eric Xu <hong.xu@atmel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] AT91SAM9260/9XE: add support for MultiMedia Card Interface (MCI)
Date: Mon, 05 Jul 2010 14:09:15 +0800 [thread overview]
Message-ID: <4C31770B.1020407@atmel.com> (raw)
In-Reply-To: <4C308A84.2040208@emk-elektronik.de>
Dear Reinhard,
Could you please rebase your code to master@
git://git.denx.de/u-boot-at91.git ?
Thanks!
BR,
Eric
Reinhard Meyer (-VC) wrote:
>
> This patch adds support for the Atmel MultiMedia Card Interface (MCI)
> in AT91SAM9260 and AT91SAM9XE SoCs and preserves the original support
> for the AVR32AP700x SoCs.
> It patches the original atmel_mci.c driver to remove byte order and
> toolchain dependencies and makes it a common MCI driver for
> Atmels AVR32AP7000 and AT91SAM9260 based SoCs.
> The driver itself is not specific to those SoCs and should work with
> other Atmel devices having an identical MultiMedia Card Interface (MCI),
> provided the functions get_mci_clk_rate() and <SoC>_mci_hw_init() are
> defined.
>
> Tested on AT91SAM9XE-EK (AT91SAM9XE512)
> Tested on ATNGW100 (AVR32AP7000)
>
> Signed-off-by: Reinhard Meyer <reinhard.meyer@emk-elektronik.de>
> ---
> arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 20 ++++
> arch/arm/include/asm/arch-at91/clk.h | 5 +
> arch/arm/include/asm/arch-at91/hardware.h | 1 +
> doc/README.atmel_mci | 68 +++++++++++++
> drivers/mmc/atmel_mci.c | 112
> ++++++++++-----------
> drivers/mmc/atmel_mci.h | 6 +-
> include/mmc.h | 93
> ++++++++++-------
> 7 files changed, 207 insertions(+), 98 deletions(-)
> create mode 100644 doc/README.atmel_mci
>
next prev parent reply other threads:[~2010-07-05 6:09 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-04 13:20 [U-Boot] [PATCH] AT91SAM9260/9XE: add support for MultiMedia Card Interface (MCI) Reinhard Meyer
2010-07-05 6:09 ` Eric Xu [this message]
2010-07-05 8:58 ` Reinhard Meyer
2010-07-05 9:59 ` Wolfgang Denk
2010-07-05 10:30 ` [U-Boot] 答复: " Xu, Hong
2010-07-05 12:46 ` Wolfgang Denk
2010-07-05 14:05 ` [U-Boot] " Xu, Hong
2010-08-09 15:40 ` [U-Boot] [PATCH v2] AT91: add SD/MMC support Reinhard Meyer
2010-08-09 15:45 ` [U-Boot] [PATCH v2a] " Reinhard Meyer
[not found] ` <0F5F73E36031FD46AD3F2E6948F0C0A0041798F7@frimb01.corp.atmel.com>
2010-08-10 3:24 ` Reinhard Meyer
[not found] ` <0F5F73E36031FD46AD3F2E6948F0C0A004179996@frimb01.corp.atmel.com>
2010-08-10 4:02 ` Reinhard Meyer
2010-08-10 12:53 ` Reinhard Meyer
2010-08-13 10:18 ` asc0
2010-08-13 11:17 ` Reinhard Meyer
2010-08-13 11:56 ` Schleifer, Alexander
2010-08-13 18:31 ` Reinhard Meyer
2010-08-14 9:43 ` Reinhard Meyer
2010-08-16 9:22 ` Schleifer, Alexander
2010-08-16 10:16 ` Reinhard Meyer
2010-08-16 10:43 ` Wolfgang Denk
2010-08-16 10:51 ` Reinhard Meyer
2010-08-16 12:32 ` Wolfgang Denk
2010-08-17 10:12 ` Schleifer, Alexander
2010-08-17 10:42 ` Reinhard Meyer
2010-08-17 14:04 ` [U-Boot] [PATCH v3] AT91: MCI: add SD/MMC driver using mmc framework Reinhard Meyer
2010-09-03 9:06 ` Reinhard Meyer
2010-08-16 2:04 ` [U-Boot] [PATCH v2a] AT91: add SD/MMC support Xu, Hong
2010-08-16 9:34 ` Schleifer, Alexander
-- strict thread matches above, loose matches on Subject: below --
2010-07-15 18:57 [U-Boot] [PATCH] AT91SAM9260/9XE: add support for MultiMedia Card Interface (MCI) William C. Landolina
2010-07-15 19:10 ` Reinhard Meyer
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=4C31770B.1020407@atmel.com \
--to=hong.xu@atmel.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.