From: Shawn Guo Date: Thu, 12 Apr 2012 12:50:18 +0000 (+0800) Subject: clk: pass parent_rate into .set_rate X-Git-Tag: v3.5-rc1~71^2~6^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c0035d710dd3bfa86d58f851b8737c7f11a9bbc;p=pandora-kernel.git clk: pass parent_rate into .set_rate For most of .set_rate implementation, parent_rate will be used, so just like passing parent_rate into .recalc_rate, let's pass parent_rate into .set_rate too. It also updates the kernel doc for .set_rate ops. Signed-off-by: Shawn Guo Signed-off-by: Mike Turquette --- Reading git-diff-tree failed