]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.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>
Wed, 29 May 2013 19:20:59 +0000 (19:20 +0000)
commit68be12bda2cbb8317c76d4a94d5bbb8f88d48ce3
treeee978ab01f513fa165abc841a7281a2a346497e1
parent6b72333d5b2ef3a01f4e255a32c7c5c74ecf84d0
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>
Acked-by: Mike Turquette <mturquette@linaro.org>
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]