incubator-nuttx/drivers/clk
dulibo1 b57e43b4d0 clk:fix some issues when use rpmsg clk
1.check the rpmsg name when clk_register.
2.clk_get rpmsg clk print error:
clk/clk.c:1231:3: runtime error: null pointer passed as argument 2, which is declared to never be null
3.fix some function miss keyword FAR.
4.clk_disable_unused may disable rpmsg clk which disable the clk that maybe used by others

Signed-off-by: dulibo1 <dulibo1@xiaomi.com>
2023-09-22 08:47:23 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig
Make.defs tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00
clk.c clk:fix some issues when use rpmsg clk 2023-09-22 08:47:23 +08:00
clk.h nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
clk_divider.c Solve the risk of dividing by 0 when setting frequency points 2023-09-10 13:36:16 +03:00
clk_fixed_factor.c
clk_fixed_rate.c
clk_fractional_divider.c
clk_gate.c
clk_multiplier.c
clk_mux.c clk:fix some issues when use rpmsg clk 2023-09-22 08:47:23 +08:00
clk_phase.c
clk_rpmsg.c clk:fix some issues when use rpmsg clk 2023-09-22 08:47:23 +08:00