All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: shmobile: kzm9g: use late init machine hook
@ 2012-06-21  5:40 Kuninori Morimoto
  2012-06-21  9:06 ` Laurent Pinchart
  2012-06-21 10:22 ` Rafael J. Wysocki
  0 siblings, 2 replies; 3+ messages in thread
From: Kuninori Morimoto @ 2012-06-21  5:40 UTC (permalink / raw)
  To: linux-sh

Since commit 21cc1b7ede3cf456cf1d51f8a906093261f7c111 ("ARM: shmobile:
use machine specific hook for late init") suspend and CPU idle are not
initialized automatically anymore. Set shmobile_init_late() as the
machine late init hook to initialize them.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm/mach-shmobile/board-kzm9g.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c
index d8e33b6..c0ae815 100644
--- a/arch/arm/mach-shmobile/board-kzm9g.c
+++ b/arch/arm/mach-shmobile/board-kzm9g.c
@@ -455,6 +455,7 @@ DT_MACHINE_START(KZM9G_DT, "kzm9g")
 	.init_irq	= sh73a0_init_irq,
 	.handle_irq	= gic_handle_irq,
 	.init_machine	= kzm_init,
+	.init_late	= shmobile_init_late,
 	.timer		= &shmobile_timer,
 	.dt_compat	= kzm9g_boards_compat_dt,
 MACHINE_END
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] ARM: shmobile: kzm9g: use late init machine hook
  2012-06-21  5:40 [PATCH 1/2] ARM: shmobile: kzm9g: use late init machine hook Kuninori Morimoto
@ 2012-06-21  9:06 ` Laurent Pinchart
  2012-06-21 10:22 ` Rafael J. Wysocki
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2012-06-21  9:06 UTC (permalink / raw)
  To: linux-sh

Hi Morimoto-san,

Thank you for the patch.

On Wednesday 20 June 2012 22:40:08 Kuninori Morimoto wrote:
> Since commit 21cc1b7ede3cf456cf1d51f8a906093261f7c111 ("ARM: shmobile:
> use machine specific hook for late init") suspend and CPU idle are not
> initialized automatically anymore. Set shmobile_init_late() as the
> machine late init hook to initialize them.
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  arch/arm/mach-shmobile/board-kzm9g.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-shmobile/board-kzm9g.c
> b/arch/arm/mach-shmobile/board-kzm9g.c index d8e33b6..c0ae815 100644
> --- a/arch/arm/mach-shmobile/board-kzm9g.c
> +++ b/arch/arm/mach-shmobile/board-kzm9g.c
> @@ -455,6 +455,7 @@ DT_MACHINE_START(KZM9G_DT, "kzm9g")
>  	.init_irq	= sh73a0_init_irq,
>  	.handle_irq	= gic_handle_irq,
>  	.init_machine	= kzm_init,
> +	.init_late	= shmobile_init_late,
>  	.timer		= &shmobile_timer,
>  	.dt_compat	= kzm9g_boards_compat_dt,
>  MACHINE_END
-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] ARM: shmobile: kzm9g: use late init machine hook
  2012-06-21  5:40 [PATCH 1/2] ARM: shmobile: kzm9g: use late init machine hook Kuninori Morimoto
  2012-06-21  9:06 ` Laurent Pinchart
@ 2012-06-21 10:22 ` Rafael J. Wysocki
  1 sibling, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2012-06-21 10:22 UTC (permalink / raw)
  To: linux-sh

On Thursday, June 21, 2012, Kuninori Morimoto wrote:
> Since commit 21cc1b7ede3cf456cf1d51f8a906093261f7c111 ("ARM: shmobile:
> use machine specific hook for late init") suspend and CPU idle are not
> initialized automatically anymore. Set shmobile_init_late() as the
> machine late init hook to initialize them.
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Applied to the fixes branch of the renesas.git tree.

Thanks,
Rafael


> ---
>  arch/arm/mach-shmobile/board-kzm9g.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c
> index d8e33b6..c0ae815 100644
> --- a/arch/arm/mach-shmobile/board-kzm9g.c
> +++ b/arch/arm/mach-shmobile/board-kzm9g.c
> @@ -455,6 +455,7 @@ DT_MACHINE_START(KZM9G_DT, "kzm9g")
>  	.init_irq	= sh73a0_init_irq,
>  	.handle_irq	= gic_handle_irq,
>  	.init_machine	= kzm_init,
> +	.init_late	= shmobile_init_late,
>  	.timer		= &shmobile_timer,
>  	.dt_compat	= kzm9g_boards_compat_dt,
>  MACHINE_END
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-06-21 10:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-21  5:40 [PATCH 1/2] ARM: shmobile: kzm9g: use late init machine hook Kuninori Morimoto
2012-06-21  9:06 ` Laurent Pinchart
2012-06-21 10:22 ` Rafael J. Wysocki

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.