Commits
Faiz Abbas committed 1d43f28b98b
mmc: sdhci-omap: Fix Tuning procedure for temperatures < 20C According to the App note[1] detailing the tuning algorithm, for temperatures < 20C, the initial tuning value should be as min(largest value in LPW - 24, ceil(13/16 ratio of LPW)). The largest value in LPW is max_len - 1 and not max_len itself. Fix this implementation. [1] http://www.ti.com/lit/an/spraca9b/spraca9b.pdf Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>