zephyr/drivers/regulator
Martin Kiepfer 74db02bad1 drivers: gpio: AXP192 GPIO driver
AXP192 is a small power management IC, that also
features 5 GPIOS.
Besides GPIO driver this commit also includes needed modifications
in axp192 regulator and mfd driver as LDOIO0 functioanlity
is multiplexed with GPIO0 pin.

Signed-off-by: Martin Kiepfer <mrmarteng@teleschirm.org>
2023-08-22 18:08:51 +02:00
..
CMakeLists.txt drivers: regulator: add regulator-gpio driver 2023-08-21 10:55:26 +02:00
Kconfig drivers: regulator: add regulator-gpio driver 2023-08-21 10:55:26 +02:00
Kconfig.adp5360 drivers: regulator: adp5360: remove unused init priority 2023-05-24 13:14:52 -04:00
Kconfig.axp192 driver: regulator: Add support for AXP192 power management IC 2023-07-19 09:52:15 +00:00
Kconfig.fake drivers: regulator: add fake driver 2022-12-20 10:15:29 +00:00
Kconfig.fixed drivers: regulator: Update Kconfig 2022-08-17 09:58:55 -05:00
Kconfig.gpio drivers: regulator: add regulator-gpio driver 2023-08-21 10:55:26 +02:00
Kconfig.npm1100 drivers: regulator: npm1100: add initial support 2023-01-12 19:07:05 +01:00
Kconfig.npm1300 drivers: regulator: npm1300: Now uses MFD register access functions 2023-06-19 11:02:58 +02:00
Kconfig.npm6001 drivers: regulator: npm6001: remove common device 2023-05-24 19:39:55 -04:00
Kconfig.pca9420 drivers: regulator: pca9420: store common config in parent device 2022-11-29 11:54:31 +01:00
Kconfig.rpi_pico drivers: regulator: add support for RaspberryPi Pico regulator. 2023-03-02 21:14:34 +01:00
regulator_adp5360.c drivers: regulator: adp5360: initial version 2023-05-24 11:54:30 +00:00
regulator_axp192.c drivers: gpio: AXP192 GPIO driver 2023-08-22 18:08:51 +02:00
regulator_common.c drivers: regulator: allow non-thread-safe reference counting 2023-04-25 12:23:07 +02:00
regulator_fake.c drivers: regulator: Added ship mode to API 2023-07-19 09:30:22 +00:00
regulator_fixed.c drivers: regulator-fixed: extend api of driver (list/count voltages) 2023-08-10 18:11:35 +00:00
regulator_gpio.c drivers: regulator: add regulator-gpio driver 2023-08-21 10:55:26 +02:00
regulator_npm1100.c drivers: regulator: npm1100: regulator device may be unused 2023-01-13 16:14:35 +01:00
regulator_npm1300.c drivers: regulator: npm1300: Added ship mode 2023-07-19 09:30:22 +00:00
regulator_npm6001.c drivers: regulator: npm6001: remove common device 2023-05-24 19:39:55 -04:00
regulator_pca9420.c drivers: regulator: pca9420: fix support for DVS modes 2023-06-07 05:48:11 -04:00
regulator_rpi_pico.c drivers: regulator: add support for RaspberryPi Pico regulator. 2023-03-02 21:14:34 +01:00
regulator_shell.c regulator: shell: add device name completion 2023-08-21 10:56:12 +02:00