]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita27afa7f822dfcb80d2a61c963bb14ae7a78ea7c
treeb27bedc317d68e969e9220cb93de8bc9fc5c62e8
parent09efad6bb8fd64226e34e12f1a26f8dd1ba3d2d4
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]