From: Anton Vorontsov Date: Tue, 22 Sep 2009 23:45:10 +0000 (-0700) Subject: sdhci-of: fix SD clock calculation X-Git-Tag: v2.6.32-rc1~333 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e5df7525d0705dfbfded0c10a7b87b0a754a35d;p=pandora-kernel.git sdhci-of: fix SD clock calculation Linear divisor's values in a register start at 0 (zero means "divide by 1"). Before this patch the code didn't account that fact, so SD cards were running underclocked. Signed-off-by: Anton Vorontsov Cc: Pierre Ossman Cc: Kumar Gala Cc: David Vrabel Cc: Ben Dooks Cc: Sascha Hauer Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed