RE: [PATCH v2] OMAP3: PM: PRCM interrupt: Fix warning MPU wakeup but no wakeup sources

2010-11-22 Thread ext-madhusudhan.1.gowda
Hi Thomas / Kevin, I did verify Thomas Petazzoni's patch - [PATCH] omap: prcm: switch to a chained IRQ handler mechanism, and I have below questions or comments. 1. I see for each WKUP_ST or IO_ST interrupt the _prcm_int_handle_wakeup handler is getting called 2 times which impacts on

RE: [PATCH] OMAP3: PM: PRCM interrupt: Fix warning MPU wakeup but no wakeup sources

2010-11-19 Thread ext-madhusudhan.1.gowda
Yes Balbi. I will incorporate your comments. Regards Gowda From: linux-omap-ow...@vger.kernel.org [linux-omap-ow...@vger.kernel.org] On Behalf Of ext Felipe Balbi [ba...@ti.com] Sent: Friday, November 19, 2010 1:47 PM To: Gowda Madhusudhan.1

RE: [PATCH 5/6] save and restore etm state across core OFF modes

2010-10-06 Thread ext-madhusudhan.1.gowda
Hi, + bne debug_restore /* loop till done */ + str r5, [r6, #ETMMR_OSSRR] /* clear lock */ I had informed Alexander about the missing OSLAR to clear the lock and also the do_etm_save value does not retain across coreoff since sram size may vary across coreoffs. We