arm/imx6q: add core drivers clock, gpc, mmdc and src
authorShawn Guo <shawn.guo@linaro.org>
Tue, 6 Sep 2011 06:39:44 +0000 (14:39 +0800)
committerArnd Bergmann <arnd@arndb.de>
Mon, 31 Oct 2011 13:26:23 +0000 (14:26 +0100)
commit9fbbe6890c88aa332efe61d5894108dd8b932530
treeb27bedc317d68e969e9220cb93de8bc9fc5c62e8
parent1103643c266ae45c7098e0f7f3ee0b68e3e7c7cc
arm/imx6q: add core drivers clock, gpc, mmdc and src

It adds a number of core drivers support for imx6q, including clock,
General Power Controller (gpc), Multi Mode DDR Controller(mmdc) and
System Reset Controller (src).

Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/Kconfig
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/clock-imx6q.c [new file with mode: 0644]
arch/arm/mach-imx/gpc.c [new file with mode: 0644]
arch/arm/mach-imx/mmdc.c [new file with mode: 0644]
arch/arm/mach-imx/src.c [new file with mode: 0644]