[PATCH 0/4] ARM: imx: suspend support for imx6dl and imx6sl

Shawn Guo shawn.guo at linaro.org
Wed Oct 16 23:17:10 EDT 2013


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





More information about the linux-arm-kernel mailing list