Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | m68knommu: export clk_* symbols in clk.c | Steven King | 2009-12-04 | 1 | -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 infrastructure | Greg Ungerer | 2009-03-24 | 1 | -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> |