Re: [PATCH] cpuidle: add freescale e500 family porcessors idle support

2014-04-04 Thread Scott Wood
On Tue, 2014-04-01 at 16:33 +0800, Dongsheng Wang wrote: > From: Wang Dongsheng > > Add cpuidle support for e500 family, using cpuidle framework to > manage various low power modes. The new implementation will remain > compatible with original idle method. > > I have done test about power consum

Re: [PATCH] cpuidle: add freescale e500 family porcessors idle support

2014-04-03 Thread Daniel Lezcano
; Zhao Chenhui- B35336; linux...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] cpuidle: add freescale e500 family porcessors idle support On 04/03/2014 05:20 AM, dongsheng.w...@freescale.com wrote: Hi Daniel, Thanks for your review. I will fix your comments. BTW, fix

RE: [PATCH] cpuidle: add freescale e500 family porcessors idle support

2014-04-03 Thread dongsheng.w...@freescale.com
ux...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org > Subject: Re: [PATCH] cpuidle: add freescale e500 family porcessors idle > support > > On 04/03/2014 05:20 AM, dongsheng.w...@freescale.com wrote: > > Hi Daniel, > > > > Thanks for your review. I will

Re: [PATCH] cpuidle: add freescale e500 family porcessors idle support

2014-04-02 Thread Daniel Lezcano
On 04/03/2014 05:20 AM, dongsheng.w...@freescale.com wrote: Hi Daniel, Thanks for your review. I will fix your comments. BTW, fix Rafael's email. :) +#include +#include +#include +#include +#include + +#include +#include +#include + +static unsigned int max_idle_state; +static struct

RE: [PATCH] cpuidle: add freescale e500 family porcessors idle support

2014-04-02 Thread dongsheng.w...@freescale.com
Hi Daniel, Thanks for your review. I will fix your comments. BTW, fix Rafael's email. :) > > +#include > > +#include > > +#include > > +#include > > +#include > > + > > +#include > > +#include > > +#include > > + > > +static unsigned int max_idle_state; > > +static struct cpuidle_state *

Re: [PATCH] cpuidle: add freescale e500 family porcessors idle support

2014-04-02 Thread Daniel Lezcano
On 04/02/2014 11:36 AM, Daniel Lezcano wrote: On 04/01/2014 10:33 AM, Dongsheng Wang wrote: From: Wang Dongsheng Add cpuidle support for e500 family, using cpuidle framework to manage various low power modes. The new implementation will remain compatible with original idle method. I have don

Re: [PATCH] cpuidle: add freescale e500 family porcessors idle support

2014-04-02 Thread Daniel Lezcano
On 04/01/2014 10:33 AM, Dongsheng Wang wrote: From: Wang Dongsheng Add cpuidle support for e500 family, using cpuidle framework to manage various low power modes. The new implementation will remain compatible with original idle method. I have done test about power consumption and latency. Cpui

[PATCH] cpuidle: add freescale e500 family porcessors idle support

2014-04-01 Thread Dongsheng Wang
From: Wang Dongsheng Add cpuidle support for e500 family, using cpuidle framework to manage various low power modes. The new implementation will remain compatible with original idle method. I have done test about power consumption and latency. Cpuidle framework will make CPU response time faster

Re: [PATCH] cpuidle: add freescale e500 family porcessors idle support

2013-07-31 Thread Scott Wood
hao Chenhui-B35336; linux...@vger.kernel.org; linuxppc- > d...@lists.ozlabs.org > Subject: Re: [PATCH] cpuidle: add freescale e500 family porcessors idle > support > > On 07/30/2013 02:00:03 AM, Dongsheng Wang wrote: > > From: Wang Dongsheng > > > > Add cpuidle

RE: [PATCH] cpuidle: add freescale e500 family porcessors idle support

2013-07-30 Thread Wang Dongsheng-B40534
d...@lists.ozlabs.org > Subject: Re: [PATCH] cpuidle: add freescale e500 family porcessors idle > support > > On 07/30/2013 02:00:03 AM, Dongsheng Wang wrote: > > From: Wang Dongsheng > > > > Add cpuidle support for e500 family, using cpuidle framework to > > ma

Re: [PATCH] cpuidle: add freescale e500 family porcessors idle support

2013-07-30 Thread Deepthi Dharwar
gt; Sent: Tuesday, July 30, 2013 5:51 PM >> To: Wang Dongsheng-B40534 >> Cc: Wood Scott-B07421; r...@sisk.pl; b...@kernel.crashing.org; Li Yang- >> R58472; Zhao Chenhui-B35336; linux...@vger.kernel.org; linuxppc- >> d...@lists.ozlabs.org >> Subject: Re: [PATCH] cpuid

Re: [PATCH] cpuidle: add freescale e500 family porcessors idle support

2013-07-30 Thread Scott Wood
On 07/30/2013 02:00:03 AM, Dongsheng Wang wrote: From: Wang Dongsheng Add cpuidle support for e500 family, using cpuidle framework to manage various low power modes. The new implementation will remain compatible with original idle method. Initially, this supports PW10, and subsequent patches w

RE: [PATCH] cpuidle: add freescale e500 family porcessors idle support

2013-07-30 Thread Wang Dongsheng-B40534
rnel.org; linuxppc- > d...@lists.ozlabs.org > Subject: Re: [PATCH] cpuidle: add freescale e500 family porcessors idle > support > > On 07/30/2013 09:00 AM, Dongsheng Wang wrote: > > From: Wang Dongsheng > > > > Add cpuidle support for e500 family, using cpuidle frame

Re: [PATCH] cpuidle: add freescale e500 family porcessors idle support

2013-07-30 Thread Daniel Lezcano
On 07/30/2013 09:00 AM, Dongsheng Wang wrote: > From: Wang Dongsheng > > Add cpuidle support for e500 family, using cpuidle framework to > manage various low power modes. The new implementation will remain > compatible with original idle method. > > Initially, this supports PW10, and subsequent

[PATCH] cpuidle: add freescale e500 family porcessors idle support

2013-07-30 Thread Dongsheng Wang
From: Wang Dongsheng Add cpuidle support for e500 family, using cpuidle framework to manage various low power modes. The new implementation will remain compatible with original idle method. Initially, this supports PW10, and subsequent patches will support PW20/DOZE/NAP. Signed-off-by: Wang Don