]> git.baikalelectronics.ru Git - kernel.git/commit
clk: add versatile ICST307 driver
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 11 Jun 2012 15:29:54 +0000 (17:29 +0200)
committerMike Turquette <mturquette@linaro.org>
Thu, 12 Jul 2012 00:58:44 +0000 (17:58 -0700)
commit44473f05ebde979fd671fb21b453ea66a5a5e845
tree4f50b6f6176db84294be1d114979f1375e90dafc
parentbe80a6eb9cfa9bd74af657936d16c52623cd3be1
clk: add versatile ICST307 driver

The ICST307 VCO clock has a shared driver in the ARM
architecture. This patch provides a wrapper into the common
clock framework so we can use the implementation in the
ARM architecture without duplicating the code until all
ARM platforms using this VCO are moved over. At that point
we can merge the driver from the ARM platform into the
generic file altogether.

Cc: Russell King <linux@arm.linux.org.uk>
Cc: Mike Turquette <mturquette@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
[mturquette@linaro.org: removed versatile Kconfig]
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/Makefile
drivers/clk/versatile/Makefile [new file with mode: 0644]
drivers/clk/versatile/clk-icst.c [new file with mode: 0644]
drivers/clk/versatile/clk-icst.h [new file with mode: 0644]