summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mxs/clk-ref.c
Commit message (Collapse)AuthorAgeFilesLines
* clk: mxs: Include clk.h in C files that use itStephen Boyd2015-07-201-1/+0
| | | | | | | | | | | | | Clock provider drivers generally shouldn't include clk.h because it's the consumer API. The clk.h include is being included in all mxs files because it's part of mxs/clk.h even though nothing actually requires it in that file. Move the clk.h include to the C files that are actually using it and remove the clk.h include from the header file. The clkdev.h include isn't used either, so drop it too. Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: mxs: add mxs specific clocksShawn Guo2012-05-091-0/+154
Add mxs specific clocks, pll, reference clock (PFD), integer divider and fractional divider. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
OpenPOWER on IntegriCloud