[U-Boot] [PATCH 08/10] mmc: some endianess fixes for generic mmc subsystem
Andy Fleming
afleming at gmail.com
Sat May 9 00:43:11 CEST 2009
On Wed, May 6, 2009 at 1:30 PM, Ilya Yanok <yanok at emcraft.com> wrote:
> We save response in the cpu order so we need to parse it in the
> cpu order too. Things fixed by this patch:
> 1. OCR_BUSY should be the highest bit in 32-bit response.
> 2. Proper "tran speed" calculation on LE systems (tran_exp and
> tran_mant should be in 96..98 and 99..102 bits of 128-bit
> response respectively).
> 3. Proper MMC version detection.
I believe all of these changes are in my tree, as well.
Andy
More information about the U-Boot
mailing list