From: Seungwon Jeon Date: Mon, 22 Dec 2014 12:12:02 +0000 (+0530) Subject: mmc: dw_mmc: fix the max_blk_count in IDMAC X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~125^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a25b1b4199c477f1538f63c1da2b998323e274e;p=pandora-kernel.git mmc: dw_mmc: fix the max_blk_count in IDMAC Even though 1MB is reserved for descriptor table in IDMAC, the dw_mmc host driver is allowed to receive only maximum 128KB block length in one request. This is caused by setting improper max_blk_count. It needs to be e adjusted so that descriptor table is used fully. It is found that the performance is improved with the increased the max_blk_count. Signed-off-by: Seungwon Jeon Acked-by: Jaehoon Chung Signed-off-by: Alim Akhtar Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed