linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: yong.shen@linaro.org (yong.shen at linaro.org)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/3] ARM: IMX: add tzic_enable_wake in the head file
Date: Thu, 17 Feb 2011 10:01:37 +0100	[thread overview]
Message-ID: <1297933299-30367-2-git-send-email-yong.shen@linaro.org> (raw)
In-Reply-To: <1297933299-30367-1-git-send-email-yong.shen@linaro.org>

From: Yong Shen <yong.shen@freescale.com>

Add tzic_enable_wake in the head file, so other code can call it.

Signed-off-by: Yong Shen <yong.shen@freescale.com>
---
 arch/arm/plat-mxc/include/mach/mxc.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-mxc/include/mach/mxc.h b/arch/arm/plat-mxc/include/mach/mxc.h
index 04c7a26..962d742 100644
--- a/arch/arm/plat-mxc/include/mach/mxc.h
+++ b/arch/arm/plat-mxc/include/mach/mxc.h
@@ -182,6 +182,7 @@ struct cpu_op {
 };
 
 extern struct cpu_op *(*get_cpu_op)(int *op);
+extern int tzic_enable_wake(int is_idle);
 #endif
 
 #if defined(CONFIG_ARCH_MX3) || defined(CONFIG_ARCH_MX2)
-- 
1.7.1

  reply	other threads:[~2011-02-17  9:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-17  9:01 [PATCH v3 0/3] ARM: IMX5: cpuidle driver yong.shen at linaro.org
2011-02-17  9:01 ` yong.shen at linaro.org [this message]
2011-02-17  9:01 ` [PATCH v3 2/3] " yong.shen at linaro.org
2011-02-17  9:01 ` [PATCH v3 3/3] ARM: IMX5 bbg: add cpuidle parameters yong.shen at linaro.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1297933299-30367-2-git-send-email-yong.shen@linaro.org \
    --to=yong.shen@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).