]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00273425 ARM: imx: enable suspend code for imx6q/dl
authorRobin Gong <b38343@freescale.com>
Mon, 5 Aug 2013 09:40:02 +0000 (17:40 +0800)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:54:26 +0000 (09:54 +0800)
commit57a111a54fd638beb67d6a9ff3e3b3569be29dc3
tree608b6c22f518c65928a8529608a12117d7c1d98a
parent1424d32125c01024bc15f25feb0789b68725dd99
ENGR00273425 ARM: imx: enable suspend code for imx6q/dl

Enable DSM code for imx6, the code porting form kernel 3.5.7.So with the patch,
we can suspend imx6q, imx6dl from iram to decrease power number of DDR IO:
save ~15mA@1.5V on imx6qsabresd, but need more ~30us in suspend and resume back.

Signed-off-by: Robin Gong <b38343@freescale.com>
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/common.h
arch/arm/mach-imx/hardware.h
arch/arm/mach-imx/mach-imx6q.c
arch/arm/mach-imx/mx6.h [new file with mode: 0644]
arch/arm/mach-imx/pm-imx6q.c
arch/arm/mach-imx/suspend-imx6.S [new file with mode: 0644]