]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: mvebu: add Kirkwood SoC-centric clock init
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Sat, 11 May 2013 01:08:04 +0000 (03:08 +0200)
committerJason Cooper <jason@lakedaemon.net>
Sun, 19 May 2013 19:48:40 +0000 (19:48 +0000)
commite5c0f6fe041c00b5d851bf22973bddc29b03b23e
treee543e37963d9cf6a43d27bf6fcef21476a0713c8
parent18c499e150f395b34590c6e8fec781ebf6a6e437
clk: mvebu: add Kirkwood SoC-centric clock init

This is moving core clock and clock gating init for Kirkwood 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/kirkwood.c [new file with mode: 0644]