From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH v3 5/5] pwm: omap-dmtimer: Implement .apply callback Date: Fri, 13 Mar 2020 08:31:42 -0700 Message-ID: <20200313153142.GC37466@atomide.com> References: <20200312042210.17344-1-lokeshvutla@ti.com> <20200312042210.17344-6-lokeshvutla@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from muru.com ([72.249.23.125]:60044 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726637AbgCMPbq (ORCPT ); Fri, 13 Mar 2020 11:31:46 -0400 Content-Disposition: inline In-Reply-To: <20200312042210.17344-6-lokeshvutla@ti.com> Sender: linux-pwm-owner@vger.kernel.org List-Id: linux-pwm@vger.kernel.org To: Lokesh Vutla Cc: Thierry Reding , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Linux OMAP Mailing List , linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org, Sekhar Nori , Vignesh R * Lokesh Vutla [200312 04:24]: > Implement .apply callback and drop the legacy callbacks(enable, disable, > config, set_polarity). In .apply() check for the current hardware status > before changing the pwm configuration. This set works just fine for me thanks, so for this patch too: Tested-by: Tony Lindgren