clk: ingenic: add driver for Ingenic SoC CGU clocks
authorPaul Burton <paul.burton@imgtec.com>
Sun, 24 May 2015 15:11:35 +0000 (16:11 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 21 Jun 2015 19:53:15 +0000 (21:53 +0200)
commitb066303fb3e72a902a1f94dc06636ce82c3a5577
treeca7a04335225186e60d0ff5a1c12cb30cc5ff481
parentfe4ef45b5b40c496aa0c85d059c713c79b804e06
clk: ingenic: add driver for Ingenic SoC CGU clocks

This driver supports the CGU clocks for Ingenic SoCs. It is generic
enough to be usable across at least the JZ4740 to the JZ4780, and will
be made use of on such devices in subsequent commits. This patch by
itself only adds the SoC-agnostic infrastructure that forms the bulk of
the CGU driver for the aforementioned further commits to make use of.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Co-authored-by: Paul Cercueil <paul@crapouillou.net>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Mike Turquette <mturquette@linaro.org>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: linux-clk@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/10150/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/clk/Makefile
drivers/clk/ingenic/Makefile [new file with mode: 0644]
drivers/clk/ingenic/cgu.c [new file with mode: 0644]
drivers/clk/ingenic/cgu.h [new file with mode: 0644]