Re: [U-Boot] [PATCH v2] regulator: Allow autosetting fixed regulators

2019-07-14 Thread Tom Rini
On Wed, Jun 12, 2019 at 08:32:38AM +0200, Sven Schwermer wrote: > Fixed regulators don't have a set_value method. Therefore, trying to > set their value will always return -ENOSYS. > > Signed-off-by: Sven Schwermer > Cc: Jaehoon Chung > Cc: Peng Fan > Reviewed-by: Simon Glass Applied to u-bo

Re: [U-Boot] [PATCH v2] regulator: Allow autosetting fixed regulators

2019-06-22 Thread Simon Glass
On Wed, 12 Jun 2019 at 07:32, Sven Schwermer wrote: > > Fixed regulators don't have a set_value method. Therefore, trying to > set their value will always return -ENOSYS. > > Signed-off-by: Sven Schwermer > Cc: Jaehoon Chung > Cc: Peng Fan > --- > drivers/power/regulator/regulator-uclass.c | 3

[U-Boot] [PATCH v2] regulator: Allow autosetting fixed regulators

2019-06-11 Thread Sven Schwermer
Fixed regulators don't have a set_value method. Therefore, trying to set their value will always return -ENOSYS. Signed-off-by: Sven Schwermer Cc: Jaehoon Chung Cc: Peng Fan --- drivers/power/regulator/regulator-uclass.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/power/regu