Re: [PATCH v2 Resend] pwm: samsung: Fix output race on disabling

2015-03-27 Thread Lukasz Majewski
Hi Sjoerd, > When disabling the samsung PWM the output state remains at the level > it was in the end of a pwm cycle. In other words, calling pwm_disable > when at 100% duty will keep the output active, while at all other > setting the output will go/stay inactive. On top of that the samsung > PWM

Re: [PATCH v2 Resend] pwm: samsung: Fix output race on disabling

2015-03-19 Thread Javier Martinez Canillas
Hello Sjoerd, On 03/05/2015 09:14 AM, Sjoerd Simons wrote: > When disabling the samsung PWM the output state remains at the level it > was in the end of a pwm cycle. In other words, calling pwm_disable when > at 100% duty will keep the output active, while at all other setting the > output will go

Re: [PATCH v2 Resend] pwm: samsung: Fix output race on disabling

2015-03-18 Thread Sjoerd Simons
On Wed, 2015-03-18 at 09:08 +0100, Lukasz Majewski wrote: > Hi Sjoerd, > > > Hey Jingoo, Kukjijn, Lukasz, > > > > Pinging on this one again, could you please review this patch so it > > can be merged through the PWM tree? > > As fair as I remember, I've already acked the patch :-) I don't thin

Re: [PATCH v2 Resend] pwm: samsung: Fix output race on disabling

2015-03-18 Thread Lukasz Majewski
Hi Sjoerd, > Hey Jingoo, Kukjijn, Lukasz, > > Pinging on this one again, could you please review this patch so it > can be merged through the PWM tree? As fair as I remember, I've already acked the patch :-) > > On Thu, 2015-03-05 at 09:14 +0100, Sjoerd Simons wrote: > > When disabling the s

Re: [PATCH v2 Resend] pwm: samsung: Fix output race on disabling

2015-03-18 Thread Sjoerd Simons
Hey Jingoo, Kukjijn, Lukasz, Pinging on this one again, could you please review this patch so it can be merged through the PWM tree? On Thu, 2015-03-05 at 09:14 +0100, Sjoerd Simons wrote: > When disabling the samsung PWM the output state remains at the level it > was in the end of a pwm cycle.

[PATCH v2 Resend] pwm: samsung: Fix output race on disabling

2015-03-05 Thread Sjoerd Simons
When disabling the samsung PWM the output state remains at the level it was in the end of a pwm cycle. In other words, calling pwm_disable when at 100% duty will keep the output active, while at all other setting the output will go/stay inactive. On top of that the samsung PWM settings are double-b