linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: imx: suspend support for imx6dl and imx6sl
@ 2013-10-17  3:17 Shawn Guo
  2013-10-17  3:17 ` [PATCH 1/4] ARM: imx6q: move low-power code out of clock driver Shawn Guo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Shawn Guo @ 2013-10-17  3:17 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-10-17  3:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-17  3:17 [PATCH 0/4] ARM: imx: suspend support for imx6dl and imx6sl Shawn Guo
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

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).