ARM: OMAP: clock: Nuke plat/clock.c & reuse struct clk as clk_hw_omap
authorRajendra Nayak <rnayak@ti.com>
Sat, 10 Nov 2012 23:58:40 +0000 (16:58 -0700)
committerPaul Walmsley <paul@pwsan.com>
Mon, 12 Nov 2012 20:55:49 +0000 (13:55 -0700)
commitb5a2366c1833100aae0d00eaec4c15d15d290c85
tree55e17eed9db9516de45f570ae045a437054786c2
parentc9d501e5cb0238910337213e12a09127221c35d8
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 <rnayak@ti.com>
Signed-off-by: Mike Turquette <mturquette@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/clock.h