From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D3C1C10DCE for ; Fri, 13 Mar 2020 15:31:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 29F67206B7 for ; Fri, 13 Mar 2020 15:31:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726676AbgCMPbq (ORCPT ); Fri, 13 Mar 2020 11:31:46 -0400 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 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id D0DBF8087; Fri, 13 Mar 2020 15:32:31 +0000 (UTC) Date: Fri, 13 Mar 2020 08:31:42 -0700 From: Tony Lindgren 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 Subject: Re: [PATCH v3 5/5] pwm: omap-dmtimer: Implement .apply callback 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 Content-Disposition: inline In-Reply-To: <20200312042210.17344-6-lokeshvutla@ti.com> Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * 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