From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH v3 5/6] clocksource: timer-ti-dm: Add support to get pwm current status Date: Fri, 6 Mar 2020 09:08:08 -0800 Message-ID: <20200306170808.GD37466@atomide.com> References: <20200305082715.15861-1-lokeshvutla@ti.com> <20200305082715.15861-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]:59122 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725873AbgCFRIL (ORCPT ); Fri, 6 Mar 2020 12:08:11 -0500 Content-Disposition: inline In-Reply-To: <20200305082715.15861-6-lokeshvutla@ti.com> Sender: linux-pwm-owner@vger.kernel.org List-Id: linux-pwm@vger.kernel.org To: Lokesh Vutla Cc: Daniel Lezcano , Thomas Gleixner , Linux OMAP Mailing List , linux-kernel@vger.kernel.org, Thierry Reding , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , linux-pwm@vger.kernel.org, Sekhar Nori , Tero Kristo * Lokesh Vutla [200305 08:29]: > omap_dm_timer_ops provide support to configure the pwm but there is no > support to get the current status. For configuring pwm it is advised to > check the current hw status instead of relying on pwm framework. So > implement a new timer ops to get the current status of pwm. Acked-by: Tony Lindgen