[PATCH] MMC: Fix multiblock SDIO transfers in AT91 MCI

2010-11-25 Thread Yauhen Kharuzhy
on by check opcode for SDIO CMD53 and set transfer type in AT91_MCI_CMDR register properly. This patch was tested with libertas SDIO driver: problem with TX timeouts on big packets was eliminated. Signed-off-by: Yauhen Kharuzhy --- arch/arm/mach-at91/include/mach/at91_mci.h |2 ++ driver

[PATCH] at91_mci: Enable 4-bit bus mode for AT91SAM9RL64 CPU

2009-12-24 Thread Yauhen Kharuzhy
AT91SAM9RL64 CPU has 4-bit SD/MMC mode support, so enable them. Signed-off-by: Yauhen Kharuzhy --- drivers/mmc/host/at91_mci.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/at91_mci.c b/drivers/mmc/host/at91_mci.c index 63924e0..cb4a63b 100644 --- a