From: Lars-Peter Clausen Date: Tue, 11 Sep 2012 18:56:23 +0000 (+0100) Subject: ARM: 7534/1: clk: Make the managed clk functions generically available X-Git-Tag: v3.6-rc7~7^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ef997b67f0d779c82e7e533a792c5a6837594cd;p=pandora-kernel.git ARM: 7534/1: clk: Make the managed clk functions generically available The managed clk functions are currently only available when the generic clk lookup framework is build. But the managed clk functions are merely wrappers around clk_get and clk_put and do not depend on any specifics of the generic lookup functions and there are still quite a few custom implementations of the clk API. So make the managed functions available whenever the clk API is implemented. The patch also removes the custom implementation of devm_clk_get for the coldfire platform. Signed-off-by: Lars-Peter Clausen Acked-by: Greg Ungerer Signed-off-by: Russell King --- Reading git-diff-tree failed