All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sami Kantoluoto <sami.kantoluoto@embedtronics.fi>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] AT91: Add SD/MMC controller support
Date: Tue, 1 Sep 2009 14:57:46 +0300	[thread overview]
Message-ID: <20090901115746.GM16004@embedtronics.fi> (raw)
In-Reply-To: <1251794241-13397-1-git-send-email-albin.tonnerre@free-electrons.com>

On Tue, Sep 01, 2009 at 10:37:21AM +0200, Albin Tonnerre wrote:
> This patch allows to use the atmel_mci SD/MMC driver on the at91 architecture.
> It contains:
>  - initialization code for the MCI controller for all the supported AT91. It
>    allows the use of only one controller even if a SoC has two controllers
>    (anyway there's no support for it in atmel_mci as of now)
>  - the necessary get_mci_clk_rate function
>  - definition of MMCI_BASE for use in atmel_mci
>  - the cpu_mmc_init function. As of now this is not used, but will be required
>    when atmel_mci is ported to the new generic mmc API.
> 
> Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
> ---
>  cpu/arm926ejs/at91/at91cap9_devices.c       |   36 ++++++++++++++++++
>  cpu/arm926ejs/at91/at91sam9260_devices.c    |   27 +++++++++++++
>  cpu/arm926ejs/at91/at91sam9261_devices.c    |   18 +++++++++
>  cpu/arm926ejs/at91/at91sam9263_devices.c    |   54 +++++++++++++++++++++++++++
>  cpu/arm926ejs/at91/at91sam9m10g45_devices.c |   54 +++++++++++++++++++++++++++
>  cpu/arm926ejs/at91/at91sam9rl_devices.c     |   22 +++++++++++
>  cpu/arm926ejs/at91/cpu.c                    |    7 +++
>  include/asm-arm/arch-at91/at91_common.h     |    2 +
>  include/asm-arm/arch-at91/clk.h             |    5 ++
>  include/asm-arm/arch-at91/hardware.h        |   18 +++++++++
>  include/asm-arm/arch-at91/memory-map.h      |    1 +
>  11 files changed, 244 insertions(+), 0 deletions(-)

[snip]

> diff --git a/cpu/arm926ejs/at91/at91sam9260_devices.c b/cpu/arm926ejs/at91/at91sam9260_devices.c

For some reason this doesn't apply cleanly. I patched the file manually and
it worked.


     -sk

  reply	other threads:[~2009-09-01 11:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-01  8:37 [U-Boot] [PATCH] AT91: Add SD/MMC controller support Albin Tonnerre
2009-09-01 11:57 ` Sami Kantoluoto [this message]
2009-09-01 12:04   ` Sami Kantoluoto
2009-09-01 12:13     ` Albin Tonnerre

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=20090901115746.GM16004@embedtronics.fi \
    --to=sami.kantoluoto@embedtronics.fi \
    --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.