u-boot-brain/drivers/clk/rockchip
Alper Nebi Yasak 957a3e5493 treewide: Fix wrong CONFIG_IS_ENABLED() handling
CONFIG_IS_ENABLED() takes the kconfig name without the CONFIG_ prefix,
e.g. CONFIG_IS_ENABLED(CLK) for CONFIG_CLK. Some of these were being
fixed every now and then, see:

    commit 71ba2cb0d6 ("board: stm32mp1: correct CONFIG_IS_ENABLED usage for LED")
    commit a5ada25e42 ("rockchip: clk: fix wrong CONFIG_IS_ENABLED handling")
    commit 5daf6e56d3 ("common: console: Fix duplicated CONFIG in silent env callback")
    commit 48bfc31b64 ("MIPS: bootm: Fix broken boot_env_legacy codepath")

Fix all files found by `git grep "CONFIG_IS_ENABLED(CONFIG"` by running
':%s/CONFIG_IS_ENABLED(CONFIG_\(\w+\))/CONFIG_IS_ENABLED(\1)/g' in vim.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2020-10-14 11:16:34 -04:00
..
clk_pll.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
clk_px30.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
clk_rk322x.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
clk_rk3036.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
clk_rk3128.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
clk_rk3188.c rockchip: clk: rk3188: change APLL to safe 600MHz 2020-06-27 23:23:00 +08:00
clk_rk3288.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
clk_rk3308.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
clk_rk3328.c drivers: clk: rockchip: clk_rk3328: Add SPI support 2020-07-22 20:22:00 +08:00
clk_rk3368.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
clk_rk3399.c treewide: Fix wrong CONFIG_IS_ENABLED() handling 2020-10-14 11:16:34 -04:00
clk_rv1108.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
Makefile rockchip: clk: Add clk driver for rk3308 2019-11-17 17:22:53 +08:00