msm: clock: Migrate to clkdev
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 23 Feb 2011 17:37:42 +0000 (09:37 -0800)
committerDavid Brown <davidb@codeaurora.org>
Mon, 28 Feb 2011 20:40:17 +0000 (12:40 -0800)
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 <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>

No differences found