Re: [PATCH v5 4/5] fsl_pmc: Add API to enable device as wakeup event source

2012-06-06 Thread Li Yang
On Thu, Jun 7, 2012 at 2:29 AM, Scott Wood wrote: > On 06/05/2012 11:06 PM, Li Yang wrote: >> On Wed, Jun 6, 2012 at 2:05 AM, Scott Wood wrote: >>> You ignored "what about devices other than ethernet". >> >> No, I haven't.  Other devices are so at least for now. > > I don't understand that last s

Re: [PATCH v5 4/5] fsl_pmc: Add API to enable device as wakeup event source

2012-06-06 Thread Scott Wood
On 06/05/2012 11:06 PM, Li Yang wrote: > On Wed, Jun 6, 2012 at 2:05 AM, Scott Wood wrote: >> You ignored "what about devices other than ethernet". > > No, I haven't. Other devices are so at least for now. I don't understand that last sentence. Other devices are what? -Scott

Re: [PATCH v5 4/5] fsl_pmc: Add API to enable device as wakeup event source

2012-06-05 Thread Li Yang
On Wed, Jun 6, 2012 at 2:05 AM, Scott Wood wrote: > On 06/05/2012 11:49 AM, Li Yang-R58472 wrote: >> >> > On 06/04/2012 06:36 AM, Zhao Chenhui wrote: >> On Fri, Jun 01, 2012 at 05:08:52PM -0500, Scott Wood wrote: >>> On 05/11/2012 06:53 AM, Zhao Chenhui wrote: +int mpc85xx_pm

Re: [PATCH v5 4/5] fsl_pmc: Add API to enable device as wakeup event source

2012-06-05 Thread Scott Wood
>> linux-ker...@vger.kernel.org; ga...@kernel.crashing.org >> Subject: Re: [PATCH v5 4/5] fsl_pmc: Add API to enable device as wakeup >> event source >> >> On 06/04/2012 11:08 PM, Li Yang-R58472 wrote: >>> >>> >>>> -Original Message- >

RE: [PATCH v5 4/5] fsl_pmc: Add API to enable device as wakeup event source

2012-06-05 Thread Li Yang-R58472
> To: Zhao Chenhui-B35336 > >> Cc: linuxppc-dev@lists.ozlabs.org; linux-ker...@vger.kernel.org; > >> ga...@kernel.crashing.org; Li Yang-R58472 > >> Subject: Re: [PATCH v5 4/5] fsl_pmc: Add API to enable device as > >> wakeup event source > >> > >> On 06/0

Re: [PATCH v5 4/5] fsl_pmc: Add API to enable device as wakeup event source

2012-06-05 Thread Scott Wood
ga...@kernel.crashing.org; Li Yang-R58472 >> Subject: Re: [PATCH v5 4/5] fsl_pmc: Add API to enable device as wakeup >> event source >> >> On 06/04/2012 06:36 AM, Zhao Chenhui wrote: >>> On Fri, Jun 01, 2012 at 05:08:52PM -0500, Scott Wood wrote: >>>> On 05/11/20

RE: [PATCH v5 4/5] fsl_pmc: Add API to enable device as wakeup event source

2012-06-04 Thread Li Yang-R58472
> -Original Message- > From: Wood Scott-B07421 > Sent: Tuesday, June 05, 2012 7:03 AM > To: Zhao Chenhui-B35336 > Cc: linuxppc-dev@lists.ozlabs.org; linux-ker...@vger.kernel.org; > ga...@kernel.crashing.org; Li Yang-R58472 > Subject: Re: [PATCH v5 4/5] fsl_pmc: Add

Re: [PATCH v5 4/5] fsl_pmc: Add API to enable device as wakeup event source

2012-06-04 Thread Scott Wood
On 06/04/2012 06:36 AM, Zhao Chenhui wrote: > On Fri, Jun 01, 2012 at 05:08:52PM -0500, Scott Wood wrote: >> On 05/11/2012 06:53 AM, Zhao Chenhui wrote: >>> Add APIs for setting wakeup source and lossless Ethernet in low power modes. >>> These APIs can be used by wake-on-packet feature. >>> >>> Sig

Re: [PATCH v5 4/5] fsl_pmc: Add API to enable device as wakeup event source

2012-06-04 Thread Zhao Chenhui
On Fri, Jun 01, 2012 at 05:08:52PM -0500, Scott Wood wrote: > On 05/11/2012 06:53 AM, Zhao Chenhui wrote: > > Add APIs for setting wakeup source and lossless Ethernet in low power modes. > > These APIs can be used by wake-on-packet feature. > > > > Signed-off-by: Dave Liu > > Signed-off-by: Li Ya

Re: [PATCH v5 4/5] fsl_pmc: Add API to enable device as wakeup event source

2012-06-01 Thread Scott Wood
On 05/11/2012 06:53 AM, Zhao Chenhui wrote: > Add APIs for setting wakeup source and lossless Ethernet in low power modes. > These APIs can be used by wake-on-packet feature. > > Signed-off-by: Dave Liu > Signed-off-by: Li Yang > Signed-off-by: Jin Qing > Signed-off-by: Zhao Chenhui > --- > a

[PATCH v5 4/5] fsl_pmc: Add API to enable device as wakeup event source

2012-05-11 Thread Zhao Chenhui
Add APIs for setting wakeup source and lossless Ethernet in low power modes. These APIs can be used by wake-on-packet feature. Signed-off-by: Dave Liu Signed-off-by: Li Yang Signed-off-by: Jin Qing Signed-off-by: Zhao Chenhui --- arch/powerpc/sysdev/fsl_pmc.c | 71 ++