From: Seungwon Jeon Date: Tue, 22 May 2012 04:01:21 +0000 (+0900) Subject: mmc: dw_mmc: correct the calculation for CLKDIV X-Git-Tag: v3.5-rc4~28^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e419990b5e811027b1552cbc5b76a6cc180f7f48;p=pandora-kernel.git mmc: dw_mmc: correct the calculation for CLKDIV In case of "host->bus_hz < slot->clock", divider value is miscalculated. And clock divider register value is multiple of 2. If calculated divider value is odd number, result can be over-clocking. Signed-off-by: Seungwon Jeon Acked-by: Will Newton Signed-off-by: Chris Ball --- Reading git-diff-tree failed