]> asedeno.scripts.mit.edu Git - linux.git/commit
clk: mvebu: new driver for Armada AP806 system controller
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 14 Apr 2016 15:33:31 +0000 (17:33 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 6 May 2016 22:13:56 +0000 (15:13 -0700)
commit89a426b1966588eb215ec08530054016ee10b0cc
treebd71a844e966653ab7eb47f6317658ed71e58e6d
parentf3bf9841b837cba56d1e42d510c59623f14de3e4
clk: mvebu: new driver for Armada AP806 system controller

The Armada AP806 system controller, amongst other things, provides a
number of clocks for the platform: the CPU cluster clocks, whose
frequencies are found by reading the Sample At Reset register, one
fixed clock, and another clock derived from the fixed clock, which is
the one used by most peripherals in AP806.

The AP806 is one of the two core HW blocks used in the Marvell 7K/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/ap806-system-controller.c [new file with mode: 0644]