From: Rajendra Nayak Date: Sat, 10 Nov 2012 23:58:40 +0000 (-0700) Subject: ARM: OMAP: clock: Nuke plat/clock.c & reuse struct clk as clk_hw_omap X-Git-Tag: omap-for-v3.8/clock-signed^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5a2366c1833100aae0d00eaec4c15d15d290c85;p=pandora-kernel.git ARM: OMAP: clock: Nuke plat/clock.c & reuse struct clk as clk_hw_omap plat/clock.c which has most of usecounting/locking infrastructure will be used only for OMAP1 until that is moved to use COMMON clk. reuse most of what plat/clock.h has while we move to common clk, and move most of what 'struct clk' was as 'struct clk_hw_omap' which will then be used to define platform specific parameters. All usecounting/locking related variables from 'struct clk' are dropped as they will not be used with 'struct clk_hw_omap'. Based on the original changes from Mike Turquette. Signed-off-by: Rajendra Nayak Signed-off-by: Mike Turquette Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed