From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lothar =?UTF-8?B?V2HDn21hbm4=?= Subject: Re: [PATCH v3] pwm: imx: Let PWM be active during suspend Date: Fri, 15 Dec 2017 13:02:07 +0100 Message-ID: <20171215130207.226bf773@karo-electronics.de> References: <1511220443-26629-1-git-send-email-festevam@gmail.com> <20171205084701.GC7386@ulmo> <20171211091625.GA10671@ulmo> <20171211121306.GK10671@ulmo> <20171211142040.757f1313@karo-electronics.de> <20171211165545.2d4b21bd@karo-electronics.de> <20171211175250.73289f27@karo-electronics.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Return-path: Received: from smtprelay01.ispgateway.de ([80.67.18.43]:30237 "EHLO smtprelay01.ispgateway.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753443AbdLOMCO (ORCPT ); Fri, 15 Dec 2017 07:02:14 -0500 In-Reply-To: Sender: linux-pwm-owner@vger.kernel.org List-Id: linux-pwm@vger.kernel.org To: Fabio Estevam Cc: Thierry Reding , linux-pwm@vger.kernel.org, Rob Herring , Russell King , Fabio Estevam , Lukasz Majewski Hi, On Mon, 11 Dec 2017 16:48:39 -0200 Fabio Estevam wrote: > Hi Lothar, > > On Mon, Dec 11, 2017 at 2:52 PM, Lothar Waßmann wrote: > > > I also prefer the patch that doesn't mess with the pin configs. > > Thanks for your feedback. > > Would you mind testing this patch on your system? > https://patchwork.ozlabs.org/patch/839834/ > Sorry for the late response. The patch does not affect the usage of the PWM with the pwm_bl driver, since the pwm_bl driver configures the duty cycle to '0' and disables the PWM upon suspend. Lothar Waßmann