* [PATCH v2] ARM: shmobile: Use shmobile_init_late() on r8a7790 DT-only
@ 2014-06-06 6:13 Magnus Damm
2014-06-06 8:41 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2014-06-06 6:13 UTC (permalink / raw)
To: linux-sh
From: Magnus Damm <damm+renesas@opensource.se>
Tie in shmobile_init_late for the DT-only r8a7790 SoC
Multiplatform support code. This will make sure that
Suspend-to-RAM, CPUIdle and CPUFreq get initialized.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---
Changes since V1:
- Broke out patch from larger series
arch/arm/mach-shmobile/setup-r8a7790.c | 1 +
1 file changed, 1 insertion(+)
--- 0001/arch/arm/mach-shmobile/setup-r8a7790.c
+++ work/arch/arm/mach-shmobile/setup-r8a7790.c 2014-06-06 14:39:09.000000000 +0900
@@ -318,6 +318,7 @@ DT_MACHINE_START(R8A7790_DT, "Generic R8
.smp = smp_ops(r8a7790_smp_ops),
.init_early = shmobile_init_delay,
.init_time = rcar_gen2_timer_init,
+ .init_late = shmobile_init_late,
.dt_compat = r8a7790_boards_compat_dt,
MACHINE_END
#endif /* CONFIG_USE_OF */
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH v2] ARM: shmobile: Use shmobile_init_late() on r8a7790 DT-only
2014-06-06 6:13 [PATCH v2] ARM: shmobile: Use shmobile_init_late() on r8a7790 DT-only Magnus Damm
@ 2014-06-06 8:41 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2014-06-06 8:41 UTC (permalink / raw)
To: linux-sh
On Fri, Jun 06, 2014 at 03:13:47PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm+renesas@opensource.se>
>
> Tie in shmobile_init_late for the DT-only r8a7790 SoC
> Multiplatform support code. This will make sure that
> Suspend-to-RAM, CPUIdle and CPUFreq get initialized.
>
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Thanks, I have queued this up.
> ---
>
> Changes since V1:
> - Broke out patch from larger series
>
> arch/arm/mach-shmobile/setup-r8a7790.c | 1 +
> 1 file changed, 1 insertion(+)
>
> --- 0001/arch/arm/mach-shmobile/setup-r8a7790.c
> +++ work/arch/arm/mach-shmobile/setup-r8a7790.c 2014-06-06 14:39:09.000000000 +0900
> @@ -318,6 +318,7 @@ DT_MACHINE_START(R8A7790_DT, "Generic R8
> .smp = smp_ops(r8a7790_smp_ops),
> .init_early = shmobile_init_delay,
> .init_time = rcar_gen2_timer_init,
> + .init_late = shmobile_init_late,
> .dt_compat = r8a7790_boards_compat_dt,
> MACHINE_END
> #endif /* CONFIG_USE_OF */
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-06 8:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-06 6:13 [PATCH v2] ARM: shmobile: Use shmobile_init_late() on r8a7790 DT-only Magnus Damm
2014-06-06 8:41 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).