ARM: OMAP2+: clock: move clock provider infrastructure to clock driver
authorTero Kristo <t-kristo@ti.com>
Wed, 22 Oct 2014 12:15:36 +0000 (15:15 +0300)
committerTero Kristo <t-kristo@ti.com>
Fri, 27 Mar 2015 08:53:30 +0000 (10:53 +0200)
commit9f029b1579b2dfe291006e5bfe8e7d0c4ef20828
treeba0f8c8e987ebf637a8f87df83c38606e018365f
parent3a3e1c88362429ca3a6ef84d232e56b197294ce0
ARM: OMAP2+: clock: move clock provider infrastructure to clock driver

Splits the clock provider init out of the PRM driver and moves it to
clock driver. This is needed so that once the PRCM drivers are separated,
they can logically just access the clock driver not needing to go through
common PRM code. This would be wrong in the case of control module for
example.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm/mach-omap2/clock.c
arch/arm/mach-omap2/clock.h
arch/arm/mach-omap2/prm_common.c