Re: [PATCH 1/2] ARM: EXYNOS: Support Suspend-to-RAM on EXYNOS5420

2013-12-20 Thread sunil joshi
Hi Abhilash, I saw another patch in chrome tree ..by Andrew Bresticker which may be relevant here .. Just wondering if you missed adding this ? or this is not needed ? You did not face any issue in getting core to suspend ? -

Re: [PATCH 1/2] ARM: EXYNOS: Support Suspend-to-RAM on EXYNOS5420

2013-12-20 Thread sunil joshi
Hi Abhilash, On Fri, Dec 20, 2013 at 5:08 PM, Abhilash Kesavan wrote: > Hi Sunil, > > On Fri, Dec 20, 2013 at 3:56 PM, sunil joshi wrote: >> Hi Abhilash, >> I saw another patch in chrome tree ..by Andrew Bresticker >> which may be relevant here .. >> >> J

Re: [PATCH 09/13] clk: exynos5420: register clocks using common clock framework

2013-06-10 Thread sunil joshi
Hi Chander, [snip] > + sclk_uart3 131 > + sclk_mmc0132 > + sclk_mmc1132 > + sclk_mmc2133 above 2 numbers got repeated. Doug had found this in chromium tree and fixed it. [ https://gerrit.chromium.org/gerrit/#/c/56626/] Pls fix the typo in next v

Re: [PATCH V3 0/2] Add pinctrl support to Exynos5420

2013-06-19 Thread sunil joshi
Tested these patches on SMDK 5420, works fine with MMC getting probed Tested-by : Sunil Joshi Regards Sunil On Wed, Jun 19, 2013 at 12:42 PM, Leela Krishna Amudala wrote: > This patchset adds the pinctrl support to Exynos5420. > This series is rebased and tested on for-next branch of

[PATCH] ARM: dts: Add device tree support for dwmmc

2013-06-19 Thread Sunil Joshi
From: Alim Akhtar This patch adds alias names, device tree nodes for dw-mmc controller for exynos5420 soc. Signed-off-by: Alim Akhtar Signed-off-by: Prathyush K Signed-off-by: Arun Kumar K Signed-off-by: Sunil Joshi --- .../devicetree/bindings/mmc/exynos-dw-mshc.txt |2 +- arch/arm

Re: [PATCH] ARM: dts: exynos5420: add ADC device tree node

2013-08-01 Thread sunil joshi
Hi Naveen, exynos5250.dtsi also needs this entry. Pls consider adding adc node in exynos5250.dtsi as well, and move the common content of adc node to exynos5.dtsi. Regards Sunil On Thu, Aug 1, 2013 at 2:58 PM, Naveen Krishna Chatradhi wrote: > From: Jaehoon Kim > > Add device tree node for ADC

Re: [PATCH V2 6/8] ARM: dts: exynos5420: add i2s controllers

2013-08-01 Thread sunil joshi
Padma, You may move the common stuff of I2S contents for 5250 & 5420 into exynos5.dtsi. Regards Sunil On Fri, Jul 26, 2013 at 7:06 PM, Padmavathi Venna wrote: > From: Andrew Bresticker > > This adds device-tree bindings for the i2s controllers on Exynos 5420. > > Signed-off-by: Andrew Bresticke