> > 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 t
al...@nokia.com; broo...@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 wrote:
>
> > McBSP fucntional clock is not disabled when suspend is triggerd which
> &g
Hi
On Fri, 13 Nov 2009 11:39:47 -0600
Jane Wang 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, reconfi
On 13 Nov 2009, at 17:39, Jane Wang 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 McBSP, this is