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 Correct DEBUGASSERT code error, _err format error, better C89 compatability 2023-03-06 17:25:39 +02:00
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 Add ACT8945A power driver 2023-01-14 18:49:25 +08:00
powerled.c fs: Add g_ prefix for all global file_operations instances 2023-04-24 16:13:29 +02:00
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 fs: Add g_ prefix for all global file_operations instances 2023-04-24 16:13:29 +02:00