linux-stable/drivers/clk/ti
Tero Kristo 269bd202bc clk: ti: fix flag space conflict with clkctrl clocks
The introduction of support for CLK_SET_RATE_PARENT flag for clkctrl
clocks used a generic clock flag, which causes a conflict with the
rest of the clkctrl flags, namely the NO_IDLEST flag. This can cause
boot failures on certain platforms where this flag is introduced, by
omitting the wait for the clockctrl module to be fully enabled before
proceeding with rest of the code.

Fix this by moving all the clkctrl specific flags to their own bit-range.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Fixes: 49159a9dc3 ("clk: ti: add support for CLK_SET_RATE_PARENT flag")
Reported-by: Christophe Lyon <christophe.lyon@linaro.org>
Tested-by: Tony Lindgren <tony@atomide.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2018-04-05 15:25:22 -07:00
..
adpll.c clk: ti: check for null return in strrchr to avoid null dereferencing 2017-08-31 18:44:13 -07:00
apll.c clk: ti: convert retry_init param to use void data type 2017-12-01 15:16:24 +02:00
autoidle.c clk: ti: convert to use proper register definition for all accesses 2017-03-08 13:06:15 +02:00
clk-2xxx.c Merge branch 'cleanup-clk-h-includes' into clk-next 2015-07-28 11:59:09 -07:00
clk-3xxx.c clk: ti: omap3: cleanup unnecessary clock aliases 2017-12-01 15:17:17 +02:00
clk-7xx.c clk: ti: dra7: add clkctrl clock data 2017-12-01 15:17:18 +02:00
clk-33xx.c clk: ti: am33xx: add clkctrl clock data 2017-12-01 15:17:25 +02:00
clk-43xx.c clk: ti: am43xx: add clkctrl clock data 2017-12-01 15:17:39 +02:00
clk-44xx.c clk: ti: omap4: clkctrl data fixes for opt-clocks 2017-12-01 15:18:08 +02:00
clk-54xx.c clk: ti: omap5: add clkctrl clock data 2017-12-01 15:17:18 +02:00
clk-814x.c clk: ti: dm814: add clkctrl clock data 2017-12-01 15:18:01 +02:00
clk-816x.c clk: ti: dm816: add clkctrl clock data 2017-12-01 15:18:06 +02:00
clk-dra7-atl.c clk: ti: dra7-atl-clock: fix child-node lookups 2017-11-14 15:53:31 -08:00
clk.c clk: ti: Drop legacy clk-3xxx-legacy code 2017-12-14 08:32:06 -08:00
clkctrl.c clk: ti: clkctrl: add support for CLK_SET_RATE_PARENT flag 2018-03-08 12:14:43 +02:00
clkt_dflt.c clk: ti: convert to use proper register definition for all accesses 2017-03-08 13:06:15 +02:00
clkt_dpll.c clk: ti: convert to use proper register definition for all accesses 2017-03-08 13:06:15 +02:00
clkt_iclk.c clk: ti: convert to use proper register definition for all accesses 2017-03-08 13:06:15 +02:00
clock.h clk: ti: fix flag space conflict with clkctrl clocks 2018-04-05 15:25:22 -07:00
clockdomain.c clk: Convert to using %pOF instead of full_name 2017-07-21 15:49:54 -07:00
composite.c clk: ti: Drop legacy clk-3xxx-legacy code 2017-12-14 08:32:06 -08:00
divider.c clk: ti: Delete error messages for failed memory allocations 2017-11-13 17:41:38 -08:00
dpll.c clk: ti: Drop legacy clk-3xxx-legacy code 2017-12-14 08:32:06 -08:00
dpll3xxx.c clk: ti: convert to use proper register definition for all accesses 2017-03-08 13:06:15 +02:00
dpll44xx.c clk: ti: convert to use proper register definition for all accesses 2017-03-08 13:06:15 +02:00
fapll.c clk: ti: make clk_ops const 2017-08-23 15:53:25 -07:00
fixed-factor.c clk: ti: use automatic clock alias generation framework 2017-03-08 12:58:18 +02:00
gate.c clk: ti: Drop legacy clk-3xxx-legacy code 2017-12-14 08:32:06 -08:00
interface.c clk: ti: Drop legacy clk-3xxx-legacy code 2017-12-14 08:32:06 -08:00
Kconfig clk: ti: Add support for dm814x ADPLL 2016-03-01 16:21:25 -08:00
Makefile clk: ti: Drop legacy clk-3xxx-legacy code 2017-12-14 08:32:06 -08:00
mux.c clk: ti: Delete error messages for failed memory allocations 2017-11-13 17:41:38 -08:00