From: Peter De Schrijver Date: Wed, 3 Apr 2013 14:40:36 +0000 (+0300) Subject: clk: tegra: Refactor PLL programming code X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~8^2~9^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dba4072a4a20b2986562cced98ce04a887614528;p=pandora-kernel.git clk: tegra: Refactor PLL programming code Refactor the PLL programming code to make it useable by the new PLL types introduced by Tegra114. The following changes were done: * Split programming the PLL into updating m,n,p and updating cpcon * Move locking from _update_pll_cpcon() to clk_pll_set_rate() * Introduce _get_pll_mnp() helper * Move check for identical m,n,p values to clk_pll_set_rate() * struct tegra_clk_pll_freq_table will always contain the values as defined by the hardware. * Simplify the arguments to clk_pll_wait_for_lock() * Split _tegra_clk_register_pll() Signed-off-by: Peter De Schrijver Acked-by: Mike Turquette Signed-off-by: Stephen Warren --- Reading git-diff-tree failed