diff options
author | John Rigby <jrigby@freescale.com> | 2008-07-09 14:54:02 -0600 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2008-07-12 12:10:54 -0600 |
commit | 137e95906e294913fab02162e8a1948ade49acb5 (patch) | |
tree | aed5eba8a75a80575e95d157b17dc024a6d4bf3a /Makefile | |
parent | 4df64c3e58d28ffc5c61bdbdd733c5d0303b9f3c (diff) | |
download | linux-3.10-137e95906e294913fab02162e8a1948ade49acb5.tar.gz linux-3.10-137e95906e294913fab02162e8a1948ade49acb5.tar.bz2 linux-3.10-137e95906e294913fab02162e8a1948ade49acb5.zip |
powerpc/mpc5121: Add clock driver
Plugs into the generic powerpc clock driver in
arch/powerpc/kernel/clock.c
The following subset of clk_interface is implemented:
clk_get, clk_put: get clock via name, release clock
clk_enable, clk_disable: enable or disable clock
clk_get_rate: get clock rate in Hz
clk_set_rate: stubbed
clk_round_rate: stubbed
clk_set_parent: NULL
clk_get_parent: NULL
Signed-off-by: John Rigby <jrigby@freescale.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +FRED=42 VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 26 |