Re: mwifiex card reset

2014-07-01 Thread Yuvaraj Cd
On Tue, Jul 1, 2014 at 12:27 PM, James Cameron wrote: > On Mon, Jun 30, 2014 at 11:44:29PM -0700, Bing Zhao wrote: >> I may have missed something, but doesn't the MMC_POWER_OFF and >> MMC_POWER_ON|UP handling in controller driver help? >> Anyway the clocks/GPIOs/regulators are sort of platform >>

Re: [PATCH 5/5] mmc: dw_mmc: use the mmc regulator API into core.c

2014-05-14 Thread Yuvaraj Cd
On Mon, May 12, 2014 at 4:44 PM, Jaehoon Chung wrote: > Use the mmc regulator API into core.c instead of enabling locally. > It can use the "vmmc", and optional "vqmmc". > > Signed-off-by: Jaehoon Chung > --- > drivers/mmc/host/dw_mmc.c | 61 > ++--- >

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: Re: [PATCH V3] ARM: dts: Add dwmmc DT nodes for exynos5420 SOC

2013-08-26 Thread YUVARAJ CD
--- Original Message --- Sender : Doug Anderson Date : Aug 24, 2013 09:18 (GMT+05:30) Title : Re: [PATCH V3] ARM: dts: Add dwmmc DT nodes for exynos5420 SOC Yuvaraj, On Thu, Aug 22, 2013 at 11:25 PM, Yuvaraj Cd wrote: >>> b.card-detect-delay >>>

Re: [PATCH V3] ARM: dts: Add dwmmc DT nodes for exynos5420 SOC

2013-08-22 Thread Yuvaraj Cd
On Fri, Aug 23, 2013 at 5:23 AM, Doug Anderson wrote: > Hi, > > Thanks for adding my Thomasz, > > On Thu, Aug 22, 2013 at 4:51 AM, Yuvaraj Kumar C D > wrote: >> This patch adds the device tree node entries for exynos5420 SOC. >> Exynos5420 has a different version of DWMMC controller,so a new >>

Re: [PATCH V2] ARM: dts: Add dwmmc DT nodes for exynos5420 SOC

2013-08-22 Thread Yuvaraj Cd
On Fri, Aug 23, 2013 at 4:36 AM, Tomasz Figa wrote: > On Thursday 22 of August 2013 12:24:58 Yuvaraj Kumar wrote: >> On Wed, Aug 21, 2013 at 4:00 PM, Tomasz Figa wrote: >> > Hi Yuvaraj, >> > >> > On Wednesday 21 of August 2013 12:13:53 Yuvaraj Kumar C D wrote: >> >> This patch adds the device tre

[PATCH V2 2/2] ARM: dts: Add dwmmc nodes in SOC specific dts file

2013-08-20 Thread yuvaraj . cd
From: Yuvaraj Kumar C D Exynos5 series SOC's have different versions of DWMMC controller. So dwmmc device nodes moved from Exynos5 SOC's common dts file to SOC specific dts file. changes since V1: 1.disable node by status = disabled in SOC file 2.enable node by status = okay in b

[PATCH V2 1/2] ARM: dts: remove dwmmc nodes from exynos5 common dts file.

2013-08-20 Thread yuvaraj . cd
From: Yuvaraj Kumar C D Exynos5 series SOC's 5250 and 5420 have different versions of DWMMC controller.So there is a new compatible string to distinguish between them.So these nodes should be moved out of Exynos5 series common device tree source. Changes since V1: none Signed-off-by: Yuvaraj Ku

Re: [PATCH] mmc: dw_mmc: enable controller interrupt before calling mmc_start_host

2012-10-25 Thread Yuvaraj CD
Yes,its legal name."Yuvaraj C D". On Wed, Oct 24, 2012 at 2:49 AM, Chris Ball wrote: > Hi, > > On Mon, Oct 08 2012, Yuvaraj CD wrote: >> As mmc_start_host is getting called before enabling the dw_mmc controller >> interrupt, there is a problem of missing the SDM

[PATCH] mmc: dw_mmc: enable controller interrupt before calling mmc_start_host

2012-10-08 Thread Yuvaraj CD
dw_mmc controller interrupt before mmc_start_host. Signed-off-by: Yuvaraj CD --- drivers/mmc/host/dw_mmc.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index a23af77..729c031 100644 --- a