From: Stefan Roese Date: Thu, 7 Jun 2012 23:21:05 +0000 (+0000) Subject: net: stmmac: Fix clock en-/disable calls X-Git-Tag: v3.5-rc3~22^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=883ffd6e64114495f68652721065149a2bbd9de6;p=pandora-kernel.git net: stmmac: Fix clock en-/disable calls clk_{un}prepare is mandatory for platforms using common clock framework. Since these drivers are used by SPEAr platform, which supports common clock framework, add clk_{un}prepare() support for them. Otherwise the clocks are not correctly en-/disabled and ethernet support doesn't work. Signed-off-by: Stefan Roese Cc: Viresh Kumar Cc: Giuseppe Cavallaro Signed-off-by: David S. Miller --- Reading git-diff-tree failed