Re: [PATCH 0/2] pwm-tiehrpwm: fixes for disabling PWMs

2018-07-09 Thread Thierry Reding
On Mon, Jun 11, 2018 at 11:39:54AM +0530, Vignesh R wrote: > EHRPWM has two PWM outputs. Currently with pwm-tiehrpwm driver, if PWMA > is enabled and then disabled, and then PWMB is enabled, it is seen that > PWMA turns on automatically. This series fixes the bug. > > Vignesh R (2): > pwm: pwm-t

[PATCH 0/2] pwm-tiehrpwm: fixes for disabling PWMs

2018-06-10 Thread Vignesh R
EHRPWM has two PWM outputs. Currently with pwm-tiehrpwm driver, if PWMA is enabled and then disabled, and then PWMB is enabled, it is seen that PWMA turns on automatically. This series fixes the bug. Vignesh R (2): pwm: pwm-tiehrpwm: Don't use emulation mode bits to control PWM output pwm: pwm