kernel_optimize_test/drivers/clk/ti
Tony Lindgren 03208cc69f clk: ti: Fix FAPLL parent enable bit handling
Commit 163152cbbe ("clk: ti: Add support for FAPLL on dm816x")
added basic support for the FAPLL on dm818x, but has a bug for the
parent PLL enable bit. The FAPLL_MAIN_PLLEN is defined as BIT(3)
but the code is doing a shift on it.

This means the parent PLL won't get disabled even if all it's child
synthesizers are disabled.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Brian Hutchinson <b.hutchman@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
2015-02-25 12:06:29 -08:00
..
apll.c
autoidle.c
clk-2xxx.c
clk-3xxx-legacy.c clk: ti: add omap3 legacy clock data 2015-01-30 10:55:19 -08:00
clk-3xxx.c
clk-7xx.c
clk-33xx.c
clk-43xx.c
clk-44xx.c
clk-54xx.c
clk-816x.c
clk-dra7-atl.c
clk.c clk: omap: compile legacy omap3 clocks conditionally 2015-02-03 11:06:11 -08:00
clock.h clk: ti: composite: add support for legacy composite clock init 2015-01-30 10:55:15 -08:00
clockdomain.c
composite.c clk: omap: compile legacy omap3 clocks conditionally 2015-02-03 11:06:11 -08:00
divider.c clk: ti: divider: add support for legacy divider init 2015-01-30 10:55:05 -08:00
dpll.c clk: omap: compile legacy omap3 clocks conditionally 2015-02-03 11:06:11 -08:00
fapll.c clk: ti: Fix FAPLL parent enable bit handling 2015-02-25 12:06:29 -08:00
fixed-factor.c
gate.c clk: omap: compile legacy omap3 clocks conditionally 2015-02-03 11:06:11 -08:00
interface.c clk: omap: compile legacy omap3 clocks conditionally 2015-02-03 11:06:11 -08:00
Makefile clk: omap: compile legacy omap3 clocks conditionally 2015-02-03 11:06:11 -08:00
mux.c