From: Wolfram Sang Date: Tue, 26 Nov 2013 01:16:25 +0000 (+0100) Subject: mmc: core: sd: implement proper support for sd3.0 au sizes X-Git-Tag: v3.14-rc1~88^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9288cac05405a7da406097a44721aa4004609b4d;p=pandora-kernel.git mmc: core: sd: implement proper support for sd3.0 au sizes This reverts and updates commit 77776fd0a4cc541b9 ("mmc: sd: fix the maximum au_size for SD3.0"). The au_size for SD3.0 cannot be achieved by a simple bit shift, so this needs to be implemented differently. Also, don't print the warning in case of 0 since 'not defined' is different from 'invalid'. Signed-off-by: Wolfram Sang Acked-by: Jaehoon Chung Reviewed-by: H Hartley Sweeten Cc: stable # [3.12, 3.13] Signed-off-by: Chris Ball --- Reading git-diff-tree failed