linux/drivers/clk/hisilicon
Thorsten Blum de7aeb5ddd clk: hisilicon: Remove unnecessary local variable
The local u64 variable refdiv_val has the same value as the local u32
variable val and can be removed. Remove it and use val directly as the
divisor to also remove the following Coccinelle/coccicheck warning
reported by do_div.cocci:

  WARNING: do_div() does a 64-by-32 division, please consider using div64_u64 instead

Use the preferred div_u64() function instead of the do_div() macro.

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Link: https://lore.kernel.org/r/20240801103616.20430-1-thorsten.blum@toblux.com
Acked-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2024-08-08 12:48:33 -07:00
..
clk-hi3519.c clk: hisilicon: hi3519: Release the correct number of gates in hi3519_clk_unregister() 2024-02-21 20:23:48 -08:00
clk-hi3559a.c clk: hisilicon: Remove unnecessary local variable 2024-08-08 12:48:33 -07:00
clk-hi3620.c clk: hi3620: Fix memory leak in hi3620_mmc_clk_init() 2023-12-16 17:12:29 -08:00
clk-hi3660-stub.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
clk-hi3660.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hi3670.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hi6220-stub.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hi6220.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hip04.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk-hisi-phase.c clk: core: replace clk_{readl,writel} with {readl,writel} 2019-04-23 10:57:49 -07:00
clk-hix5hd2.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 2019-06-05 17:37:15 +02:00
clk.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
clk.h clk: hisilicon: Add clock driver for hi3559A SoC 2021-06-27 20:14:24 -07:00
clkdivider-hi6220.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
clkgate-separated.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 2019-05-21 11:28:39 +02:00
crg-hi3516cv300.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
crg-hi3798cv200.c clk: Explicitly include correct DT includes 2023-07-19 13:13:16 -07:00
crg.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 2019-05-30 11:26:37 -07:00
Kconfig clk: hisilicon: hi3559a: select RESET_HISI 2021-07-26 17:23:40 -07:00
Makefile clk: hisilicon: Add clock driver for hi3559A SoC 2021-06-27 20:14:24 -07:00
reset.c clk: hisilicon: use devm_platform_ioremap_resource() to simplify code 2019-10-16 16:17:06 -07:00
reset.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 2019-05-21 11:28:45 +02:00