diff options
author | Juha Yrjola <juha.yrjola@solidboot.com> | 2008-03-26 16:08:57 -0400 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2008-04-18 20:05:28 +0200 |
commit | abfbe5f7854a083ca324282bf7e39f10bc438313 (patch) | |
tree | c2034a5437daa6fdc973fd2837fa892b4f55e80f /include | |
parent | 4bc9e35556bf4444014ba65b80abb2fb9f70899a (diff) | |
download | kernel_samsung_espresso10-abfbe5f7854a083ca324282bf7e39f10bc438313.zip kernel_samsung_espresso10-abfbe5f7854a083ca324282bf7e39f10bc438313.tar.gz kernel_samsung_espresso10-abfbe5f7854a083ca324282bf7e39f10bc438313.tar.bz2 |
MMC: OMAP: Introduce new multislot structure and change driver to use it
Introduce new MMC multislot structure and change driver to use it.
Note that MMC clocking is now enabled in mmc_omap_select_slot()
and disabled in mmc_omap_release_slot().
Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
Signed-off-by: Jarkko Lavinen <jarkko.lavinen@nokia.com>
Signed-off-by: Carlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-omap/mmc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap/mmc.h b/include/asm-arm/arch-omap/mmc.h index b70e37b..c9588f4 100644 --- a/include/asm-arm/arch-omap/mmc.h +++ b/include/asm-arm/arch-omap/mmc.h @@ -18,6 +18,8 @@ #define OMAP_MMC_MAX_SLOTS 2 struct omap_mmc_platform_data { + struct omap_mmc_conf conf; + unsigned enabled:1; /* number of slots on board */ unsigned nr_slots:2; |