]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7caa0c967b3881a669c34851ae9025e4c9345a02
treeba0f8c8e987ebf637a8f87df83c38606e018365f
parentb00516d7b43de9e00ab361f9fcf43392d0048495
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