]> rtime.felk.cvut.cz Git - linux-imx.git/commit
clk: ux500: Add support for sysctrl clocks
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 3 Apr 2013 12:26:57 +0000 (14:26 +0200)
committerMike Turquette <mturquette@linaro.org>
Wed, 10 Apr 2013 18:27:56 +0000 (11:27 -0700)
commit5b82d03b74cadb681377e1c2494c477185bf6619
treec6342e1461c7a35a098c236b3ee5e307472712fe
parent4cb24e68a5af427651b3529cd3fe382fb9ba1544
clk: ux500: Add support for sysctrl clocks

The abx500 sysctrl clocks are using the ab8500 sysctrl driver to
modify the clock hardware. Sysctrl clocks are represented by a
ab8500 sysctrl register and with a corresponding bitmask.

The sysctrl clocks are slow path clocks, which means clk_prepare
and clk_unprepare will be used to gate|ungate these clocks.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/ux500/Makefile
drivers/clk/ux500/clk-sysctrl.c [new file with mode: 0644]
drivers/clk/ux500/clk.h