Re: [PATCH v2] mmc: dw_mmc: Add support for pre_req and post_req

2012-02-04 Thread Chris Ball
Hi, Adding Will and James for their review/ACK. Thanks, - Chris. On Thu, Jan 26 2012, Seungwon Jeon wrote: > This patch implements pre_req and post_req in dw_mmc > to support asynchronous mmc request. > > Signed-off-by: Seungwon Jeon > --- > Changes in v2: > Consider system DMA case as w

Re: [PATCH v2] mmc: dw_mmc: Add support for pre_req and post_req

2012-01-25 Thread Jaehoon Chung
This patch can get the benefit of performance. Looks good to me. Tested-by: Jaehoon Chung On 01/26/2012 04:32 PM, Seungwon Jeon wrote: > This patch implements pre_req and post_req in dw_mmc > to support asynchronous mmc request. > > Signed-off-by: Seungwon Jeon > --- > Changes in v2: >

[PATCH v2] mmc: dw_mmc: Add support for pre_req and post_req

2012-01-25 Thread Seungwon Jeon
This patch implements pre_req and post_req in dw_mmc to support asynchronous mmc request. Signed-off-by: Seungwon Jeon --- Changes in v2: Consider system DMA case as well as IDMAC. NOTE: Performance gains the following. Sequential read and write improve 23% and 5% respectively.