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 dongsheng.w...@freescale.com 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

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

2014-04-03 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 linux/cpu.h +#include linux/cpuidle.h +#include linux/init.h +#include linux/kernel.h +#include linux/notifier.h + +#include

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

2014-04-03 Thread dongsheng.w...@freescale.com
; 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 Rafael's email. :) +#include linux/cpu.h

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-02 Thread Daniel Lezcano
On 04/01/2014 10:33 AM, Dongsheng Wang wrote: From: Wang Dongsheng dongsheng.w...@freescale.com 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

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 dongsheng.w...@freescale.com Add cpuidle support for e500 family, using cpuidle framework to manage various low power modes. The new implementation will remain compatible with

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 linux/cpu.h +#include linux/cpuidle.h +#include linux/init.h +#include linux/kernel.h +#include linux/notifier.h + +#include asm/cputable.h +#include asm/machdep.h +#include

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

2014-04-01 Thread Dongsheng Wang
From: Wang Dongsheng dongsheng.w...@freescale.com 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

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

2013-07-31 Thread Wang Dongsheng-B40534
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 dongsheng.w...@freescale.com Add cpuidle support for e500 family, using cpuidle framework to manage various low power modes. The new

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

2013-07-31 Thread Scott Wood
...@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 dongsheng.w...@freescale.com Add cpuidle support for e500 family, using cpuidle

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

2013-07-30 Thread Dongsheng Wang
From: Wang Dongsheng dongsheng.w...@freescale.com 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

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 dongsheng.w...@freescale.com 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

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

2013-07-30 Thread Wang Dongsheng-B40534
...@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 dongsheng.w...@freescale.com Add cpuidle support for e500 family, using cpuidle framework to manage various low power modes

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 dongsheng.w...@freescale.com 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