Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-26 Thread Mark A. Greer
On Thu, Jul 26, 2012 at 04:06:30PM -0700, Mark A. Greer wrote: > On Thu, Jul 26, 2012 at 02:09:33PM -0700, Juha Kuikka wrote: > > Just applying Mark's patch on top of > > 55936cdfaaf11ac352b56bc58e42d6661e65ee13 (linux-omap) is not enough, I > > also need to set the OMAP3_HAS_IVA_REGS for the 3430

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-26 Thread Mark A. Greer
On Thu, Jul 26, 2012 at 02:09:33PM -0700, Juha Kuikka wrote: Hi Juha. > A thousand apologizes for double posting, some html sneaked into the > first email and it got dropped by the list server. > > I am running on a gumstix with OMAP 3503 on it (name escapes me at the > moment) and it has the sa

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-26 Thread Juha Kuikka
A thousand apologizes for double posting, some html sneaked into the first email and it got dropped by the list server. I am running on a gumstix with OMAP 3503 on it (name escapes me at the moment) and it has the same issue. Just applying Mark's patch on top of 55936cdfaaf11ac352b56bc58e42d6661e

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-18 Thread Mark A. Greer
On Wed, Jul 18, 2012 at 11:06:34AM +0100, Joe Woodward wrote: > From: "Mark A. Greer" > > How does this look? > > Subject: [PATCH] ARM: OMAP3: Add OMAP3_HAS_IVA_REGS feature > > > > It appears that the am3703 and possibly the am3715 SoCs > > have an active IVA subsystem even though the CONTROL_

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-18 Thread Joe Woodward
-Original Message- From: "Mark A. Greer" To: Paul Walmsley Cc: Joe Woodward , Kevin Hilman , linux-omap@vger.kernel.org Date: Tue, 17 Jul 2012 19:20:35 -0700 Subject: Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC? > On Tue, Jul 17, 2012 at 01:28:13P

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-17 Thread Mark A. Greer
On Tue, Jul 17, 2012 at 01:28:13PM -0600, Paul Walmsley wrote: > Hi Joe, Mark, > > On Tue, 17 Jul 2012, Joe Woodward wrote: > > > The patch you sent is basically in two halves: > > - the writes to the registers > > - the calling of omap3_iva_idle(). > > > > If I patch only the writes to the

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-17 Thread Paul Walmsley
Hi Joe, Mark, On Tue, 17 Jul 2012, Joe Woodward wrote: > The patch you sent is basically in two halves: > - the writes to the registers > - the calling of omap3_iva_idle(). > > If I patch only the writes to the registers then suspend still fails. > If I patch only the calling of omap3_iva_id

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-17 Thread Joe Woodward
-Original Message- From: Paul Walmsley To: Joe Woodward , "Mark A. Greer" Cc: Kevin Hilman , linux-omap@vger.kernel.org Date: Mon, 16 Jul 2012 18:43:15 -0600 (MDT) Subject: Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC? > On Mon, 16 Jul 2012, Mark A

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-16 Thread Paul Walmsley
On Mon, 16 Jul 2012, Mark A. Greer wrote: > I'm finally getting around to this... Unfortunately, I don't have the > hardware to test it so I can't tell exactly what code needs to run to make > it work again. Would you mind identifying the pieces of code need to run > for it to work? omap3_has_

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-16 Thread Mark A. Greer
On Fri, Jul 13, 2012 at 12:26:13PM -0600, Paul Walmsley wrote: > + Mark > > On Fri, 13 Jul 2012, Joe Woodward wrote: > > > Thanks Paul, > > > > That patch does indeed seem to fix all my problems! > > > > With it I can now suspend, and all power domains hit the target states. > > OK, great. Th

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-16 Thread Kevin Hilman
Tony Lindgren writes: > * Kevin Hilman [120711 14:34]: >> Omar Ramirez Luna writes: >> >> > On 11 July 2012 12:07, Kevin Hilman wrote: >> > ... >> >>> [2.311004] omap_hsmmc omap_hsmmc.0: Failed to get debounce clk >> >>> [2.317382] omap_hsmmc omap_hsmmc.0: unable to obtain RX DMA engi

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-13 Thread Mark A. Greer
On Fri, Jul 13, 2012 at 12:26:13PM -0600, Paul Walmsley wrote: > + Mark > > On Fri, 13 Jul 2012, Joe Woodward wrote: > > > Thanks Paul, > > > > That patch does indeed seem to fix all my problems! > > > > With it I can now suspend, and all power domains hit the target states. > > OK, great. Th

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-13 Thread Paul Walmsley
+ Mark On Fri, 13 Jul 2012, Joe Woodward wrote: > Thanks Paul, > > That patch does indeed seem to fix all my problems! > > With it I can now suspend, and all power domains hit the target states. OK, great. That patch is basically a revert of a819c4f16d5a2708c11e708fd59a96565c5384a8 ("ARM: OM

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-13 Thread Joe Woodward
-Original Message- From: Paul Walmsley To: Joe Woodward Cc: Kevin Hilman , "linux-omap@vger.kernel.org" Date: Thu, 12 Jul 2012 13:35:14 -0600 (MDT) Subject: Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC? > Hello Joe, > > On Thu, 12 Jul 2012,

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-12 Thread Tony Lindgren
* Kevin Hilman [120711 14:34]: > Omar Ramirez Luna writes: > > > On 11 July 2012 12:07, Kevin Hilman wrote: > > ... > >>> [2.311004] omap_hsmmc omap_hsmmc.0: Failed to get debounce clk > >>> [2.317382] omap_hsmmc omap_hsmmc.0: unable to obtain RX DMA engine > >>> channel 62 > >>> [

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-12 Thread Paul Walmsley
Hello Joe, On Thu, 12 Jul 2012, Joe Woodward wrote: > I think this has fixed the following warning: > [0.00] clockdomain: mpu_clkdm: powerdomain ¬õ`À8ºsÀ does not exist > > But when I try and suspend I still get the same problems: > # echo mem > /sys/power/state > [ 13.283935] PM: Syn

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-12 Thread Kevin Hilman
"Joe Woodward" writes: > ...snip... >> > Hmm, interesting, I don't see this on my 3730-based Over FireSTORM. >> > >> > But, after "converting" mine into an AirStorm[1], I see the same >> errors >> > as you're seeing. We're obviously doing something wrong when IVA >> and/or >> > SGX are not prese

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-12 Thread Joe Woodward
-Original Message- From: Paul Walmsley To: Joe Woodward Cc: Kevin Hilman , "linux-omap\\@vger.kernel.org" Date: Thu, 12 Jul 2012 04:59:09 -0600 (MDT) Subject: Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC? > > Hi Joe > > can you give this

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-12 Thread Paul Walmsley
Hi Joe can you give this one a try to see if it helps: http://marc.info/?l=linux-omap&m=134209072829531&w=2 - Paul -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/major

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-12 Thread Joe Woodward
...snip... > > Hmm, interesting, I don't see this on my 3730-based Over FireSTORM. > > > > But, after "converting" mine into an AirStorm[1], I see the same > errors > > as you're seeing. We're obviously doing something wrong when IVA > and/or > > SGX are not present, so I will look into it. > > W

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-11 Thread Shubhrajyoti
On Thursday 12 July 2012 02:59 AM, Kevin Hilman wrote: > Omar Ramirez Luna writes: > >> On 11 July 2012 12:07, Kevin Hilman wrote: >> ... [2.311004] omap_hsmmc omap_hsmmc.0: Failed to get debounce clk [2.317382] omap_hsmmc omap_hsmmc.0: unable to obtain RX DMA engine chann

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-11 Thread Kevin Hilman
Omar Ramirez Luna writes: > On 11 July 2012 12:07, Kevin Hilman wrote: > ... >>> [2.311004] omap_hsmmc omap_hsmmc.0: Failed to get debounce clk >>> [2.317382] omap_hsmmc omap_hsmmc.0: unable to obtain RX DMA engine >>> channel 62 >>> [2.325256] omap_hsmmc omap_hsmmc.1: Failed to get

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-11 Thread Omar Ramirez Luna
On 11 July 2012 12:07, Kevin Hilman wrote: ... >> [2.311004] omap_hsmmc omap_hsmmc.0: Failed to get debounce clk >> [2.317382] omap_hsmmc omap_hsmmc.0: unable to obtain RX DMA engine >> channel 62 >> [2.325256] omap_hsmmc omap_hsmmc.1: Failed to get debounce clk >> [2.331512] omap

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-11 Thread Kevin Hilman
+Paul Kevin Hilman writes: > "Joe Woodward" writes: > >> -Original Message- >> From: Kevin Hilman >> To: "Joe Woodward" >> Cc: "linux-omap\@vger.kernel.org" >> Date: Tue, 10 Jul 2012 16:58:18 -0700 >> Su

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-11 Thread Kevin Hilman
;linux-omap\@vger.kernel.org" >> > Date: Tue, 10 Jul 2012 16:58:18 -0700 >> > Subject: Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC? >> > >> >> "Joe Woodward" writes: >> >> >> >> >

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-11 Thread Mark A. Greer
10 Jul 2012 16:58:18 -0700 > > Subject: Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC? > > > >> "Joe Woodward" writes: > >> > >> > I've got 3.5-rc5 with the following patches applied to get system > >> suspend working on

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-11 Thread Kevin Hilman
"Joe Woodward" writes: > -Original Message- > From: Kevin Hilman > To: "Joe Woodward" > Cc: "linux-omap\@vger.kernel.org" > Date: Tue, 10 Jul 2012 16:58:18 -0700 > Subject: Re: PM/RTC 3.5-rc5: System suspends fails when not built with

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-11 Thread T Krishnamoorthy, Balaji
On Wed, Jul 11, 2012 at 4:20 PM, Joe Woodward wrote: > -Original Message- > From: Kevin Hilman > To: "Joe Woodward" > Cc: "linux-omap\@vger.kernel.org" > Date: Tue, 10 Jul 2012 16:58:18 -0700 > Subject: Re: PM/RTC 3.5-rc5: System suspends fa

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-11 Thread Joe Woodward
-Original Message- From: Kevin Hilman To: "Joe Woodward" Cc: "linux-omap\@vger.kernel.org" Date: Tue, 10 Jul 2012 16:58:18 -0700 Subject: Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC? > "Joe Woodward" writes: > > > I

Re: PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-10 Thread Kevin Hilman
"Joe Woodward" writes: > I've got 3.5-rc5 with the following patches applied to get system suspend > working on OMAP3: > - fix the DSS: OMAPDSS: Use PM notifiers for system suspend > - fix the 32KHz clock: ARM: OMAP2+: hwmod code/clockdomain data: fix 32K > sync timer > > This has been buil

PM/RTC 3.5-rc5: System suspends fails when not built with RTC?

2012-07-05 Thread Joe Woodward
I've got 3.5-rc5 with the following patches applied to get system suspend working on OMAP3: - fix the DSS: OMAPDSS: Use PM notifiers for system suspend - fix the 32KHz clock: ARM: OMAP2+: hwmod code/clockdomain data: fix 32K sync timer This has been built with the omap2plus_defconfig. Howev