[U-Boot] [PATCH 2/2] regulator: Allow enabling GPIO regulator
    Simon Glass 
    sjg at chromium.org
       
    Sat Jun 22 19:10:23 UTC 2019
    
    
  
On Wed, 12 Jun 2019 at 09:26, Sven Schwermer
<sven.schwermer at disruptive-technologies.com> wrote:
>
> Drivers need to be able to enable regulators that may be implemented as
> GPIO regulators. Example: fsl_esdhc enables the vqmmc supply which is
> commonly implemented as a GPIO regulator in order to switch between I/O
> voltage levels.
>
> Signed-off-by: Sven Schwermer <sven.schwermer at disruptive-technologies.com>
> ---
>  drivers/power/regulator/Kconfig          |  2 ++
>  drivers/power/regulator/gpio-regulator.c | 18 +++++++++++++++++-
>  2 files changed, 19 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
Same comment about naming.
    
    
More information about the U-Boot
mailing list