https://github.com/torvalds/linux
Revision 6c7b03e1aef2e92176435f4fa562cc483422d20f authored by Boris Brezillon on 27 March 2015, 22:53:15 UTC, committed by Boris Brezillon on 19 June 2015, 12:43:39 UTC
The PLL impose a certain input range to work correctly, but it appears that
this input range does not apply on the input clock (or parent clock) but
on the input clock after it has passed the PLL divisor.
Fix the implementation accordingly.

Cc: <stable@vger.kernel.org> # v3.14+
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Reported-by: Jonas Andersson <jonas@microbit.se>
1 parent 03bc10a
Raw File
Tip revision: 6c7b03e1aef2e92176435f4fa562cc483422d20f authored by Boris Brezillon on 27 March 2015, 22:53:15 UTC
clk: at91: pll: fix input range validity check
Tip revision: 6c7b03e
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top