pwm: tiehrpwm: Fix disabling of output of PWMs
authorVignesh R <vigneshr@ti.com>
Mon, 11 Jun 2018 06:09:56 +0000 (11:39 +0530)
committerThierry Reding <thierry.reding@gmail.com>
Mon, 9 Jul 2018 16:58:22 +0000 (18:58 +0200)
pwm-tiehrpwm driver disables PWM output by putting it in low output
state via active AQCSFRC register in ehrpwm_pwm_disable(). But, the
AQCSFRC shadow register is not updated. Therefore, when shadow AQCSFRC
register is re-enabled in ehrpwm_pwm_enable() (say to enable second PWM
output), previous settings are lost as shadow register value is loaded
into active register. This results in things like PWMA getting enabled
automatically, when PWMB is enabled and vice versa. Fix this by
updating AQCSFRC shadow register as well during ehrpwm_pwm_disable().

Fixes: 19891b20e7c2 ("pwm: pwm-tiehrpwm: PWM driver support for EHRPWM")
Cc: stable@vger.kernel.org
Signed-off-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-tiehrpwm.c

index 768176f54d5e6a2355eb082c483998681c6df1e1..f7b8a86fa5c5e9570a616ccbcdb61e7d427b8ae3 100644 (file)
@@ -381,6 +381,8 @@ static void ehrpwm_pwm_disable(struct pwm_chip *chip, struct pwm_device *pwm)
                aqcsfrc_mask = AQCSFRC_CSFA_MASK;
        }
 
+       /* Update shadow register first before modifying active register */
+       ehrpwm_modify(pc->mmio_base, AQCSFRC, aqcsfrc_mask, aqcsfrc_val);
        /*
         * Changes to immediate action on Action Qualifier. This puts
         * Action Qualifier control on PWM output from next TBCLK