From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Date: Thu, 21 Jun 2012 09:06:20 +0000 Subject: Re: [PATCH 2/2] ARM: shmobile: kzm9d: use late init machine hook Message-Id: <1530699.fls0LpDmq0@avalon> List-Id: References: <87fw9p8bn8.wl%kuninori.morimoto.gx@renesas.com> In-Reply-To: <87fw9p8bn8.wl%kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org Hi Morimoto-san, Thank you for the patch. On Wednesday 20 June 2012 22:41:34 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 Acked-by: Laurent Pinchart > --- > arch/arm/mach-shmobile/board-kzm9d.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-shmobile/board-kzm9d.c > b/arch/arm/mach-shmobile/board-kzm9d.c index 7bc5e7d..6a33cf3 100644 > --- a/arch/arm/mach-shmobile/board-kzm9d.c > +++ b/arch/arm/mach-shmobile/board-kzm9d.c > @@ -80,6 +80,7 @@ DT_MACHINE_START(KZM9D_DT, "kzm9d") > .init_irq = emev2_init_irq, > .handle_irq = gic_handle_irq, > .init_machine = kzm9d_add_standard_devices, > + .init_late = shmobile_init_late, > .timer = &shmobile_timer, > .dt_compat = kzm9d_boards_compat_dt, > MACHINE_END -- Regards, Laurent Pinchart