From: Tony Lindgren <tony@atomide.com>
To: "K, Ambresh" <ambresh@ti.com>
Cc: "DebBarma, Tarun Kanti" <tarun.kanti@ti.com>,
linux-omap <linux-omap@vger.kernel.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] OMAP4: DMTIMER: enable autoidle mode
Date: Fri, 1 Jul 2011 00:26:10 -0700 [thread overview]
Message-ID: <20110701072610.GD23145@atomide.com> (raw)
In-Reply-To: <BANLkTinSJkAkq40uJW2qd63yAYJ6f8DrFw@mail.gmail.com>
* K, Ambresh <ambresh@ti.com> [110615 21:41]:
> On Wed, Jun 15, 2011 at 9:39 PM, DebBarma, Tarun Kanti
> <tarun.kanti@ti.com>wrote:
> > >
> > > Currently autoidle is only enabled for OMAP2/3; by enabling autoidle,
> > > the automatic L4 clock gating strategy is applied based on L4 activity,
> > > otherwise L4 clock to module will be a free running.
Applying this into devel-fixes.
> > > - /* Enable autoidle on OMAP2 / OMAP3 */
> > > - if (cpu_is_omap24xx() || cpu_is_omap34xx())
> > > + /* Enable autoidle on OMAP2 CPUs. */
> > > + if (cpu_class_is_omap2())
> > > l |= 0x1 << 0;
> > BTW, in the hwmod adaptation series this is taken care by the framework.
> >
>
> Ok!
That should be a trivial update. Let's first merge this fix so L4 can
autoidle on omap4.
Tony
prev parent reply other threads:[~2011-07-01 7:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-15 21:12 [PATCH] OMAP4: DMTIMER: enable autoidle mode Ambresh K
2011-06-16 4:39 ` DebBarma, Tarun Kanti
[not found] ` <BANLkTinSJkAkq40uJW2qd63yAYJ6f8DrFw@mail.gmail.com>
2011-07-01 7:26 ` 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=20110701072610.GD23145@atomide.com \
--to=tony@atomide.com \
--cc=ambresh@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=tarun.kanti@ti.com \
/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 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.