]> bbs.cooldavid.org Git - net-next-2.6.git/commit
m68knommu: introduce basic clk infrastructure
authorGreg Ungerer <gerg@uclinux.org>
Wed, 4 Mar 2009 00:43:06 +0000 (10:43 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 24 Mar 2009 05:17:45 +0000 (15:17 +1000)
commitfacdf0ed4f594485fb2a1d2d024a150924c6b01c
tree911afb933893c6fce25ef3e36cd3fa09ac0ac87a
parenta5505464c7c133d01f409426982aa28da111ceb8
m68knommu: introduce basic clk infrastructure

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>
arch/m68knommu/platform/coldfire/Makefile
arch/m68knommu/platform/coldfire/clk.c [new file with mode: 0644]