From: Stephen Boyd Date: Mon, 17 Jun 2013 17:43:19 +0000 (-0700) Subject: ARM: msm: Migrate to common clock framework X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~67^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cc7f5338e729b79194e6c22e3c794faaef974b8;p=pandora-kernel.git ARM: msm: Migrate to common clock framework Move the existing clock code in mach-msm to the common clock framework. We lose our capability to set the rate of and enable a clock through debugfs. This is ok though because the debugfs features are mainly used for testing and development of new clock code. To maintain compatibility with the original MSM clock code we make a wrapper for clk_reset() that calls the struct msm_clk specific reset function. This is necessary for the usb and sdcc devices on MSM until a better suited API is made available. Cc: Saravana Kannan Acked-by: Mike Turquette Signed-off-by: Stephen Boyd Signed-off-by: David Brown --- Reading git-diff-tree failed