aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx/clk-pllv2.c
Commit message (Collapse)AuthorAge
* imx/clk-pllv2: fix wrong do_div() usageNicolas Pitre2015-11-30
| | | | | | | | do_div() is meant to be used with an unsigned dividend. Signed-off-by: Nicolas Pitre <nico@linaro.org> Acked-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: imx: use sign_extend32() and abs()Martin Kepplinger2015-10-01
| | | | | | | | | This simplifies the given function by getting rid of the manual sign extension as well as saving an absolute value in an extra variable. Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* ARM: imx: move clock drivers into drivers/clkShawn Guo2015-06-03
After the cleanup on clock drivers, they are now ready to be moved into drivers/clk. Let's move them into drivers/clk/imx folder. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Stephen Boyd <sboyd@codeaurora.org>