nuttx/drivers/power/supply
dulibo1 2db471fab3 regulator:fix some issues when use rpmsg
1.client get the regualtor which is enabled by server, will disable the regualtor.
2.regulator_rpmsg_server_unbind will disable regualtor which maybe used by other client.
3.regulator_rpmsg_server_unbind will be deadloop when the regulator is always_on;
4.regulator_rpmsg_client_destroy does not match server cpu name,may destory by stop other rptun dev

Signed-off-by: dulibo1 <dulibo1@xiaomi.com>
2023-09-21 19:41:34 -04:00
..
act8945a.c
CMakeLists.txt cmake: fix CMake build break 2023-07-15 23:32:36 +08:00
Kconfig drivers\power\supply\Kconfig: Fix indentation 2023-05-18 15:43:22 +03:00
Make.defs
powerled.c
regulator_gpio.c
regulator_rpmsg.c regulator:fix some issues when use rpmsg 2023-09-21 19:41:34 -04:00
regulator.c regualtor:fix regulator_register check rpmsg regulator which leads to recursion 2023-09-21 19:41:34 -04:00
smps.c