]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commita8aceccb4d5db0acb476b74051525fb26f57f8ae
tree1ea3c1b912f065fab116417d750d208de1973454
parent68b9f608679424ea08e6fbead5dc82599bfe667f
CLK: TI: add DT alias clock registration mechanism

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]