From: Stephen Boyd Date: Wed, 23 Feb 2011 17:37:42 +0000 (-0800) Subject: msm: clock: Migrate to clkdev X-Git-Tag: v2.6.39-rc1~433^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd32344a6baa8baac9c2b3e9c6c649cc4ed53920;p=pandora-kernel.git msm: clock: Migrate to clkdev Migrating to clkdev has several advantages: * Less code in mach-msm/clock.c * A more robust clk_get() implementation * clk_add_alias() support * clk_get_sys() support In general, this will help board authors setup clock aliases and break the dependency on device pointers in the clock tables. Signed-off-by: Stephen Boyd Signed-off-by: David Brown --- Reading git-diff-tree failed