Re: [U-Boot] [PATCH 1/3] MMC: atmel_mci: refactor setting the mode register

2014-08-01 Thread Pantelis Antoniou
Hi Bo, On Jul 31, 2014, at 9:39 AM, Bo Shen wrote: > The mode register is different between MCI IP version. > So, according to MCI IP version to set the mode register. > > Signed-off-by: Bo Shen > --- > drivers/mmc/gen_atmel_mci.c | 56 + > include/atm

[U-Boot] [PATCH 1/3] MMC: atmel_mci: refactor setting the mode register

2014-07-30 Thread Bo Shen
The mode register is different between MCI IP version. So, according to MCI IP version to set the mode register. Signed-off-by: Bo Shen --- drivers/mmc/gen_atmel_mci.c | 56 + include/atmel_mci.h | 4 2 files changed, 46 insertions(+), 14