Re: Unbalanced IRQ wake disable during resume from static suspend

2010-12-09 Thread Kevin Hilman
gt; Cc: linux-omap@vger.kernel.org; Govindraj; khil...@deeprootsystems.com >>> Subject: RE: Unbalanced IRQ wake disable during resume from static >> suspend >>> >>> Hello Santosh >>> >>> On Thu, 2 Dec 2010, Santosh Shilimkar wrote: >>> >>>

Re: Unbalanced IRQ wake disable during resume from static suspend

2010-12-07 Thread Kevin Hilman
Paul Walmsley writes: > Hi Kevin > > On Thu, 2 Dec 2010, Kevin Hilman wrote: > >> I guess this hasn't been seen before since we haven't tested the sysfs >> wakeup interface for the omap-serial driver. For on-chip OMAP UARTs, >> using the sysfs interface isn't needed as the serial core is already

RE: Unbalanced IRQ wake disable during resume from static suspend

2010-12-03 Thread Santosh Shilimkar
> -Original Message- > From: Govindraj [mailto:govindraj...@gmail.com] > Sent: Friday, December 03, 2010 4:51 PM > To: Santosh Shilimkar > Cc: Paul Walmsley; linux-omap@vger.kernel.org; khil...@deeprootsystems.com > Subject: Re: Unbalanced IRQ wake disable during resume f

Re: Unbalanced IRQ wake disable during resume from static suspend

2010-12-03 Thread Govindraj
rootsystems.com >> Subject: RE: Unbalanced IRQ wake disable during resume from static > suspend >> >> Hello Santosh >> >> On Thu, 2 Dec 2010, Santosh Shilimkar wrote: >> >> > Just a wild guess here but is this because the 'set_wake' is >> >

RE: Unbalanced IRQ wake disable during resume from static suspend

2010-12-03 Thread Santosh Shilimkar
> -Original Message- > From: Paul Walmsley [mailto:p...@pwsan.com] > Sent: Friday, December 03, 2010 3:53 PM > To: Santosh Shilimkar > Cc: linux-omap@vger.kernel.org; Govindraj; khil...@deeprootsystems.com > Subject: RE: Unbalanced IRQ wake disable during resume f

RE: Unbalanced IRQ wake disable during resume from static suspend

2010-12-03 Thread Paul Walmsley
Hello Santosh On Thu, 2 Dec 2010, Santosh Shilimkar wrote: > Just a wild guess here but is this because the 'set_wake' is > not setup and then fw might be returning some error whenever > driver invoke this API as part of enable_irq_wake() callback > > If that being the case, below patch might mi

Re: Unbalanced IRQ wake disable during resume from static suspend

2010-12-03 Thread Paul Walmsley
Hi Kevin On Thu, 2 Dec 2010, Kevin Hilman wrote: > I guess this hasn't been seen before since we haven't tested the sysfs > wakeup interface for the omap-serial driver. For on-chip OMAP UARTs, > using the sysfs interface isn't needed as the serial core is already > doing device_init_wakeup(dev,

RE: Unbalanced IRQ wake disable during resume from static suspend

2010-12-02 Thread Santosh Shilimkar
> -Original Message- > From: Kevin Hilman [mailto:khil...@deeprootsystems.com] > Sent: Thursday, December 02, 2010 7:46 PM > To: Santosh Shilimkar > Cc: Govindraj; Paul Walmsley; linux-omap@vger.kernel.org > Subject: Re: Unbalanced IRQ wake disable during resume f

Re: Unbalanced IRQ wake disable during resume from static suspend

2010-12-02 Thread Kevin Hilman
Santosh Shilimkar writes: [...] > Here is the refreshed version with change log. Also > attached the patch in case google mails raps it up. > > From 0170159ae34957efb839d9143123f7ced795f62e Mon Sep 17 00:00:00 2001 > From: Santosh Shilimkar > Date: Thu, 2 Dec 2010 14:36:17 +0530 > Subject: [PAT

RE: Unbalanced IRQ wake disable during resume from static suspend

2010-12-02 Thread Santosh Shilimkar
lf Of Paul Walmsley > >> Sent: Thursday, December 02, 2010 1:44 PM > >> To: linux-omap@vger.kernel.org; Govindraj > >> Cc: khil...@deeprootsystems.com > >> Subject: Re: Unbalanced IRQ wake disable during resume from static > > suspe

Re: Unbalanced IRQ wake disable during resume from static suspend

2010-12-02 Thread Govindraj
t; To: linux-omap@vger.kernel.org; Govindraj >> Cc: khil...@deeprootsystems.com >> Subject: Re: Unbalanced IRQ wake disable during resume from static > suspend >> >> On Thu, 2 Dec 2010, Paul Walmsley wrote: >> >> > On current linux-omap master (commit >> >

RE: Unbalanced IRQ wake disable during resume from static suspend

2010-12-02 Thread Santosh Shilimkar
bject: Re: Unbalanced IRQ wake disable during resume from static suspend > > On Thu, 2 Dec 2010, Paul Walmsley wrote: > > > On current linux-omap master (commit > > 7fd1cffc56ca9944fec583eb2ecda5ce88b36bff "Linux-omap rebuilt: Updated to > > -rc4"), when resu

Re: Unbalanced IRQ wake disable during resume from static suspend

2010-12-02 Thread Paul Walmsley
On Thu, 2 Dec 2010, Paul Walmsley wrote: > On current linux-omap master (commit > 7fd1cffc56ca9944fec583eb2ecda5ce88b36bff "Linux-omap rebuilt: Updated to > -rc4"), when resuming from static suspend, several "Unbalanced IRQ > wake disable" warnings are generated, one for each of the serial port

Unbalanced IRQ wake disable during resume from static suspend

2010-12-02 Thread Paul Walmsley
Hi, On current linux-omap master (commit 7fd1cffc56ca9944fec583eb2ecda5ce88b36bff "Linux-omap rebuilt: Updated to -rc4"), when resuming from static suspend, several "Unbalanced IRQ wake disable" warnings are generated, one for each of the serial ports. This is on Beagle 35xx rev C2. Is anyone