From: Seungwon Jeon Date: Wed, 23 Apr 2014 08:08:44 +0000 (+0900) Subject: mmc: rework selection of bus speed mode X-Git-Tag: omap-for-v3.16/fixes-against-rc1~65^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=577fb13199b11d8cd75609183649be4b5561243f;p=pandora-kernel.git mmc: rework selection of bus speed mode Current implementation for bus speed mode selection is too complicated. This patch is to simplify the codes and remove some duplicate parts. The following changes are including: * Adds functions for each mode selection(HS, HS-DDR, HS200 and etc) * Rearranged the mode selection sequence with supported device type * Adds maximum speed for HS200 mode(hs200_max_dtr) * Adds field definition for HS_TIMING of EXT_CSD Signed-off-by: Seungwon Jeon Tested-by: Jaehoon Chung Acked-by: Jaehoon Chung Signed-off-by: Ulf Hansson Signed-off-by: Chris Ball --- Reading git-diff-tree failed