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