summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMiguel Vadillo <vadillo@ti.com>2010-06-15 18:27:17 -0500
committerSebastien Jan <s-jan@ti.com>2010-07-20 10:48:44 +0200
commitbd59518b73ebcb8802dd9b15ecb2d8fe4afc6d99 (patch)
treef2c727be644597c60707e7f50c6456a22e6da2c4 /arch
parent74b5500fc6b33607573466b71374eab2d228219a (diff)
SYSLINK:IPU-PM: include the ipu_pm in the ipc process
Change to call the attach/detach of the ipu_pm and also read the setup_ipu_pm flag. The setup_ipu_pm flag is added to decide wether to create ipu_pm handle or not based on the configuration passed by the slave processor. Signed-off-by: Miguel Vadillo <vadillo@ti.com> Signed-off-by: Juan Gutierrez <jgutierrez@ti.com> Signed-off-by: Paul Hunt <hunt@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-omap/include/syslink/ipc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/syslink/ipc.h b/arch/arm/plat-omap/include/syslink/ipc.h
index 318602c89716..ddd3faeeee11 100644
--- a/arch/arm/plat-omap/include/syslink/ipc.h
+++ b/arch/arm/plat-omap/include/syslink/ipc.h
@@ -114,6 +114,7 @@ struct ipc_config {
struct ipc_params {
bool setup_messageq;
bool setup_notify;
+ bool setup_ipu_pm;
bool slave;
enum ipc_proc_sync proc_sync;
};