RE: [RESEND,PATCH v3] cmd: Add a pwm command

2020-12-19 Thread Pragnesh Patel
sut ; >Patrick Delaunay ; Adam Ford >; Thomas Hebb ; Ramon Fried >; Heinrich Schuchardt ; Bin Meng >; Sam Protsenko ; Miquel >Raynal ; Frédéric Danis >; Philippe Reynes >; Patrice Chotard ; >Baruch Siach ; Vladimir Olovyannikov > >Subject: Re: [RESEND,PATCH v3] cmd:

Re: [RESEND,PATCH v3] cmd: Add a pwm command

2020-12-12 Thread Simon Glass
Hi Pragnesh, On Wed, 2 Dec 2020 at 21:59, Pragnesh Patel wrote: > > Add the command "pwm" for controlling the pwm channels. This > command provides pwm invert/config/enable/disable functionalities > via PWM uclass drivers > > Signed-off-by: Pragnesh Patel > Reviewed-by: Simon Glass > --- > > Ch

[RESEND,PATCH v3] cmd: Add a pwm command

2020-12-02 Thread Pragnesh Patel
Add the command "pwm" for controlling the pwm channels. This command provides pwm invert/config/enable/disable functionalities via PWM uclass drivers Signed-off-by: Pragnesh Patel Reviewed-by: Simon Glass --- Changes in v3: - Replace goto with return - Print return value for error - Change the