summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-mb86s7x.c
Commit message (Collapse)AuthorAgeFilesLines
* clk: mb86s7x: Migrate to clk_hw based OF and registration APIsStephen Boyd2016-08-241-6/+10
| | | | | | | | | | | Now that we have clk_hw based provider APIs to register clks, we can get rid of struct clk pointers while registering clks in these drivers, allowing us to move closer to a clear split of consumer and provider clk APIs. Cc: Jassi Brar <jaswinder.singh@linaro.org> Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: mb86s7x: Remove CLK_IS_ROOTStephen Boyd2016-03-031-2/+2
| | | | | | | This flag is a no-op now. Remove usage of the flag. Acked-by: Jassi Brar <jaswinder.singh@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: Add clock driver for mb86s7xJassi Brar2015-04-101-0/+386
The CRG11 clock controller is managed by remote f/w. This driver simply maps Linux CLK ops onto mailbox api. Signed-off-by: Andy Green <andy.green@linaro.org> Signed-off-by: Vincent Yang <vincent.yang@socionext.com> Signed-off-by: Tetsuya Nuriya <nuriya.tetsuya@socionext.com> Signed-off-by: Michael Turquette <mturquette@linaro.org>
OpenPOWER on IntegriCloud