mmc: dw_mmc: fix the max_blk_count in IDMAC
authorSeungwon Jeon <tgih.jun@samsung.com>
Mon, 22 Dec 2014 12:12:02 +0000 (17:42 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 19 Jan 2015 08:56:11 +0000 (09:56 +0100)
commit1a25b1b4199c477f1538f63c1da2b998323e274e
treed8f6e353befd8f5b94e6b09913783108a70f791b
parent9ef219c53f391ea72cd2fea836ac7cade23536eb
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 <tgih.jun@samsung.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/dw_mmc.c
This page took 0.024545 seconds and 5 git commands to generate.