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 a

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, +

[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 thomas...@samsung.com Signed-off-by: Inderpal Singh inderpa...@samsung.com Signed-off-by: Andrew Bresticker

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 thomas...@samsung.com Signed-off-by: Inderpal Singh