]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: mvebu: add Armada XP SoC-centric clock init
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Sat, 11 May 2013 01:08:06 +0000 (03:08 +0200)
committerJason Cooper <jason@lakedaemon.net>
Sun, 19 May 2013 19:49:04 +0000 (19:49 +0000)
commitb5305f6e5b9f122b59ac5a6acfc9e9b6a2b8f8ff
treebcb5979a8306c33fa7ceb5c22a9a236f4bdce921
parent802821c38fb8ddaa1268f22aef1277d0342d721c
clk: mvebu: add Armada XP SoC-centric clock init

This is moving core clock and clock gating init for Armada XP to
its own file and adds a Kconfig option. Also init functions are added
and declared so they get called on of_clk_init.

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/Kconfig
drivers/clk/mvebu/Makefile
drivers/clk/mvebu/armada-xp.c [new file with mode: 0644]