From: Mike Turquette Date: Wed, 19 Feb 2014 05:21:25 +0000 (-0800) Subject: clk: introduce clk_set_phase function & callback X-Git-Tag: fixes-against-v3.18-rc2~68^2~11^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59c5371fb9d8268d1c043172e88cecab9dc934f;p=pandora-kernel.git clk: introduce clk_set_phase function & callback A common operation for a clock signal generator is to shift the phase of that signal. This patch introduces a new function to the clk.h API to dynamically adjust the phase of a clock signal. Additionally this patch introduces support for the new function in the common clock framework via the .set_phase call back in struct clk_ops. Signed-off-by: Mike Turquette Signed-off-by: Maxime Ripard Reviewed-by: Heiko Stuebner Acked-by: Hans de Goede --- Reading git-diff-tree failed