linux-stable/drivers/clk/uniphier
Kunihiko Hayashi ca85a66710 clk: uniphier: Fix fixed-rate initialization
Fixed-rate clocks in UniPhier don't have any parent clocks, however,
initial data "init.flags" isn't initialized, so it might be determined
that there is a parent clock for fixed-rate clock.

This sets init.flags to zero as initialization.

Cc: <stable@vger.kernel.org>
Fixes: 734d82f4a6 ("clk: uniphier: add core support code for UniPhier clock driver")
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/1646808918-30899-1-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2022-03-11 19:29:02 -08:00
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
clk-uniphier-core.c clk: uniphier: Add SoC-glue clock source selector support for Pro4 2021-11-02 14:34:51 -07:00
clk-uniphier-cpugear.c clk: uniphier: use semicolons rather than commas to separate statements 2020-10-13 17:43:03 -07:00
clk-uniphier-fixed-factor.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
clk-uniphier-fixed-rate.c clk: uniphier: Fix fixed-rate initialization 2022-03-11 19:29:02 -08:00
clk-uniphier-gate.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
clk-uniphier-mio.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
clk-uniphier-mux.c clk: uniphier: Fix potential infinite loop 2021-04-12 19:09:59 -07:00
clk-uniphier-peri.c clk: uniphier: Add SCSSI clock gate for each channel 2020-01-04 23:14:22 -08:00
clk-uniphier-sys.c clk: uniphier: Add SoC-glue clock source selector support for Pro4 2021-11-02 14:34:51 -07:00
clk-uniphier.h clk: uniphier: Add SoC-glue clock source selector support for Pro4 2021-11-02 14:34:51 -07:00