Re: [PATCH V2] mmc: dw_mmc: exynos: Turn SDIO interrupts on

2014-04-22 Thread Yuvaraj Cd
On Wed, Apr 23, 2014 at 9:42 AM, Alim Akhtar wrote: > Hi Yuvaraj, > > On Mon, Mar 24, 2014 at 10:12 AM, Yuvaraj Kumar wrote: >> On Mon, Mar 24, 2014 at 9:59 AM, Jaehoon Chung >> wrote: >>> Hi, Yuvaraj. >>> >>> NACK. we can use "mmc_of_parese()". >> Thanks Jaehoon for the pointer.I will use "mmc

Re: [PATCH V2] mmc: dw_mmc: exynos: Turn SDIO interrupts on

2014-04-22 Thread Alim Akhtar
Hi Yuvaraj, On Mon, Mar 24, 2014 at 10:12 AM, Yuvaraj Kumar wrote: > On Mon, Mar 24, 2014 at 9:59 AM, Jaehoon Chung wrote: >> Hi, Yuvaraj. >> >> NACK. we can use "mmc_of_parese()". > Thanks Jaehoon for the pointer.I will use "mmc_of_parse()". Are you planning to re-spin this patch? Now Jaehoon's

Re: [PATCH V2] mmc: dw_mmc: exynos: Turn SDIO interrupts on

2014-03-23 Thread Yuvaraj Kumar
On Mon, Mar 24, 2014 at 9:59 AM, Jaehoon Chung wrote: > Hi, Yuvaraj. > > NACK. we can use "mmc_of_parese()". Thanks Jaehoon for the pointer.I will use "mmc_of_parse()". > > I have sent the patch that use "mmc_of_parse()". > https://patchwork.kernel.org/patch/3750681/ > > Best Regards, > Jaehoon Ch

Re: [PATCH V2] mmc: dw_mmc: exynos: Turn SDIO interrupts on

2014-03-23 Thread Jaehoon Chung
Hi, Yuvaraj. NACK. we can use "mmc_of_parese()". I have sent the patch that use "mmc_of_parse()". https://patchwork.kernel.org/patch/3750681/ Best Regards, Jaehoon Chung On 03/24/2014 01:23 PM, Yuvaraj Kumar C D wrote: > The mmc part in exynos supports SDIO interrupts and they work fine, so > t

[PATCH V2] mmc: dw_mmc: exynos: Turn SDIO interrupts on

2014-03-23 Thread Yuvaraj Kumar C D
The mmc part in exynos supports SDIO interrupts and they work fine, so turn the capability on. With this I see download speeds increase about 10x. This V1 of this patch is posted to LKML at https://patchwork.kernel.org/patch/2429661/) by Doug Anderson. Signed-off-by: Doug Anderson Sign