]> git.ipfire.org Git - people/ms/u-boot.git/commit
MMC: Consolidate MMC/SD command definitions
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Thu, 22 May 2008 09:09:59 +0000 (11:09 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 28 Jun 2008 20:40:15 +0000 (22:40 +0200)
commit341188b9ccaa8d4462d772cc067aca8d7618633a
treed5a386491aed035ad5bf7667be7a3aa28a165123
parentfa60edfc4c952626e048c0e065f654b3c1822fa5
MMC: Consolidate MMC/SD command definitions

This moves the MMC and SD Card command definitions from
include/asm/arch/mmc.h into include/mmc.h. These definitions are
given by the MMC and SD Card standards, not by any particular
architecture.

There's a lot more room for consolidation in the MMC drivers which
I'm hoping to get done eventually, but this patch is a start.

Compile-tested for all avr32 boards as well as lpc2292sodimm and
lubbock. This should cover all three mmc drivers in the tree.

Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
cpu/at32ap/atmel_mci.c
cpu/pxa/mmc.c
include/asm-arm/arch-pxa/mmc.h
include/asm-avr32/arch-at32ap700x/mmc.h
include/mmc.h