Message ID | CAK44p22LOnJx=bZRfdzAHt7X_snhJGrNoBuXOfsgwBHLLuUziA@mail.gmail.com |
---|---|
State | New |
Headers | show |
Hello Kukjim and Amit, Can you tell me the status of this patch? I based my core cpuidle consolidation patchset on these changes. My patchset seems to be acceptable now and I would like to do a git pull-request for linux-next, but I see these Exynos cpuidle changes have not yet made it to linux-next. Thanks, Rob
On 03/07/12 15:12, Rob Lee wrote: > Hello Kukjim and Amit, > > Can you tell me the status of this patch? I based my core cpuidle > consolidation patchset on these changes. My patchset seems to be > acceptable now and I would like to do a git pull-request for > linux-next, but I see these Exynos cpuidle changes have not yet made > it to linux-next. > Hi Rob, Probably, I missed merging its topic branch and I will do right now. I think you can see it in a couple of hours. Then, if any problems, please let me know. Thanks for your reminder. Best regards, Kgene. -- Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd.
On 02/23/12 03:49, Amit Kachhap wrote: > On 23 February 2012 11:54, Rob Lee<rob.lee@linaro.org> wrote: [...] > Hi Mr kim, > > Can this change be accommodated in the current patch series as below > or should i send a new patchset? > I did, Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. > --- a/arch/arm/mach-exynos/cpuidle.c > +++ b/arch/arm/mach-exynos/cpuidle.c > @@ -41,7 +41,7 @@ static int exynos4_enter_lowpower(struct cpuidle_device *dev, > struct cpuidle_driver *drv, > int index); > > -static struct cpuidle_state exynos4_cpuidle_set[] = { > +static struct cpuidle_state exynos4_cpuidle_set[] __initdata = { > [0] = { > .enter = exynos4_enter_idle, > .exit_latency = 1, > >
--- a/arch/arm/mach-exynos/cpuidle.c +++ b/arch/arm/mach-exynos/cpuidle.c @@ -41,7 +41,7 @@ static int exynos4_enter_lowpower(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index); -static struct cpuidle_state exynos4_cpuidle_set[] = { +static struct cpuidle_state exynos4_cpuidle_set[] __initdata = { [0] = { .enter = exynos4_enter_idle, .exit_latency = 1,