aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorRobert Lee <rob.lee@linaro.org>2012-05-21 18:50:25 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-06-05 02:48:35 -0400
commiteee4f4003824b0887251a3ba4493217371816a57 (patch)
tree250e0df59c0ed758a52cf5d0b0fb7b9da20fa83c /arch/arm
parent2ce2e4b2b56dd564d27e7aadb92ed0c2342a9c57 (diff)
ARM: imx: Add comments to tzic_enable_waker()
Add additional comments to the tzic_enable_wake() funciton to clarify its intended usage. Signed-off-by: Robert Lee <rob.lee@linaro.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/plat-mxc/tzic.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/tzic.c b/arch/arm/plat-mxc/tzic.c
index 98308ec1f321..a45dbea5e176 100644
--- a/arch/arm/plat-mxc/tzic.c
+++ b/arch/arm/plat-mxc/tzic.c
@@ -190,6 +190,10 @@ void __init tzic_init_irq(void __iomem *irqbase)
190 * tzic_enable_wake() - enable wakeup interrupt 190 * tzic_enable_wake() - enable wakeup interrupt
191 * 191 *
192 * @return 0 if successful; non-zero otherwise 192 * @return 0 if successful; non-zero otherwise
193 *
194 * This function provides an interrupt synchronization point that is required
195 * by tzic enabled platforms before entering imx specific low power modes (ie,
196 * those low power modes beyond the WAIT_CLOCKED basic ARM WFI only mode).
193 */ 197 */
194int tzic_enable_wake(void) 198int tzic_enable_wake(void)
195{ 199{