RE: [RESEND PATCH v4 2/2] ARM: EXYNOS: Refactor the pm code to use DT based lookup

2014-09-23 Thread Kukjin Kim
Bartlomiej Zolnierkiewicz wrote: > > Hi, > Hi, > On Tuesday, August 19, 2014 01:26:49 PM Vikas Sajjan wrote: > > Hi Kukjin, > > > > On Tue, Aug 19, 2014 at 12:22 PM, Vikas Sajjan > > wrote: > > > Refactoring the pm.c to avoid using "soc_is_exynos" checks, > > > instead use the DT based lookup.

Re: [RESEND PATCH v4 2/2] ARM: EXYNOS: Refactor the pm code to use DT based lookup

2014-09-14 Thread Vikas Sajjan
Hi kukjin, On Tue, Sep 9, 2014 at 11:24 AM, Vikas Sajjan wrote: > Hi Kukjin, > > On Wed, Sep 3, 2014 at 7:10 PM, Kukjin Kim wrote: >> Vikas Sajjan wrote: >>> >>> Hi, >>> >> Hi, >> >> Sorry for late response... >> >>> On Tue, Aug 19, 2014 at 3:05 PM, Bartlomiej Zolnierkiewicz >>> wrote: >>> > >

Re: [RESEND PATCH v4 2/2] ARM: EXYNOS: Refactor the pm code to use DT based lookup

2014-09-08 Thread Vikas Sajjan
Hi Kukjin, On Wed, Sep 3, 2014 at 7:10 PM, Kukjin Kim wrote: > Vikas Sajjan wrote: >> >> Hi, >> > Hi, > > Sorry for late response... > >> On Tue, Aug 19, 2014 at 3:05 PM, Bartlomiej Zolnierkiewicz >> wrote: >> > >> > Hi, >> > >> > On Tuesday, August 19, 2014 01:26:49 PM Vikas Sajjan wrote: >> >>

RE: [RESEND PATCH v4 2/2] ARM: EXYNOS: Refactor the pm code to use DT based lookup

2014-09-03 Thread Kukjin Kim
Vikas Sajjan wrote: > > Hi, > Hi, Sorry for late response... > On Tue, Aug 19, 2014 at 3:05 PM, Bartlomiej Zolnierkiewicz > wrote: > > > > Hi, > > > > On Tuesday, August 19, 2014 01:26:49 PM Vikas Sajjan wrote: > >> Hi Kukjin, > >> > >> On Tue, Aug 19, 2014 at 12:22 PM, Vikas Sajjan > >> wro

Re: [RESEND PATCH v4 2/2] ARM: EXYNOS: Refactor the pm code to use DT based lookup

2014-08-26 Thread Vikas Sajjan
Hi kukjin, On Tue, Aug 19, 2014 at 12:37 PM, Vikas Sajjan wrote: > Refactoring the pm.c to avoid using "soc_is_exynos" checks, > instead use the DT based lookup. > > While at it, consolidate the common code across SoCs > and create static helper functions. > > Signed-off-by: Vikas Sajjan > Revie

Re: [RESEND PATCH v4 2/2] ARM: EXYNOS: Refactor the pm code to use DT based lookup

2014-08-20 Thread Vikas Sajjan
Hi, On Tue, Aug 19, 2014 at 3:05 PM, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Tuesday, August 19, 2014 01:26:49 PM Vikas Sajjan wrote: >> Hi Kukjin, >> >> On Tue, Aug 19, 2014 at 12:22 PM, Vikas Sajjan >> wrote: >> > Refactoring the pm.c to avoid using "soc_is_exynos" checks, >> > instea

Re: [RESEND PATCH v4 2/2] ARM: EXYNOS: Refactor the pm code to use DT based lookup

2014-08-19 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday, August 19, 2014 01:26:49 PM Vikas Sajjan wrote: > Hi Kukjin, > > On Tue, Aug 19, 2014 at 12:22 PM, Vikas Sajjan > wrote: > > Refactoring the pm.c to avoid using "soc_is_exynos" checks, > > instead use the DT based lookup. > > > > While at it, consolidate the common code across

Re: [RESEND PATCH v4 2/2] ARM: EXYNOS: Refactor the pm code to use DT based lookup

2014-08-19 Thread Vikas Sajjan
Hi Kukjin, On Tue, Aug 19, 2014 at 12:22 PM, Vikas Sajjan wrote: > Refactoring the pm.c to avoid using "soc_is_exynos" checks, > instead use the DT based lookup. > > While at it, consolidate the common code across SoCs > and create static helper functions. > > Signed-off-by: Vikas Sajjan > Revie

[RESEND PATCH v4 2/2] ARM: EXYNOS: Refactor the pm code to use DT based lookup

2014-08-18 Thread Vikas Sajjan
Refactoring the pm.c to avoid using "soc_is_exynos" checks, instead use the DT based lookup. While at it, consolidate the common code across SoCs and create static helper functions. Signed-off-by: Vikas Sajjan Reviewed-by: Tomasz Figa --- arch/arm/mach-exynos/pm.c | 167