Re: [PATCH v5 5/5] arm: exynos: Add MCPM call-back functions

2014-05-27 Thread Kukjin Kim
On 05/27/14 20:39, Kukjin Kim wrote: Arnd Bergmann wrote: On Monday 05 May 2014, Abhilash Kesavan wrote: +static const struct mcpm_platform_ops exynos_power_ops = { + .power_up = exynos_power_up, + .power_down = exynos_power_down, + .power_down_finis

RE: [PATCH v5 5/5] arm: exynos: Add MCPM call-back functions

2014-05-27 Thread Kukjin Kim
Arnd Bergmann wrote: > > On Monday 05 May 2014, Abhilash Kesavan wrote: > > +static const struct mcpm_platform_ops exynos_power_ops = { > > + .power_up = exynos_power_up, > > + .power_down = exynos_power_down, > > + .power_down_finish = exynos_power

Re: [PATCH v5 5/5] arm: exynos: Add MCPM call-back functions

2014-05-27 Thread Arnd Bergmann
On Monday 05 May 2014, Abhilash Kesavan wrote: > +static const struct mcpm_platform_ops exynos_power_ops = { > + .power_up = exynos_power_up, > + .power_down = exynos_power_down, > + .power_down_finish = exynos_power_down_finish, > +}; I'm getting

Re: [PATCH v5 5/5] arm: exynos: Add MCPM call-back functions

2014-05-05 Thread Nicolas Pitre
On Mon, 5 May 2014, Abhilash Kesavan wrote: > Add machine-dependent MCPM call-backs for Exynos5420. These are used > to power up/down the secondary CPUs during boot, shutdown, s2r and > switching. > > Signed-off-by: Thomas Abraham > Signed-off-by: Inderpal Singh > Signed-off-by: Andrew Brestick

[PATCH v5 5/5] arm: exynos: Add MCPM call-back functions

2014-05-05 Thread Abhilash Kesavan
Add machine-dependent MCPM call-backs for Exynos5420. These are used to power up/down the secondary CPUs during boot, shutdown, s2r and switching. Signed-off-by: Thomas Abraham Signed-off-by: Inderpal Singh Signed-off-by: Andrew Bresticker Signed-off-by: Abhilash Kesavan --- arch/arm/mach-exy