CLK: TI: add DT alias clock registration mechanism
authorTero Kristo <t-kristo@ti.com>
Thu, 18 Jul 2013 08:52:33 +0000 (11:52 +0300)
committerMike Turquette <mturquette@linaro.org>
Fri, 17 Jan 2014 20:32:38 +0000 (12:32 -0800)
Some devices require their clocks to be available with a specific
dev-id con-id mapping. With DT, the clocks can be found by default
only with their name, or alternatively through the device node of
the consumer. With drivers, that don't support DT fully yet, add
mechanism to register specific clock names.

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

Simple merge
Simple merge
Simple merge
Simple merge