]> git.karo-electronics.de Git - linux-beck.git/commit
CLK: SPEAr: Correct index scanning done for clock synths
authorDeepak Sikri <deepak.sikri@st.com>
Sat, 10 Nov 2012 06:43:46 +0000 (12:13 +0530)
committerMike Turquette <mturquette@linaro.org>
Wed, 21 Nov 2012 19:46:06 +0000 (11:46 -0800)
commit1b2d4ad585d5bfb57603aed08e8fab99069e16e7
treefdae9f0f1453f53b282d3c5fa525a63a4cd6ce3e
parentef0fd0a207c00b09449f33724322ba762d822d97
CLK: SPEAr: Correct index scanning done for clock synths

The patch corrects the case when the rate table is being scanned for a
given frequency, and the search frequency is beyond the maximum
frequency indexed in the table.

By default, the system should be set at max frequency present in the
rate table. This patch correctly returns the corresponding index value.

Signed-off-by: Deepak Sikri <deepak.sikri@st.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/spear/clk.c