Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933274AbbEMGrw (ORCPT ); Wed, 13 May 2015 02:47:52 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:39967 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933235AbbEMGrs (ORCPT ); Wed, 13 May 2015 02:47:48 -0400 Date: Wed, 13 May 2015 08:47:45 +0200 From: Sascha Hauer To: Stephen Boyd Cc: Mike Turquette , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de Subject: Re: Automatic clock disabling on clk_put() Message-ID: <20150513064745.GY6325@pengutronix.de> References: <20150511060129.GG6325@pengutronix.de> <55528B84.5050700@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55528B84.5050700@codeaurora.org> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-Uptime: 08:24:52 up 57 days, 18:16, 85 users, load average: 0.02, 0.07, 0.11 User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 X-SA-Exim-Mail-From: sha@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2036 Lines: 52 On Tue, May 12, 2015 at 04:23:48PM -0700, Stephen Boyd wrote: > On 05/10/15 23:01, Sascha Hauer wrote: > > Hi, > > > > Since we now have per-user clks we could automatically disable clks on > > clk_put() to make the drivers errors paths easier. AFAIR that was one > > of the motivations to switch to per user clks. Is this just not yet > > implemented or are there problems implementing this? > > > > > > I don't recall that as being a motivation for per-user clks. The > documentation explicitly states: > > * Note: drivers must ensure that all clk_enable calls made on this > * clock source are balanced by clk_disable calls prior to calling > * this function. > > so it seems that such a behavior would be an API change. Hm, yes it would be an API change, but we are only loosening this restriction. The only impact I see is that previously buggy drivers get fixed. Hurray :) Wait, I forgot about the currently 22 clk support implementations in arch/* :( > Is it really > that hard to call clk_disable_unprepare() on a clock at the end of an > error path? There are more and more cases in which the clk disabling is the only reason why an error path even exists. No it's not that hard, it would just be convenient to not have to care about it. > Maybe you could add a devm_clk_get_prepare_enable() that > does what you want and then call clk_disable_unprepare on the exit path? I never thought about that, that would work aswell. Maybe I'll have a look into this. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- 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/