summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/nvrm/core/common/nvrm_pmu_private.h
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2010-06-25 12:11:59 -0700
committerGary King <gking@nvidia.com>2010-06-25 13:30:38 -0700
commit76b4d194644caff4a511befbf2586bcf4350882f (patch)
tree6084a5f77ff1b4d898a08ebbbb5c9ebe08111757 /arch/arm/mach-tegra/nvrm/core/common/nvrm_pmu_private.h
parent5e252bf65a356d960e650f61ab9d446bac8f5872 (diff)
[ARM/tegra] RM: Moved PMU related RM suspend/resume.
Moved PMU related suspend procedures from RM kernel suspend to the PM_SUSPEND_PREPARE pm_notifier callback. This is necessary as RM kernel suspend is invoked after interrupts are disabled, and no interrupt based transactions can be used. Similarly, moved PMU resume configuration to the PM_POST_SUSPEND pm_notifier callback. Bug 701894 Change-Id: I1614a968cc1b039f809b165877fcf1595c7cc596 Reviewed-on: http://git-master/r/3221 Tested-by: Aleksandr Frid <afrid@nvidia.com> Reviewed-by: Trivikram Kasivajhula <tkasivajhula@nvidia.com> Reviewed-by: Gary King <gking@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/nvrm/core/common/nvrm_pmu_private.h')
-rw-r--r--arch/arm/mach-tegra/nvrm/core/common/nvrm_pmu_private.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-tegra/nvrm/core/common/nvrm_pmu_private.h b/arch/arm/mach-tegra/nvrm/core/common/nvrm_pmu_private.h
index 6a16c5e4de02..79c818d21838 100644
--- a/arch/arm/mach-tegra/nvrm/core/common/nvrm_pmu_private.h
+++ b/arch/arm/mach-tegra/nvrm/core/common/nvrm_pmu_private.h
@@ -82,18 +82,6 @@ void
NvRmPrivPmuDeinit(NvRmDeviceHandle hRmDevice);
/**
- * Configures PMU on entry/exit to/from low power state.
- *
- * @param hRmDevice The RM device handle
- * @param state - Low Power state the SoC is entering to, or exiting from
- * @param enter - Set NV_TRUE on entry, and NV_FALSE on exit
- */
-void NvRmPrivPmuLPxStateConfig(
- NvRmDeviceHandle hRmDevice,
- NvOdmSocPowerState state,
- NvBool enter);
-
-/**
* Sets new voltage level for the specified PMU voltage rail.
* Private interface for diagnostic mode only.
*