linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: OMAP2+: AM43XX: Enable autoidle for clks in am43xx_init_late
Date: Wed, 16 Sep 2015 17:02:04 -0700	[thread overview]
Message-ID: <20150917000203.GD4215@atomide.com> (raw)
In-Reply-To: <1442346454-5305-1-git-send-email-d-gerlach@ti.com>

* Dave Gerlach <d-gerlach@ti.com> [150915 12:51]:
> Add omap2_clk_enable_autoidle_all to am43xx_init_late otherwise the call
> to omap2_clk_disable_autoidle_all in am43xx_init_early may cause some
> clocks to always stay active and prevent low power mode transitions.
> 
> Signed-off-by: Dave Gerlach <d-gerlach@ti.com>

Applying into omap-for-v4.3/fixes thanks.

Tony

> ---
>  arch/arm/mach-omap2/io.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
> index 980c937..3eaeaca 100644
> --- a/arch/arm/mach-omap2/io.c
> +++ b/arch/arm/mach-omap2/io.c
> @@ -676,6 +676,7 @@ void __init am43xx_init_early(void)
>  void __init am43xx_init_late(void)
>  {
>  	omap_common_late_init();
> +	omap2_clk_enable_autoidle_all();
>  }
>  #endif
>  
> -- 
> 2.4.6
> 

      reply	other threads:[~2015-09-17  0:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-15 19:47 [PATCH] ARM: OMAP2+: AM43XX: Enable autoidle for clks in am43xx_init_late Dave Gerlach
2015-09-17  0:02 ` Tony Lindgren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150917000203.GD4215@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).