]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: imx: add CPU clock type
authorLucas Stach <l.stach@pengutronix.de>
Fri, 26 Sep 2014 13:41:01 +0000 (15:41 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Sun, 23 Nov 2014 06:56:19 +0000 (14:56 +0800)
commite0fed5133cc3656319e94c258e4a064dca8ccb27
tree11fb6e743305737c289f1f83f0206a142c07e4e4
parent6f0628aa9f0fb7c877e52d4d8c6edb11bcd91736
ARM: imx: add CPU clock type

This implements a virtual clock used to abstract away
all the steps needed in order to change the ARM clock,
so we don't have to push all this clock handling into
the cpufreq driver.

While it will be used for i.MX53 at first it is generic
enough to be used on i.MX6 later on.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/clk-cpu.c [new file with mode: 0644]
arch/arm/mach-imx/clk.h