mmc: i.MX23/28 patches
Sascha Hauer
s.hauer at pengutronix.de
Mon Feb 28 04:43:48 EST 2011
The following series cleans up the i.MX23/28 mmc driver.
Sascha Hauer (7):
mci i.MX23/28: rename driver to mxs.c
mci mxs: put only once used function inline
mci mxs: give functions a uniq mxs_mci_ namespace
mci mxs: rename mci_pdata to host
mci mxs: make the mci_host a member of mxs_mci_host
mci mxs: no need to call mxs_mci_setup_clock_speed in init
ARM tx28stk5: limit mmc max frequency to 25MHz
arch/arm/boards/chumby_falconwing/falconwing.c | 4 +-
arch/arm/boards/karo-tx28/tx28-stk5.c | 7 +-
arch/arm/mach-mxs/include/mach/mci.h | 2 +-
drivers/mci/Kconfig | 2 +-
drivers/mci/Makefile | 2 +-
drivers/mci/{stm378x.c => mxs.c} | 266 +++++++++++-------------
6 files changed, 135 insertions(+), 148 deletions(-)
rename drivers/mci/{stm378x.c => mxs.c} (71%)
More information about the barebox
mailing list