clk: mvebu: new driver for Armada CP110 system controller
commitd3da3eaef7f4d0317d01c08824b65e5aee1315ef
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 14 Apr 2016 15:33:33 +0000 (14 17:33 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 6 May 2016 22:27:02 +0000 (6 15:27 -0700)
tree66a477beba02446c9a4a7161cb195c3e5ec70480
parent6e660e5cd0709f0f8f1e2cf375d204db645b1a51
clk: mvebu: new driver for Armada CP110 system controller

The Armada CP110 system controller provides, amongst other things, a
number of clocks for the platform: a small number of core clocks, and
then a number of gatable clocks, derived from some of the core
clocks. Those clocks are configured via registers of the CP110 System
Controller.

The CP110 is the other core HW block (next to the AP806) used in the
Marvel Armada 7K and 8K SoCs.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
[sboyd@codeaurora.org: Silence some checkpatch noise]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/mvebu/Kconfig
drivers/clk/mvebu/Makefile
drivers/clk/mvebu/cp110-system-controller.c [new file with mode: 0644]