Re: [PATCH v4] cmd: Add a pwm command

2021-01-19 Thread Tom Rini
On Tue, Dec 22, 2020 at 11:30:05AM +0530, 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 Applied to u-

Re: [PATCH v4] cmd: Add a pwm command

2021-01-18 Thread Tom Rini
On Sun, Jan 17, 2021 at 05:35:17PM +0530, Pragnesh Patel wrote: > Hi Tom, > > Any comment on this ? I'll likely be picking this up soon, thanks for your patience. -- Tom signature.asc Description: PGP signature

Re: [PATCH v4] cmd: Add a pwm command

2021-01-17 Thread Heinrich Schuchardt
On 12/22/20 7:00 AM, 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 Dear Pragnesh, Users should be pointed to t

Re: [PATCH v4] cmd: Add a pwm command

2021-01-17 Thread Pragnesh Patel
Hi Tom, Any comment on this ? On Tue, Dec 22, 2020 at 11:30 AM 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: Sim

[PATCH v4] cmd: Add a pwm command

2020-12-21 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 v4: - Add ut_assertok() for every run_command() Changes in v3: - Replace g