summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorMiguel Vadillo <vadillo@ti.com>2010-06-15 18:27:17 -0500
committerHari Kanigeri <h-kanigeri2@ti.com>2010-07-09 17:58:36 -0500
commit0f476db3c62b33432d70c99fdafca5a648771c3f (patch)
tree5487fdfaedce0bae07b2a4613f04f70356d92bf2 /arch/arm
parent58aaf5dc847f7f2f15bc47792ec8afd01095535d (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/arm')
-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;
};