RE: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support

2013-03-27 Thread Wang Dongsheng-B40534
eng-B40534 > > > Cc: Wood Scott-B07421; Gala Kumar-B11780; > > linuxppc-dev@lists.ozlabs.org; > > > Zhao Chenhui-B35336; Li Yang-R58472 > > > Subject: Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support > > > > > > On 03/25/2013 10:27:24 PM, Wang Dongsheng

Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support

2013-03-27 Thread Scott Wood
ui-B35336; Li Yang-R58472 > Subject: Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support > > On 03/25/2013 10:27:24 PM, Wang Dongsheng-B40534 wrote: > > > > > > > -Original Message- > > > From: Wood Scott-B07421 > > > Sent: Saturday, Mar

RE: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support

2013-03-26 Thread Wang Dongsheng-B40534
eng-B40534 > > > Cc: Wood Scott-B07421; Gala Kumar-B11780; > > linuxppc-dev@lists.ozlabs.org; > > > Zhao Chenhui-B35336; Li Yang-R58472 > > > Subject: Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support > > > > > > On 03/22/2013 12:46:24 AM, Wang Dongsheng

Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support

2013-03-26 Thread Scott Wood
ui-B35336; Li Yang-R58472 > Subject: Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support > > On 03/22/2013 12:46:24 AM, Wang Dongsheng-B40534 wrote: > > > > > > > -Original Message- > > > From: Wood Scott-B07421 > > > Sent: Thursday, March 21,

RE: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support

2013-03-25 Thread Wang Dongsheng-B40534
eng-B40534 > > > Cc: Wood Scott-B07421; Gala Kumar-B11780; > > linuxppc-dev@lists.ozlabs.org; > > > Zhao Chenhui-B35336; Li Yang-R58472 > > > Subject: Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support > > > > > > On 03/19

Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support

2013-03-22 Thread Scott Wood
ui-B35336; Li Yang-R58472 > Subject: Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support > > On 03/19/2013 10:48:53 PM, Wang Dongsheng-B40534 wrote: > > while (*s) { > > if ('0' <= *s && *s <= '9') > >

RE: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support

2013-03-21 Thread Wang Dongsheng-B40534
eng-B40534 > > > Cc: Wood Scott-B07421; Gala Kumar-B11780; > > linuxppc-dev@lists.ozlabs.org; > > > Zhao Chenhui-B35336; Li Yang-R58472 > > > Subject: Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support > > > > > > On 03/19/2013 01:25:42 AM, Wang Dongsheng-

Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support

2013-03-20 Thread Scott Wood
ui-B35336; Li Yang-R58472 > Subject: Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support > > On 03/19/2013 01:25:42 AM, Wang Dongsheng-B40534 wrote: > > > -Original Message- > > > From: Wood Scott-B07421 > > > Sent: Tuesday, March 19, 2013 8:31 AM >

RE: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support

2013-03-19 Thread Wang Dongsheng-B40534
Cc: Gala Kumar-B11780; linuxppc-dev@lists.ozlabs.org; Wang > > Dongsheng- > > > B40534; Zhao Chenhui-B35336; Li Yang-R58472 > > > Subject: Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support > > > > > > On 03/08/2013 01:38:47 AM, Wang Dongsheng wrote:

Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support

2013-03-19 Thread Scott Wood
ui-B35336; Li Yang-R58472 > Subject: Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support > > On 03/08/2013 01:38:47 AM, Wang Dongsheng wrote: > > +static ssize_t fsl_timer_wakeup_store(struct device *dev, > > + struct device_attribute *attr, >

RE: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support

2013-03-18 Thread Wang Dongsheng-B40534
Subject: Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support > > On 03/08/2013 01:38:47 AM, Wang Dongsheng wrote: > > The driver provides a way to wake up the system by the MPIC timer. > > > > For example, > > echo 5 > /sys/devices/system/mpic/timer_wake

Re: [PATCH 3/3] powerpc/fsl: add MPIC timer wakeup support

2013-03-18 Thread Scott Wood
On 03/08/2013 01:38:47 AM, Wang Dongsheng wrote: The driver provides a way to wake up the system by the MPIC timer. For example, echo 5 > /sys/devices/system/mpic/timer_wakeup echo standby > /sys/power/state After 5 seconds the MPIC timer will generate an interrupt to wake up the system. Signe