24 May
2014
24 May
'14
9:13 p.m.
On Fri, May 23, 2014 at 3:33 PM, Mark Brown broonie@kernel.org wrote:
Looking at the code what I'd expect to happen here is that set_bias_level() manages the cache enable, turning on cache only mode just before it turns the regulators off and restoring normal mode just after enabling them, then calling _restore_regs() after that. The resume call should just be a call to set_bias_level() then.
Thanks, Mark. Your suggestion works fine.