Re: pwm: atmel: Fix disabling of PWM channels

2016-06-13 Thread Guillermo Rodriguez Garcia
(resending to MLs for the record -- previous message bounced) El viernes, 10 de junio de 2016, Alexandre Belloni escribió: > > Hi, > > On 13/05/2016 at 13:09:37 +0200, Guillermo Rodriguez wrote : > > When disabling a PWM channel, the PWM clock was being stopped > > immediately after writing to PW

Re: pwm: atmel: Fix disabling of PWM channels

2016-06-13 Thread Alexandre Belloni
On 13/05/2016 at 13:09:37 +0200, Guillermo Rodriguez wrote : > When disabling a PWM channel, the PWM clock was being stopped > immediately after writing to PWM_DIS. As a result, the disabling > of the PWM channel did not complete properly, and the PWM output > might be left at the wrong level. > >

Re: pwm: atmel: Fix disabling of PWM channels

2016-06-10 Thread Alexandre Belloni
Hi, On 13/05/2016 at 13:09:37 +0200, Guillermo Rodriguez wrote : > When disabling a PWM channel, the PWM clock was being stopped > immediately after writing to PWM_DIS. As a result, the disabling > of the PWM channel did not complete properly, and the PWM output > might be left at the wrong level.