summaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/platform/coldfire/clk.c
Commit message (Collapse)AuthorAgeFilesLines
* m68knommu: export clk_* symbols in clk.cSteven King2009-12-041-1/+6
| | | | | | | | export the clk_* stubs defined in arch/m68knommu/platform/coldfire/clk.c so they can be used by modules. Signed-off-by: Steven King <sfking@fdwdc.com> Signed-off-by: Greg Ungerer <gerg@goober.(none)>
* m68knommu: introduce basic clk infrastructureGreg Ungerer2009-03-241-0/+40
Create basic support for clk API. Recent changes to the FEC driver (used by many ColdFire family parts) need this. Initially only supports getting the master clock frequency. Signed-off-by: Greg Ungerer <gerg@uclinux.org>