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-09 Thread Scott Wood
On 10/09/2012 08:56:53 AM, Wang Dongsheng-B40534 wrote: > > > > I'm pretty sure /proc/ is NOT where we want this exposed. > > > > > > Should probably go under the sysfs directory of the mpic device. Or > > > better, make a generic interface for timer-based suspend wakeup (if > > there > >

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

2012-10-09 Thread Wang Dongsheng-B40534
> > > > I'm pretty sure /proc/ is NOT where we want this exposed. > > > > > > Should probably go under the sysfs directory of the mpic device. Or > > > better, make a generic interface for timer-based suspend wakeup (if > > there > > > isn't one already). This current approach sits in an unpleas

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

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

2012-10-03 Thread Wang Dongsheng
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. echo another time into proc interface to update the time. S