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)
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

Simple merge
Simple merge
Simple merge