From: Boris BREZILLON Date: Tue, 2 Sep 2014 07:50:16 +0000 (+0200) Subject: clk: at91: fix recalc_rate implementation of PLL driver X-Git-Tag: fixes-against-v3.18-rc2~68^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87e2ed338f1b56798807ccf12eb6112d25062202;p=pandora-kernel.git clk: at91: fix recalc_rate implementation of PLL driver Use the cached values to calculate PLL rate instead of the register values. This is required to prevent erroneous PLL rate return when the PLL rate has been configured but the PLL is not prepared yet. Signed-off-by: Boris BREZILLON Reported-by: Gaël PORTAY Tested-by: Gaël PORTAY Signed-off-by: Mike Turquette --- Reading git-diff-tree failed