]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commit
remoteproc/omap: revise the comment about standby in _suspend
authorSuman Anna <s-anna@ti.com>
Tue, 26 May 2015 20:39:44 +0000 (15:39 -0500)
committerSuman Anna <s-anna@ti.com>
Tue, 26 May 2015 20:52:40 +0000 (15:52 -0500)
commit70a4f2e7861329bd78bb0c11ba9dc995681dc113
treec73a44aa3828cfef2df74ff6c46e76fd5ad9ea8c
parent82f9018d0633f326d5ca0f04f37f7386f30e9416
remoteproc/omap: revise the comment about standby in _suspend

The _suspend() function has a TODO comment about implementing a
BIOS-independent hook to send a message to notify the MPU the
completion of the context save on the remoteproc side. This has
been clarified with the SYS/BIOS team now, and this race condition
between the remoteproc saving the context and the MPU waiting for
the sync point before it puts the remote processor into reset, can
never be resolved using a message ACK or a shared memory variable
signalling. So, update the comment appropriately.

Signed-off-by: Suman Anna <s-anna@ti.com>
drivers/remoteproc/omap_remoteproc.c