Re: [PATCH v2 1/7] mmc: dw_mmc: fix the max_blk_count in IDMAC

2014-04-14 Thread Jaehoon Chung
Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 03/26/2014 08:30 PM, Seungwon Jeon wrote: 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.

[PATCH v2 1/7] mmc: dw_mmc: fix the max_blk_count in IDMAC

2014-03-26 Thread Seungwon Jeon
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