Re: [GIT PULL] Update dw-mmc controller

2015-09-16 Thread Alexey Brodkin
Hello, On Mon, 2015-08-17 at 12:32 +0200, Ulf Hansson wrote: > On 17 August 2015 at 12:12, Alexey Brodkin > wrote: > > Hi Ulf, > > > > On Mon, 2015-08-17 at 11:47 +0200, Ulf Hansson wrote: > > > On 10 August 2015 at 18:54, Jaehoon Chung wrote: > > &g

Re: [GIT PULL] Update dw-mmc controller

2015-08-17 Thread Alexey Brodkin
Hi Ulf, On Mon, 2015-08-17 at 12:32 +0200, Ulf Hansson wrote: > On 17 August 2015 at 12:12, Alexey Brodkin > wrote: > > Hi Ulf, > > > > On Mon, 2015-08-17 at 11:47 +0200, Ulf Hansson wrote: > > > On 10 August 2015 at 18:54, Jaehoon Chung wrote: > > &g

Re: [GIT PULL] Update dw-mmc controller

2015-08-17 Thread Alexey Brodkin
Hi Ulf, On Mon, 2015-08-17 at 11:47 +0200, Ulf Hansson wrote: > On 10 August 2015 at 18:54, Jaehoon Chung wrote: > > Dear, Ulf. > > > > Could you pull these patches into your repository? > > > > Best Regards, > > Jaehoon Chung > > Thanks! Pulled into my next branch. > > Kind regards > Uffe I

Re: [PATCH] mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is used

2015-07-09 Thread Alexey Brodkin
Hi Jaehoon, On Wed, 2015-07-08 at 11:45 +0300, Alexey Brodkin wrote: > > Let me know if that description makes sense to you. I'm wondering if you had a chance to look at my comments and if those comments make sense or you need more input from me. -Alexey-- To unsubscribe from this

Re: [PATCH] mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is used

2015-07-08 Thread Alexey Brodkin
Hi Jaehoon, On Wed, 2015-07-08 at 13:14 +0900, Jaehoon Chung wrote: > Hi, Alexey. > > On 06/25/2015 05:25 PM, Alexey Brodkin wrote: > > As per DW MobileStorage databook "each descriptor can transfer up to 4kB > > of data in chained mode", moreover buffer size that

Re: [PATCH] mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is used

2015-07-06 Thread Alexey Brodkin
Hi Jaehoon, On Wed, 2015-07-01 at 19:13 +0900, Jaehoon Chung wrote: > Hi, Alexey. > > Sorry for reviewing late. i missed this patch. > I will check your patch and reply at mailing. > Thanks a lot for noticing this. > > Best Regards, > Jaehoon Chung Please treat this as a polite reminder, would

Re: [PATCH] mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is used

2015-07-01 Thread Alexey Brodkin
Hi Jaehoon, Seungwon, Ulf, On Thu, 2015-06-25 at 11:25 +0300, Alexey Brodkin wrote: > As per DW MobileStorage databook "each descriptor can transfer up to > 4kB > of data in chained mode", moreover buffer size that is put in "des1" > is > limited to 13 b

[PATCH] mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is used

2015-06-25 Thread Alexey Brodkin
to dw_mmc never exeed 4kB limit - that explains why nobody ever faced a problem I did. Signed-off-by: Alexey Brodkin Cc: Seungwon Jeon Cc: Jaehoon Chung Cc: Ulf Hansson Cc: arc-linux-...@synopsys.com Cc: linux-ker...@vger.kernel.org --- drivers/mmc/host/dw_mmc.c | 109