-
- Downloads
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>
Showing
- cpu/at32ap/atmel_mci.c 2 additions, 2 deletionscpu/at32ap/atmel_mci.c
- cpu/pxa/mmc.c 7 additions, 4 deletionscpu/pxa/mmc.c
- include/asm-arm/arch-pxa/mmc.h 0 additions, 17 deletionsinclude/asm-arm/arch-pxa/mmc.h
- include/asm-avr32/arch-at32ap700x/mmc.h 0 additions, 19 deletionsinclude/asm-avr32/arch-at32ap700x/mmc.h
- include/mmc.h 24 additions, 0 deletionsinclude/mmc.h
Please register or sign in to comment