original_kernel/arch/m68k/platform/coldfire
Greg Ungerer 280ef31a00 m68knommu: modify clock code so it can be used by all ColdFire CPU types
The existing clk.c code for ColdFire CPUs has one set of functions to
support those CPU types that have selectable clocks (those with a PPMCR
register), and a duplicate simpler set for those with static clocks.

Modify the clk.c code so there is just one set of support functions. All
CPU types now define a list of clocks (in "struct clk"s), so we only need
a single set of clock functions.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
2012-12-05 10:51:35 +10:00
..
Makefile
cache.c
clk.c m68knommu: modify clock code so it can be used by all ColdFire CPU types 2012-12-05 10:51:35 +10:00
device.c
dma.c
dma_timer.c
entry.S
firebee.c
gpio.c
head.S
intc-2.c
intc-525x.c
intc-5249.c
intc-5272.c
intc-simr.c
intc.c
m54xx.c m68knommu: add clock definitions for 54xx ColdFire CPU types 2012-12-05 10:51:35 +10:00
m520x.c
m523x.c m68knommu: add clock definitions for 523x ColdFire CPU types 2012-12-05 10:51:26 +10:00
m525x.c m68knommu: add clock definitions for 525x ColdFire CPU types 2012-12-05 10:51:28 +10:00
m527x.c m68knommu: add clock definitions for 527x ColdFire CPU types 2012-12-05 10:51:30 +10:00
m528x.c m68knommu: add clock definitions for 528x ColdFire CPU types 2012-12-05 10:51:31 +10:00
m532x.c
m5206.c
m5249.c m68knommu: add clock definitions for 5249 ColdFire CPU types 2012-12-05 10:51:27 +10:00
m5272.c m68knommu: add clock definitions for 5272 ColdFire CPU types 2012-12-05 10:51:29 +10:00
m5307.c m68knommu: add clock definitions for 5307 ColdFire CPU types 2012-12-05 10:51:32 +10:00
m5407.c m68knommu: add clock definitions for 5407 ColdFire CPU types 2012-12-05 10:51:33 +10:00
m5441x.c
mcf8390.c
nettel.c
pci.c
pit.c
reset.c
sltimers.c
timers.c
vectors.c