commit | 25957520cd7c4912e499985a2c93bcba88c3a5d9 | [log] [tgz] |
---|---|---|
author | Sven Schwermer <sven@svenschwermer.de> | Mon Jun 24 13:03:33 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 18 11:31:24 2019 -0400 |
tree | 4bb451920c945448a68b3a8013c585d7226c9dd8 | |
parent | 77587ca4d0019b8d976feb95f90ce0274ae661d0 [diff] |
regulator: Factor out common enable code In preparation of being able to enable/disable GPIO regulators, the code that will be shared among the two kinds to regulators is factored out into its own source files. Signed-off-by: Sven Schwermer <sven@svenschwermer.de> Reviewed-by: Lukasz Majewski <lukma@denx.de>