summaryrefslogtreecommitdiffstats
path: root/drivers/clk/shmobile/clk-sh73a0.c
Commit message (Collapse)AuthorAgeFilesLines
* clk: shmobile: Remove unneeded #include <linux/clkdev.h>Geert Uytterhoeven2015-07-281-1/+1
| | | | | | | | | | | The CCF implementations for the various shmobile SoCs don't use clkdev functionality, hence drop the inclusion of <linux/clkdev.h>. Add the missing #include <linux/slab.h>, which was included implicitly through <asm/clkdev.h> before. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: shmobile: fix sparse NULL pointer warningWei Yongjun2015-01-141-1/+1
| | | | | | | | | | Fixes the following sparse warnings: drivers/clk/shmobile/clk-sh73a0.c:57:17: warning: Using plain integer as NULL pointer Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
* clk: shmobile: sh73a0 common clock framework implementationUlrich Hecht2014-12-211-0/+218
Driver for the SH73A0's clocks that are too specific to be supported by a generic driver. Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Acked-by: Mike Turquette <mturquette@linaro.org> Tested-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
OpenPOWER on IntegriCloud