zephyr/drivers/regulator
Ricardo Rivera-Matos 30b27c73c3 regulator: cp9314: Cleans sleep related preprocesor directives
Removes conditional calling k_busy_wait() on single threaded
systems and uses k_sleep for both single and multi threaded
systems.

Commit e375d82 ("kernel: Implement k_sleep for Single Thread")
eliminated the need to call k_busy_wait() on single threaded
systems in place of k_sleep.

Signed-off-by: Ricardo Rivera-Matos <rriveram@opensource.cirrus.com>
2024-04-12 16:52:18 -04:00
..
CMakeLists.txt drivers: regulator: cp9314: adds initial support 2024-02-27 14:57:12 +01:00
Kconfig drivers: regulator: cp9314: adds initial support 2024-02-27 14:57:12 +01:00
Kconfig.adp5360
Kconfig.axp192
Kconfig.cp9314 drivers: regulator: cp9314: adds initial support 2024-02-27 14:57:12 +01:00
Kconfig.da1469x
Kconfig.fake
Kconfig.fixed
Kconfig.gpio
Kconfig.max20335 drivers: regulator: max20335: add support for ship mode 2024-01-10 16:29:30 -05:00
Kconfig.npm1100
Kconfig.npm1300
Kconfig.npm6001
Kconfig.nxp_vref
Kconfig.pca9420
Kconfig.rpi_pico
regulator_adp5360.c
regulator_axp192.c drivers: regulator: axp192: Bugfix to control DCDC2 output 2024-03-06 10:23:31 +00:00
regulator_common.c regulator: regulator_common: Cleans sleep related preprocesor directives 2024-04-12 16:52:18 -04:00
regulator_cp9314.c regulator: cp9314: Cleans sleep related preprocesor directives 2024-04-12 16:52:18 -04:00
regulator_da1469x.c
regulator_fake.c drivers: regulator: fake: Added is_enabled property 2024-03-05 09:43:17 -05:00
regulator_fixed.c
regulator_gpio.c
regulator_max20335.c drivers: regulator: max20335: add support for ship mode 2024-01-10 16:29:30 -05:00
regulator_npm1100.c
regulator_npm1300.c
regulator_npm6001.c
regulator_nxp_vref.c
regulator_pca9420.c drivers: regulator: pca9420: implement active discharge api 2024-01-29 09:43:39 +01:00
regulator_rpi_pico.c
regulator_shell.c drivers: regulator: fix shell help typo 2024-03-11 10:18:18 -04:00