sh: clkfwk: Rework legacy CPG clock handling.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 13 May 2009 08:38:11 +0000 (17:38 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 13 May 2009 08:38:11 +0000 (17:38 +0900)
commit253b0887b3736160feac9ccdcf146a2073e41463
treefb7e0776555cff9275760293c10c13e8c8f365fe
parent100890c55e326a9acb4429593c5ad2012c194564
sh: clkfwk: Rework legacy CPG clock handling.

This moves out the old legacy CPG clocks to their own file, and converts
over the existing users. With these clocks going away and each CPU
dealing with them on their own, CPUs can gradually move over to the new
interface.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
13 files changed:
arch/sh/Kconfig
arch/sh/include/asm/clock.h
arch/sh/include/asm/machvec.h
arch/sh/kernel/cpu/Makefile
arch/sh/kernel/cpu/clock-cpg.c [new file with mode: 0644]
arch/sh/kernel/cpu/clock.c
arch/sh/kernel/cpu/sh4/clock-sh4-202.c
arch/sh/kernel/cpu/sh4a/clock-sh7722.c
arch/sh/kernel/cpu/sh4a/clock-sh7763.c
arch/sh/kernel/cpu/sh4a/clock-sh7780.c
arch/sh/kernel/cpu/sh4a/clock-sh7785.c
arch/sh/kernel/cpu/sh4a/clock-sh7786.c
arch/sh/kernel/cpu/sh4a/clock-shx3.c