drivers: regulator: add GPIO-controlled regulator driver

This provides structure for the regulator device hierarchy and a
driver for GPIO-controlled regulators along with its binding.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
Peter A. Bigot 2020-08-03 12:07:16 -05:00 committed by Carles Cufí
commit f951566e56
8 changed files with 489 additions and 0 deletions

View file

@ -99,4 +99,6 @@ source "drivers/eeprom/Kconfig"
source "drivers/peci/Kconfig"
source "drivers/regulator/Kconfig"
endmenu