summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-01-03 09:32:34 +0800
committerAndy Green <andy.green@linaro.org>2012-01-09 08:40:00 +0800
commit73e2c294444f209d281f7cd10b52b53b087e74f1 (patch)
tree83e89ae57327e12452d8ed409e8a97f6404a794f
parent6f9404f85ba8dec2a87afa82876ed7781b2f7637 (diff)
omap syslink adapt save restore ctx nameslinux-release-2012-01
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--drivers/dsp/syslink/ipu_pm/ipu_pm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/dsp/syslink/ipu_pm/ipu_pm.c b/drivers/dsp/syslink/ipu_pm/ipu_pm.c
index ff6ad2041c2..3de6521aac0 100644
--- a/drivers/dsp/syslink/ipu_pm/ipu_pm.c
+++ b/drivers/dsp/syslink/ipu_pm/ipu_pm.c
@@ -585,7 +585,7 @@ static int ipu_pm_iommu_notifier_call(struct notifier_block *nb,
* is up and running for reclaiming MMU entries
*/
if (ipu_pm_get_state(SYS_M3) & SYS_PROC_DOWN)
- iommu_restore_ctx(ducati_iommu);
+ omap_iommu_restore_ctx(ducati_iommu);
return 0;
case IOMMU_FAULT:
ipu_pm_recover_schedule();
@@ -2504,7 +2504,7 @@ int ipu_pm_save_ctx(int proc_id)
else
pr_err("Not able to save mbox");
if (ducati_iommu)
- iommu_save_ctx(ducati_iommu);
+ omap_iommu_save_ctx(ducati_iommu);
else
pr_err("Not able to save iommu");
} else
@@ -2593,7 +2593,7 @@ int ipu_pm_restore_ctx(int proc_id)
else
pr_err("Not able to restore mbox");
if (ducati_iommu)
- iommu_restore_ctx(ducati_iommu);
+ omap_iommu_restore_ctx(ducati_iommu);
else
pr_err("Not able to restore iommu");
@@ -2928,7 +2928,7 @@ int ipu_pm_detach(u16 remote_proc_id)
* after ipu_pm is shutdown
*/
if (ipu_pm_get_state(SYS_M3) & SYS_PROC_DOWN)
- iommu_restore_ctx(ducati_iommu);
+ omap_iommu_restore_ctx(ducati_iommu);
iommu_unregister_notifier(ducati_iommu,
&ipu_pm_notify_nb_iommu_ducati);
pr_debug("releasing ducati_iommu\n");