pm: sometimes wake up from suspend to RAM would fail
authorAaron Wu <Aaron.wu@analog.com>
Wed, 22 Oct 2014 05:45:58 +0000 (13:45 +0800)
committersteven <steven@ubuntu-VirtualBox.(none)>
Wed, 23 Mar 2016 15:27:15 +0000 (16:27 +0100)
commit3ce321aed10adc2d926560622d0a4ed21cd3b23f
treeda1b1bfd00bcffd8628ca34082d227e81f43dafa
parenta9b21832c86fca0a60699dc581507dde17f7e4d8
pm: sometimes wake up from suspend to RAM would fail

Sometimes it fails to wake up from suspend to RAM, this is because
we would flush the data cache by assemble command FLUSHINV before
suspend to RAM, and there is a delay between this command execution
and cache flush completion. Add a 1uS delay to works around this.

Signed-off-by: Aaron Wu <Aaron.wu@analog.com>
arch/blackfin/mach-common/pm.c
This page took 0.027619 seconds and 5 git commands to generate.