From: Barry Song Date: Thu, 20 Dec 2012 08:51:31 +0000 (+0800) Subject: clk: prima2: enable dt-binding clkdev mapping X-Git-Tag: v3.9-rc1~149^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb8b8f2e7164b819ca35a3d6240198fdb98d0ef3;p=pandora-kernel.git clk: prima2: enable dt-binding clkdev mapping this patche deletes hard code that registers clkdev by things like: clk_register_clkdev(clk, NULL, "b0030000.nand"); clk_register_clkdev(clk, NULL, "b0040000.audio"); clk_register_clkdev(clk, NULL, "b0080000.usp"); prima2 clock controller becomes a clock provider and every dt node just declares its clock sources by dt prop. it also makes us easier to extend this driver to support both prima2 and marco as marco has different address mapping with prima2. Signed-off-by: Barry Song Signed-off-by: Mike Turquette --- Reading git-diff-tree failed