ARM: OMAP4: Clock stubs since CLKDEV not in yet.
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Thu, 28 May 2009 21:16:04 +0000 (14:16 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 28 May 2009 21:16:04 +0000 (14:16 -0700)
commit748303850d589038f8ff9f5c7014afb006210b1f
tree5d22b37d7932e94ba956601bde157905e2bf525a
parent44169075e6eaa87bab6a296209d8d0610879b394
ARM: OMAP4: Clock stubs since CLKDEV not in yet.

This patch update the common clock.c file for OMAP4. The clk_get() and
clk_put() functions are moved to  common place in arch/arm/common/clkdev.c
Since on current OMAP4 platform clk management is still not supported, the
platform file is stubbed with those functions.

Once the framework is ready, this WILL be replaced with a full
clkdev implementation.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/clock.c