From: Seungwon Jeon Date: Fri, 30 Aug 2013 15:13:31 +0000 (+0900) Subject: mmc: dw_mmc: set the supported max/min frequency X-Git-Tag: v3.13-rc1~50^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f44a2a55787faa08a50266fa5dc99f0dcd36b7c;p=pandora-kernel.git mmc: dw_mmc: set the supported max/min frequency Both f_max and f_min will be informed for core layer to request valid clock rate. But current setting from 'host->bus_hz' may not represent the max/min frequency properly. Even if host can actually support high speed than bus_hz, core layer will not request clock rate over bus_hz. Basically, f_max/f_min can be set with the values according to spec. And then host will make its best effort to meet the rate. Signed-off-by: Seungwon Jeon Tested-by: Alim Akhtar Signed-off-by: Chris Ball --- Reading git-diff-tree failed