summaryrefslogtreecommitdiffstats
path: root/drivers/clk/shmobile/clk-r8a7740.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: Add R8A7740-specific clock supportUlrich Hecht2014-05-231-0/+199
Driver for the R8A7740'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: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
OpenPOWER on IntegriCloud