clk: mvebu: migrate CP110 system controller to clk_hw API and registration
authorMarcin Wojtas <mw@semihalf.com>
Sun, 25 Sep 2016 07:47:53 +0000 (09:47 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Wed, 2 Nov 2016 00:37:11 +0000 (17:37 -0700)
commit57ecc7a0d3f843e4c02f4a9a67b9da76a7f48b5d
tree86f71d3a5ee07c5aa4911d47c0d2414f77e97830
parent9c1b305c1e8c8d5dcdb06909a15eb0df69cff45f
clk: mvebu: migrate CP110 system controller to clk_hw API and registration

Now that we have clk_hw based provider APIs to register clks, we
can get rid of struct clk pointers while registering clks in Armada
CP110 system controller driver. This commit introduces new
API and registration for all clocks in CP110 HW blocks.

Signed-off-by: Marcin Wojtas <mw@semihalf.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/mvebu/cp110-system-controller.c