linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] ARM: imx: suspend support for imx6dl and imx6sl
Date: Thu, 17 Oct 2013 11:17:10 +0800	[thread overview]
Message-ID: <1381979834-20998-1-git-send-email-shawn.guo@linaro.org> (raw)

The series enables suspend support for imx6dl and imx6sl with reusing
imx6q suspend code.

The patch #3 works around a defect with low power mode design which
affects all three existing imx6 SoCs, although the issue is hard to
be seen on imx6q due to its AXI fabric FIFO.  FSL will publish an errata
for it soon.

Shawn Guo (4):
  ARM: imx6q: move low-power code out of clock driver
  ARM: imx6q: call WB and RBC configuration from imx6q_pm_enter()
  ARM: imx: ensure dsm_request signal is not asserted when setting LPM
  ARM: imx: enable suspend for imx6sl

 arch/arm/boot/dts/imx6sl.dtsi   |    3 +-
 arch/arm/mach-imx/Makefile      |    2 +
 arch/arm/mach-imx/clk-imx6q.c   |  156 +---------------------------------
 arch/arm/mach-imx/clk-imx6sl.c  |    3 +
 arch/arm/mach-imx/common.h      |    5 ++
 arch/arm/mach-imx/gpc.c         |    4 +-
 arch/arm/mach-imx/mach-imx6sl.c |    3 +
 arch/arm/mach-imx/mxc.h         |    5 ++
 arch/arm/mach-imx/pm-imx6q.c    |  176 ++++++++++++++++++++++++++++++++++++++-
 9 files changed, 199 insertions(+), 158 deletions(-)

-- 
1.7.9.5

             reply	other threads:[~2013-10-17  3:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-17  3:17 Shawn Guo [this message]
2013-10-17  3:17 ` [PATCH 1/4] ARM: imx6q: move low-power code out of clock driver Shawn Guo
2013-10-17  3:17 ` [PATCH 2/4] ARM: imx6q: call WB and RBC configuration from imx6q_pm_enter() Shawn Guo
2013-10-17  3:17 ` [PATCH 3/4] ARM: imx: ensure dsm_request signal is not asserted when setting LPM Shawn Guo
2013-10-17  3:17 ` [PATCH 4/4] ARM: imx: enable suspend for imx6sl Shawn Guo

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=1381979834-20998-1-git-send-email-shawn.guo@linaro.org \
    --to=shawn.guo@linaro.org \
    --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).