]> git.karo-electronics.de Git - karo-tx-linux.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>
Sun, 19 May 2013 19:47:55 +0000 (19:47 +0000)
commit8a86c7ecf73c03fdeba71f2be486d1d5233a48fe
tree3072b24c7d026306ee587f9c10fdc01f4028a6a3
parentf722406faae2d073cc1d01063d1123c35425939e
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>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/clk/mvebu/clk-gating-ctrl.c