All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: mach-shmobile: armadillo800eva: Use late init machine hook
@ 2012-06-20 10:53 Laurent Pinchart
  2012-06-21  5:38 ` Kuninori Morimoto
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Laurent Pinchart @ 2012-06-20 10:53 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: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 arch/arm/mach-shmobile/board-armadillo800eva.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c
index c0ad535..a70993f 100644
--- a/arch/arm/mach-shmobile/board-armadillo800eva.c
+++ b/arch/arm/mach-shmobile/board-armadillo800eva.c
@@ -990,6 +990,7 @@ DT_MACHINE_START(ARMADILLO800EVA_DT, "armadillo800eva")
 	.init_irq	= r8a7740_init_irq,
 	.handle_irq	= shmobile_handle_irq_intc,
 	.init_machine	= eva_init,
+	.init_late	= shmobile_init_late,
 	.timer		= &shmobile_timer,
 	.dt_compat	= eva_boards_compat_dt,
 MACHINE_END
-- 
1.7.3.4


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

end of thread, other threads:[~2013-10-07  5:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-20 10:53 [PATCH] ARM: mach-shmobile: armadillo800eva: Use late init machine hook Laurent Pinchart
2012-06-21  5:38 ` Kuninori Morimoto
2012-06-21 10:22 ` Rafael J. Wysocki
2012-07-06 11:08 ` [PATCH] ARM: mach-shmobile: armadillo800eva: defconfig Allow use of armhf userspace Simon Horman
2012-07-08 22:24 ` Rafael J. Wysocki
2013-02-13 12:15 ` [PATCH] ARM: mach-shmobile: armadillo800eva: enable REGULATOR in defconfig Simon Horman
2013-02-13 12:15   ` Simon Horman
2013-02-13 12:26   ` Guennadi Liakhovetski
2013-02-13 12:26     ` Guennadi Liakhovetski
2013-02-13 13:12     ` Simon Horman
2013-02-13 13:12       ` Simon Horman
2013-10-04  5:39 ` [PATCH] ARM: mach-shmobile: armadillo800eva: Fix RX packets errors on sh_eth Nguyen Hong Ky
2013-10-04  5:39 ` Nguyen Hong Ky
2013-10-04 19:39 ` Sergei Shtylyov
2013-10-07  5:11 ` Nguyen Hong Ky

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.