All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Inderpal Singh' <inderpal.singh@linaro.org>,
	linux-samsung-soc@vger.kernel.org
Cc: patches@linaro.org
Subject: RE: [PATCH] ARM: EXYNOS4: Add support for rtc wakeup
Date: Thu, 27 Dec 2012 10:40:47 -0800	[thread overview]
Message-ID: <01a901cde461$b14a9c70$13dfd550$@samsung.com> (raw)
In-Reply-To: <1356580840-22960-1-git-send-email-inderpal.singh@linaro.org>

Inderpal Singh wrote:
> 
> Set the gic arch extension callback to support rtc wakeup.
> 
> Signed-off-by: Inderpal Singh <inderpal.singh@linaro.org>
> ---
>  arch/arm/mach-exynos/common.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/mach-exynos/common.c b/arch/arm/mach-
> exynos/common.c
> index 578a610..bf2ee1d 100644
> --- a/arch/arm/mach-exynos/common.c
> +++ b/arch/arm/mach-exynos/common.c
> @@ -747,6 +747,8 @@ void __init exynos4_init_irq(void)
>  	 * uses GIC instead of VIC.
>  	 */
>  	s5p_init_irq(NULL, 0);
> +
> +	gic_arch_extn.irq_set_wake = s3c_irq_wake;
>  }
> 
>  void __init exynos5_init_irq(void)
> --
> 1.7.9.5

Applied, thanks

- Kukjin

      reply	other threads:[~2012-12-27 18:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-27  4:00 [PATCH] ARM: EXYNOS4: Add support for rtc wakeup Inderpal Singh
2012-12-27 18:40 ` Kukjin Kim [this message]

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='01a901cde461$b14a9c70$13dfd550$@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=inderpal.singh@linaro.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=patches@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.