summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Rigby <jrigby@freescale.com>2008-07-09 14:54:02 -0600
committerGrant Likely <grant.likely@secretlab.ca>2008-07-12 12:10:54 -0600
commit137e95906e294913fab02162e8a1948ade49acb5 (patch)
treeaed5eba8a75a80575e95d157b17dc024a6d4bf3a /Makefile
parent4df64c3e58d28ffc5c61bdbdd733c5d0303b9f3c (diff)
downloadlinux-137e95906e294913fab02162e8a1948ade49acb5.tar.gz
linux-137e95906e294913fab02162e8a1948ade49acb5.tar.xz
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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6aff5f47c21d..fc3ae9fc8471 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+FRED=42
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 26