Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753699AbbFLJSd (ORCPT ); Fri, 12 Jun 2015 05:18:33 -0400 Received: from mail-qk0-f179.google.com ([209.85.220.179]:35755 "EHLO mail-qk0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752574AbbFLJS3 (ORCPT ); Fri, 12 Jun 2015 05:18:29 -0400 Date: Fri, 12 Jun 2015 11:17:48 +0200 From: Thierry Reding To: Alexandre Belloni Cc: Nicolas Ferre , linux-pwm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCHv2 2/2] PWM: atmel: fix incorrect CDTY value after disabling Message-ID: <20150612091747.GB19400@ulmo.nvidia.com> References: <1432559996-4415-2-git-send-email-alexandre.belloni@free-electrons.com> <1432570309-17819-1-git-send-email-alexandre.belloni@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432570309-17819-1-git-send-email-alexandre.belloni@free-electrons.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1339 Lines: 29 On Mon, May 25, 2015 at 06:11:49PM +0200, Alexandre Belloni wrote: > pwm-leds calls .config() and .disable() in a row. This exhibits that it may > happen that the channel gets disabled before CDTY has been updated with CUPD. > The issue gets quite worse with long periods. > So, ensure that at least one period has past before disabling the channel by > polling ISR. > > Signed-off-by: Alexandre Belloni > --- > I had the previous patch tested on a multicolor LED and unfortunately, the delay > is not nice in that case. I wanted to avoid a mutex. > This version uses a variable to store the state of the update of the pwm. This > is reset everytime is gets a new configuration and updated when it is disabled > or another pwm is configured. > When disabling a multicolor LED, we only wait for the first pwm to update then > we remember that we already seen the other one having their period expire and it > looks much better. > > drivers/pwm/pwm-atmel.c | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) Applied, thanks. Thierry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/