RE: [PATCH 1/2] OMAP3: MCBSP: Suspend/resume failure fix

2009-11-18 Thread Aggarwal, Anuj
...@opensource.wolfsonmicro.com Subject: Re: [PATCH 1/2] OMAP3: MCBSP: Suspend/resume failure fix Hi On Fri, 13 Nov 2009 11:39:47 -0600 Jane Wang jw...@ti.com wrote: McBSP fucntional clock is not disabled when suspend is triggerd which prevents PER domain entering target low-power state

RE: [PATCH 1/2] OMAP3: MCBSP: Suspend/resume failure fix

2009-11-18 Thread Wang, Jane
Also context save/restore operations belongs more to PM callbacks of .../plat-omap/mcbsp.c. Or probably that can be done also dynamically inside the omap_mcbsp_start/-stop for keeping the whole McBSP shutdown whenever it is idle. [Aggarwal, Anuj] I am sorry I couldn't understand that. Did

Re: [PATCH 1/2] OMAP3: MCBSP: Suspend/resume failure fix

2009-11-14 Thread Jarkko Nikula
Hi On Fri, 13 Nov 2009 11:39:47 -0600 Jane Wang jw...@ti.com wrote: McBSP fucntional clock is not disabled when suspend is triggerd which prevents PER domain entering target low-power state. To fix the problem: 1. Disable/enable McBSP functional clock for suspend/resume. 2. In addition,

Re: [PATCH 1/2] OMAP3: MCBSP: Suspend/resume failure fix

2009-11-13 Thread Mark Brown
On 13 Nov 2009, at 17:39, Jane Wang jw...@ti.com wrote: McBSP fucntional clock is not disabled when suspend is triggerd which prevents PER domain entering target low-power state. To fix the problem: 1. Disable/enable McBSP functional clock for suspend/resume. 2. In addition, reconfigure