This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
forked from
Minki/linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e91411b44d
linux
/
arch
/
arm
/
mach-mxs
/
Makefile
3 lines
65 B
Makefile
Raw
Normal View
History
Unescape
Escape
ARM: mxs: add initial pm support This is a very initial pm support and basically does nothing. With this pm support entry, drivers can start testing their own pm functions. Signed-off-by: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2011-01-24 09:05:25 +00:00
obj-$(CONFIG_PM)
+=
pm.o
ARM: mxs: add initial device tree support for imx28-evk board This patch includes basic dt support which can boot via nfs rootfs. Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Marek Vasut <marex@denx.de>
2012-03-31 13:26:57 +00:00
obj-$(CONFIG_MACH_MXS_DT)
+=
mach-mxs.o
Reference in New Issue
Copy Permalink