Re: [PATCH] pwm: twl: Reliably disable TWL6030 PWMs

2016-09-04 Thread Thierry Reding
On Tue, Mar 29, 2016 at 08:55:45PM +0200, Paul Kocialkowski wrote: > The current TWL6030 code for the TWL PWM driver does not reliably disable the > PWM output, as tested with LEDs. The previous commit to that driver introduced > that regression. > > However, it does make sense to disable the PWM

Re: [PATCH] pwm: twl: Reliably disable TWL6030 PWMs

2016-09-04 Thread Thierry Reding
On Tue, Mar 29, 2016 at 08:55:45PM +0200, Paul Kocialkowski wrote: > The current TWL6030 code for the TWL PWM driver does not reliably disable the > PWM output, as tested with LEDs. The previous commit to that driver introduced > that regression. > > However, it does make sense to disable the PWM

Re: [PATCH] pwm: twl: Reliably disable TWL6030 PWMs

2016-07-12 Thread Peter Ujfalusi
On 03/29/16 21:55, Paul Kocialkowski wrote: > The current TWL6030 code for the TWL PWM driver does not reliably disable the > PWM output, as tested with LEDs. The previous commit to that driver introduced > that regression. > > However, it does make sense to disable the PWM clock after resetting

Re: [PATCH] pwm: twl: Reliably disable TWL6030 PWMs

2016-07-12 Thread Peter Ujfalusi
On 03/29/16 21:55, Paul Kocialkowski wrote: > The current TWL6030 code for the TWL PWM driver does not reliably disable the > PWM output, as tested with LEDs. The previous commit to that driver introduced > that regression. > > However, it does make sense to disable the PWM clock after resetting

Re: [PATCH] pwm: twl: Reliably disable TWL6030 PWMs

2016-07-11 Thread Thierry Reding
On Tue, Mar 29, 2016 at 08:55:45PM +0200, Paul Kocialkowski wrote: > The current TWL6030 code for the TWL PWM driver does not reliably disable the > PWM output, as tested with LEDs. The previous commit to that driver introduced > that regression. > > However, it does make sense to disable the PWM

Re: [PATCH] pwm: twl: Reliably disable TWL6030 PWMs

2016-07-11 Thread Thierry Reding
On Tue, Mar 29, 2016 at 08:55:45PM +0200, Paul Kocialkowski wrote: > The current TWL6030 code for the TWL PWM driver does not reliably disable the > PWM output, as tested with LEDs. The previous commit to that driver introduced > that regression. > > However, it does make sense to disable the PWM

[PATCH] pwm: twl: Reliably disable TWL6030 PWMs

2016-03-29 Thread Paul Kocialkowski
The current TWL6030 code for the TWL PWM driver does not reliably disable the PWM output, as tested with LEDs. The previous commit to that driver introduced that regression. However, it does make sense to disable the PWM clock after resetting the PWM, but for some obscure reason, doing it all at

[PATCH] pwm: twl: Reliably disable TWL6030 PWMs

2016-03-29 Thread Paul Kocialkowski
The current TWL6030 code for the TWL PWM driver does not reliably disable the PWM output, as tested with LEDs. The previous commit to that driver introduced that regression. However, it does make sense to disable the PWM clock after resetting the PWM, but for some obscure reason, doing it all at