* [PATCH] ARM: EXYNOS4: Add support for rtc wakeup
@ 2012-12-27 4:00 Inderpal Singh
2012-12-27 18:40 ` Kukjin Kim
0 siblings, 1 reply; 2+ messages in thread
From: Inderpal Singh @ 2012-12-27 4:00 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: kgene.kim, patches
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* RE: [PATCH] ARM: EXYNOS4: Add support for rtc wakeup
2012-12-27 4:00 [PATCH] ARM: EXYNOS4: Add support for rtc wakeup Inderpal Singh
@ 2012-12-27 18:40 ` Kukjin Kim
0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2012-12-27 18:40 UTC (permalink / raw)
To: 'Inderpal Singh', linux-samsung-soc; +Cc: patches
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-27 18:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-27 4:00 [PATCH] ARM: EXYNOS4: Add support for rtc wakeup Inderpal Singh
2012-12-27 18:40 ` Kukjin Kim
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.