Re: [RFC 1/4] cpuidle: define the enter function in the driver structure

2012-06-14 Thread Namhyung Kim
Hi, On Fri, 8 Jun 2012 18:02:42 +0200, Daniel Lezcano wrote: > We have the state index passed as parameter to the 'enter' function. > Most of the drivers assign their 'enter' functions several times in > the cpuidle_state structure, as we have the index, we can delegate > to the driver to handle

Re: [RFC 1/4] cpuidle: define the enter function in the driver structure

2012-06-14 Thread Daniel Lezcano
On 06/14/2012 09:49 AM, Namhyung Kim wrote: > Hi, > > On Fri, 8 Jun 2012 18:02:42 +0200, Daniel Lezcano wrote: >> We have the state index passed as parameter to the 'enter' function. >> Most of the drivers assign their 'enter' functions several times in >> the cpuidle_state structure, as we have

Re: Linaro Release 12.05 Postmortem Summary

2012-06-14 Thread David Zinman
On 14 June 2012 00:48, Fathi Boudra wrote: > On 13 June 2012 21:51, David Zinman wrote: >> Regretfully this summary is very late. >> >> The Linaro 12.05 delivery cycle was fast and furious with Connect Q2.12, end >> of >> quarter and delivery all occurring in the same week. >> >> During this 2012

[PATCH] Modify for Android build system.

2012-06-14 Thread kejun.zhou
From: "kejun.zhou" Signed-off-by: kejun.zhou --- Android.mk | 21 + 1 file changed, 21 insertions(+) diff --git a/Android.mk b/Android.mk index 5053e7d..b296974 100644 --- a/Android.mk +++ b/Android.mk @@ -1 +1,22 @@ include $(call all-subdir-makefiles) + +include $(CLEA

Re: [PATCH] Modify for Android build system.

2012-06-14 Thread Daniel Lezcano
On 06/15/2012 05:22 AM, kejun.zhou wrote: > From: "kejun.zhou" > > Signed-off-by: kejun.zhou > --- > Android.mk | 21 + > 1 file changed, 21 insertions(+) > > diff --git a/Android.mk b/Android.mk > index 5053e7d..b296974 100644 > --- a/Android.mk > +++ b/Android.mk > @@ -

Re: [PATCH] Modify for Android build system.

2012-06-14 Thread Kejun Zhou
The name of the scripts is the name of Android's target module too. Android build system needs the module dependencies being listed by the full name. On 15 June 2012 14:29, Daniel Lezcano wrote: > On 06/15/2012 05:22 AM, kejun.zhou wrote: > > From: "kejun.zhou" > > > > Signed-off-by: kejun.zh