[U-Boot] [PATCH v3] AT91: MCI: add SD/MMC driver using mmc framework
Reinhard Meyer
u-boot at emk-elektronik.de
Fri Sep 3 11:06:55 CEST 2010
Reinhard Meyer schrieb:
> This patch adds SD/MMC support to AT91SAM9260/9XE/9G20
> using the generic MMC framework.
>
> Signed-off-by: Reinhard Meyer <u-boot at emk-elektronik.de>
> ---
> The driver itself is not dependent on any particular AT91 or AVR32
> device, but further work in device specific files is
> required to enable its use for other AT91 (and AVR32) devices:
> at91<*>_devices.c, hardware.h, at91<*>.h.
> Patches welcome!
>
> arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 21 ++
> arch/arm/include/asm/arch-at91/at91_common.h | 1 +
> arch/arm/include/asm/arch-at91/clk.h | 5 +
> arch/arm/include/asm/arch-at91/hardware.h | 1 +
> doc/README.atmel_mci | 86 +++++
> drivers/mmc/Makefile | 5 +-
> drivers/mmc/atmel_mci.h | 48 +++-
> drivers/mmc/gen_atmel_mci.c | 353 +++++++++++++++++++++
> include/mmc.h | 15 +-
> 9 files changed, 530 insertions(+), 5 deletions(-)
Applied to u-boot-atmel/next
Thanks,
Reinhard
More information about the U-Boot
mailing list