Re: [RFC PATCH] powerpc/fsl: add timer wakeup source

2012-12-13 Thread Tabi Timur-B04825
On Wed, Oct 3, 2012 at 5:42 AM, Wang Dongsheng wrote: > > > Signed-off-by: Wang Dongsheng Wang, Your patches must always have a From: line of your Freescale email address. Do not use your gmail.com address to send patches. This needs to be fixed when this patch is applied. -- Timur Tabi Lin

Re: [RFC PATCH] powerpc/fsl: add timer wakeup source

2012-10-08 Thread Scott Wood
34; Li Yang-R58472; linux...@vger.kernel.org > Subject: Re: [RFC PATCH] powerpc/fsl: add timer wakeup source > > On 10/03/2012 08:35:58 AM, Kumar Gala wrote: > > > > On Oct 3, 2012, at 5:42 AM, Wang Dongsheng wrote: > > > > > This is only for freescale powerpc platf

RE: [RFC PATCH] powerpc/fsl: add timer wakeup source

2012-10-08 Thread Wang Dongsheng-B40534
> -Original Message- > From: Wood Scott-B07421 > Sent: Thursday, October 04, 2012 6:20 AM > To: Kumar Gala > Cc: Wang Dongsheng; Wood Scott-B07421; linuxppc-dev@lists.ozlabs.org list; > Wang Dongsheng-B40534; Li Yang-R58472; linux...@vger.kernel.org > Subject: Re: [R

Re: [RFC PATCH] powerpc/fsl: add timer wakeup source

2012-10-03 Thread Scott Wood
On 10/03/2012 08:35:58 AM, Kumar Gala wrote: On Oct 3, 2012, at 5:42 AM, Wang Dongsheng wrote: > This is only for freescale powerpc platform. The driver provides a way > to wake up system. Proc interface(/proc/powerpc/wakeup_timer_seconds). > > eg: "echo 5 > /proc/powerpc/wakeup_timer_seco

Re: [RFC PATCH] powerpc/fsl: add timer wakeup source

2012-10-03 Thread Kumar Gala
On Oct 3, 2012, at 5:42 AM, Wang Dongsheng wrote: > This is only for freescale powerpc platform. The driver provides a way > to wake up system. Proc interface(/proc/powerpc/wakeup_timer_seconds). > > eg: "echo 5 > /proc/powerpc/wakeup_timer_seconds", 5 seconds > after the system will be woken up