ARM: OMAP3: clock: remove un-used core dpll re-program code omap-for-v4.4/cleanup-pt1
authorTero Kristo <t-kristo@ti.com>
Wed, 14 Oct 2015 11:49:16 +0000 (14:49 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 14 Oct 2015 19:35:27 +0000 (12:35 -0700)
commitd42f265a5d7a352d40fa2911666cd5236bc3ccaf
treea2fc266bee5a390513eba326b1360aa43a8ae9f0
parentae428a72b4c46c4553206cf5a2917846c12ef4c2
ARM: OMAP3: clock: remove un-used core dpll re-program code

Remove the OMAP3 core DPLL re-program code, and the associated SRAM
code that does the low-level programming of the DPLL divider, idling
of the SDRAM etc.

This code was never fully implemented in the kernel; things missing
were driver side handling of core clock changes (they need to account
for their functional clock rate being changed on-the-fly), and the whole
framework required for handling this. Thus, there is not much point
to keep carrying the low-level support code either.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/clkt34xx_dpll3m2.c [deleted file]
arch/arm/mach-omap2/sram.c
arch/arm/mach-omap2/sram.h
arch/arm/mach-omap2/sram34xx.S [deleted file]