]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 8519/1: ICST: try other dividends than 1
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 10 Feb 2016 08:25:17 +0000 (09:25 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 11 Feb 2016 14:12:33 +0000 (14:12 +0000)
commit84e9c6529a2fa1f5f4b96f2f0d7984d382478f41
tree1a0f5c29365850ca1ce2254806a803fa701b31db
parent46ee94bd3a863f5820259b94c7fcd9a4e2d8a69d
ARM: 8519/1: ICST: try other dividends than 1

Since the dawn of time the ICST code has only supported divide
by one or hang in an eternal loop. Luckily we were always dividing
by one because the reference frequency for the systems using
the ICSTs is 24MHz and the [min,max] values for the PLL input
if [10,320] MHz for ICST307 and [6,200] for ICST525, so the loop
will always terminate immediately without assigning any divisor
for the reference frequency.

But for the code to make sense, let's insert the missing i++

Reported-by: David Binderman <dcb314@hotmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/common/icst.c