]> git.karo-electronics.de Git - linux-beck.git/commit
clk: mvebu: introduce per-clock-gate flags
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Sat, 11 May 2013 01:08:01 +0000 (03:08 +0200)
committerJason Cooper <jason@lakedaemon.net>
Wed, 29 May 2013 19:20:04 +0000 (19:20 +0000)
commit29020c9a400d89798df2171fe95291d1bb295563
tree32089cd0e1ba0e8862d7e4bccc47f58a63ffc5d6
parent3d9939c92efdd4ced672b94994959ca71b141cb8
clk: mvebu: introduce per-clock-gate flags

Clock gates found on MVEBU SoCs get registered by a common function.
To allow specific SoCs to provide tweaks introduce flags to the clock
gate descriptor instead of filling up the common function SoC specific
tweaks.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/clk/mvebu/clk-gating-ctrl.c