Re: [PATCH 02/10] commands: regulator: add support for enabling/disabling regulators

2019-11-06 Thread Sascha Hauer
On Wed, Nov 06, 2019 at 08:11:47AM +0100, Ahmad Fatoum wrote: > For testing regulator drivers, it can be handy to enable/disable them > from the shell prompt. Extend the regulator command to support this. > > Signed-off-by: Ahmad Fatoum > --- > drivers/regulator/core.c | 67 +

[PATCH 02/10] commands: regulator: add support for enabling/disabling regulators

2019-11-05 Thread Ahmad Fatoum
For testing regulator drivers, it can be handy to enable/disable them from the shell prompt. Extend the regulator command to support this. Signed-off-by: Ahmad Fatoum --- drivers/regulator/core.c | 67 +++- 1 file changed, 60 insertions(+), 7 deletions(-) dif