zephyr/drivers/regulator
Declan Snyder c1affb981d drivers: regulator_nxp_vref: Clear UTRIM on init
Reset value of this register is supposed to be 0 but I noticed on some
chip, it was not resetting to 0 on system reset, don't know why, but
this supposedly redundant clear is fine for now.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2024-10-25 18:52:10 +01:00
..
CMakeLists.txt drivers: regulator: add basic mps mpm54304 driver 2024-09-03 14:39:52 +01:00
Kconfig drivers: regulator: add basic mps mpm54304 driver 2024-09-03 14:39:52 +01:00
Kconfig.adp5360
Kconfig.axp192
Kconfig.cp9314
Kconfig.da1469x
Kconfig.fake
Kconfig.fixed
Kconfig.gpio
Kconfig.max20335
Kconfig.mpm54304 drivers: regulator: add basic mps mpm54304 driver 2024-09-03 14:39:52 +01:00
Kconfig.npm1100
Kconfig.npm1300
Kconfig.npm6001
Kconfig.nxp_vref
Kconfig.pca9420
Kconfig.rpi_pico
regulator_adp5360.c
regulator_axp192.c espressif: clean up unused code 2024-09-09 13:55:39 -04:00
regulator_common.c
regulator_cp9314.c regulator: cp9314: Drops B0 silicon support 2024-10-24 14:08:36 +02:00
regulator_da1469x.c
regulator_fake.c
regulator_fixed.c
regulator_gpio.c
regulator_max20335.c
regulator_mpm54304.c drivers: regulator: add basic mps mpm54304 driver 2024-09-03 14:39:52 +01:00
regulator_npm1100.c
regulator_npm1300.c driver: regulator: npm1300: fix build warning 2024-10-23 15:29:00 -05:00
regulator_npm6001.c
regulator_nxp_vref.c drivers: regulator_nxp_vref: Clear UTRIM on init 2024-10-25 18:52:10 +01:00
regulator_pca9420.c
regulator_rpi_pico.c
regulator_shell.c