linux/drivers/clk/starfive
Changhuang Liang dedceb2be8 clk: starfive: jh7110-pll: Mark the probe function as __init
Mark the jh7110_pll_probe function as __init.

There's no need to support hotplugging in the jh7110-pll driver. We use
builtin_platform_driver_probe, the probe function will only be called at
startup.

Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
Link: https://lore.kernel.org/r/20241029032828.238706-1-changhuang.liang@starfivetech.com
Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
Reviewed-by: Xingyu Wu <xingyu.wu@starfivetech.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2024-10-30 13:23:51 -07:00
..
clk-starfive-jh71x0.c clk: starfive: Simplify .determine_rate() 2023-07-19 12:50:42 -07:00
clk-starfive-jh71x0.h clk: starfive: jh7110-sys: Add notifier for PLL0 clock 2024-08-29 12:24:42 -07:00
clk-starfive-jh7100-audio.c clk: starfive: Add flags argument to JH71X0__MUX macro 2024-01-03 15:51:55 -08:00
clk-starfive-jh7100.c clk: starfive: jh7100: Add CLK_SET_RATE_PARENT to gmac_tx 2024-01-03 15:51:58 -08:00
clk-starfive-jh7110-aon.c clk: starfive: Add flags argument to JH71X0__MUX macro 2024-01-03 15:51:55 -08:00
clk-starfive-jh7110-isp.c clk: Switch back to struct platform_driver::remove() 2024-09-21 14:12:05 -07:00
clk-starfive-jh7110-pll.c clk: starfive: jh7110-pll: Mark the probe function as __init 2024-10-30 13:23:51 -07:00
clk-starfive-jh7110-stg.c clk: starfive: Add StarFive JH7110 System-Top-Group clock driver 2023-07-19 18:08:05 +01:00
clk-starfive-jh7110-sys.c clk: starfive: jh7110-sys: Add notifier for PLL0 clock 2024-08-29 12:24:42 -07:00
clk-starfive-jh7110-vout.c clk: Switch back to struct platform_driver::remove() 2024-09-21 14:12:05 -07:00
clk-starfive-jh7110.h clk: starfive: Add StarFive JH7110 Image-Signal-Process clock driver 2023-07-19 18:08:05 +01:00
Kconfig clk: starfive: Add StarFive JH7110 Video-Output clock driver 2023-07-19 18:08:05 +01:00
Makefile clk: starfive: Add StarFive JH7110 Video-Output clock driver 2023-07-19 18:08:05 +01:00