]> git.baikalelectronics.ru Git - kernel.git/commit
clk: ti: add omap3 legacy clock data
authorTero Kristo <t-kristo@ti.com>
Thu, 29 Jan 2015 20:25:40 +0000 (22:25 +0200)
committerMichael Turquette <mturquette@linaro.org>
Fri, 30 Jan 2015 18:55:19 +0000 (10:55 -0800)
commitb679c9e7a6e7bc0d09af55d0e33b4a67450a836b
treeaae26c5754e511991979480341f2598372b0c56b
parentb5142b2c4dfd82089e751269398de01f370d85f2
clk: ti: add omap3 legacy clock data

Introduces omap3 legacy clock data under clock driver. The clock data
is also in new format, which makes it possible to get rid of the
clk-private.h header. This patch also introduces SoC specific init
functions that shall be called from the low level init.

The data format used in this file has two possible evolution paths;
it can either be removed completely once no longer needed, or it will
be possible to retain the format and modify the TI clock driver to be
a loadable module at some point. The actual path to be followed
will be decided later.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
drivers/clk/ti/Makefile
drivers/clk/ti/clk-3xxx-legacy.c [new file with mode: 0644]
include/linux/clk/ti.h