• Andy Shevchenko's avatar
    mmc: omap_hsmmc: fix a few bugs when setting the clock divisor · 5934df2f
    Andy Shevchenko authored
    There are two pieces of code which are similar, but not the same.
    Each of them contains a bug.
    
    The SYSCTL register should be read before writing to it in
    omap_hsmmc_context_restore() to retain the state of the reserved bits.
    
    Before setting the clock divisor and DTO bits the value from the SYSCTL
    register should be masked properly. We were lucky to have no problems
    with DTO bits. So, make sure we have clear DTO bits properly in
    omap_hsmmc_set_ios().
    
    Additionally get rid of msleep(1). The actual time is rarely higher
    than 30us on OMAP 3630.
    
    The resulting pieces of code are refactored into the
    omap_hsmmc_set_clock() function.
    Signed-off-by: default avatarAndy Shevchenko <ext-andriy.shevchenko@nokia.com>
    Signed-off-by: default avatarAdrian Hunter <adrian.hunter@nokia.com>
    Signed-off-by: default avatarChris Ball <cjb@laptop.org>
    5934df2f
omap_hsmmc.c 55.8 KB