From: shawn.guo@freescale.com (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: imx: add cpuidle support for i.mx6sx
Date: Sat, 21 Jun 2014 17:43:17 +0800 [thread overview]
Message-ID: <20140621094316.GC16239@dragon> (raw)
In-Reply-To: <20140621093325.GE18165@dragon>
On Sat, Jun 21, 2014 at 05:33:26PM +0800, Shawn Guo wrote:
> > @@ -66,7 +67,8 @@ static struct cpuidle_driver imx6q_cpuidle_driver = {
> > int __init imx6q_cpuidle_init(void)
> > {
> > /* Need to enable SCU standby for entering WAIT modes */
> > - imx_scu_standby_enable();
> > + if (!cpu_is_imx6sx())
> > + imx_scu_standby_enable();
>
> Hmm, why is SoloX special in this regarding? Does SoloLite work well
> without this change?
Sorry. I missed that SoloLite is handled by imx6sl_cpuidle_init()
separately.
Patch applied, thanks.
Shawn
prev parent reply other threads:[~2014-06-21 9:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-20 5:44 [PATCH] ARM: imx: add cpuidle support for i.mx6sx Anson Huang
2014-06-21 9:33 ` Shawn Guo
2014-06-21 9:43 ` Shawn Guo [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=20140621094316.GC16239@dragon \
--to=shawn.guo@freescale.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).