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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS autolearn=ham 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 3561DC169C4 for ; Wed, 6 Feb 2019 19:05:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EA95D2083B for ; Wed, 6 Feb 2019 19:05:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549479909; bh=m7KBaT19iUslXWD8IuHyFFBiuEOdD0k7a3zUi0DgJBI=; h=To:In-Reply-To:Subject:References:From:Date:List-ID:From; b=sSoo61pt1P1ZR9tyd8TN9hWLtEZ/UvnVrBdV8Kmq5+lie7pBAWs77ETFSUXKWqIoa 56UJn5oxxBVtNpjZ+gZqTxb840pgzPjTK4+qDvjpPPOrjookRLr0JpezLskxtqyQ2u uCeG4yUzVB31Hv0DTUpozM9V4qyBtmKa/bmlcT6Q= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726896AbfBFTFH (ORCPT ); Wed, 6 Feb 2019 14:05:07 -0500 Received: from mail.kernel.org ([198.145.29.99]:50364 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725959AbfBFTFG (ORCPT ); Wed, 6 Feb 2019 14:05:06 -0500 Received: from localhost (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3EB082075C; Wed, 6 Feb 2019 19:05:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549479906; bh=m7KBaT19iUslXWD8IuHyFFBiuEOdD0k7a3zUi0DgJBI=; h=To:In-Reply-To:Subject:References:From:Date:From; b=tPCSLZLDjnsXRQCO56S443kaMNmrhZRfAI/nnVAnRvuimHR+lzgY0J3AwGret3Ua2 1vkGKO9SGCT2DiGLwt/XaXK6HIAfI9SQPEkDD9zYcbn0pt3QfBrBrFKeFffzvsNENp abG1KGsvGx39D6afGvolOm8fhYdxVdPqJBFNTXlA= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable To: akshu.agrawal@amd.com, andrew.smirnov@gmail.com, b.zolnierkie@samsung.com, corbet@lwn.net, cw00.choi@samsung.com, djkurtz@chromium.org, krzk@kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux@armlinux.org.uk, linux@roeck-us.net, matti.vaittinen@fi.rohmeurope.com, mazziesaccount@gmail.com, mturquette@baylibre.com, pavel@ucw.cz, pombredanne@nexb.com, rafael.j.wysocki@intel.com, sjhuang@iluvatar.ai, sre@kernel.org, vkoul@kernel.org In-Reply-To: User-Agent: alot/0.8 Subject: Re: [PATCH v7 1/3] clkdev: add managed clkdev lookup registration Message-ID: <154947990546.115909.11802583613858729722@swboyd.mtv.corp.google.com> References: From: Stephen Boyd Date: Wed, 06 Feb 2019 11:05:05 -0800 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Matti Vaittinen (2018-12-07 03:09:39) > Clkdev registration lacks of managed registration functions and it > seems few drivers do not drop clkdev lookups at exit. Add > devm_clk_hw_register_clkdev and devm_clk_release_clkdev to ease lookup > releasing at exit. >=20 > Signed-off-by: Matti Vaittinen > --- Applied to clk-next 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=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS autolearn=ham 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 5072FC169C4 for ; Wed, 6 Feb 2019 19:05:11 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1C8872083B for ; Wed, 6 Feb 2019 19:05:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="QGDB7XBd"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="tPCSLZLD" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1C8872083B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Date:From:References:Message-ID:Subject :In-Reply-To:To:MIME-Version:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=6z4UzP/V0xqB1os+shHFeicg+YESLUgcA++it1xTMoI=; b=QGDB7XBdWrIniI EEFLR/RpOrdd20evcJMnch9fAYJat6eRsZgJ/t3Iuud+KaNwKqLjeRYx3orediOXz8TSFcm7I709I rNEh3+qqK476LG3S4rOjT1pi/kNVrS2Yr20oiDbiGoKejHEBg48BoVgwZKXcHJGY8x+QxA7A2EGIA KKYlM+6q8Z6CcAkiq+d67mlWKW5WjEz14U6/n6XNPgz3YnlcTtv5LvN6Njd2+1pbUFX14LdOSwaP5 1m3onL5VR2Ai4rRu0fui6KIr7/C52jb6gPIseEgE5+HZQgO8mEFPgRuKa1AnVzhMvmsoCfwYnt2de CSivw/w1mQEL1wvNZHBg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1grSVR-000634-Qe; Wed, 06 Feb 2019 19:05:09 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1grSVO-0005e5-PW for linux-arm-kernel@lists.infradead.org; Wed, 06 Feb 2019 19:05:08 +0000 Received: from localhost (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3EB082075C; Wed, 6 Feb 2019 19:05:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549479906; bh=m7KBaT19iUslXWD8IuHyFFBiuEOdD0k7a3zUi0DgJBI=; h=To:In-Reply-To:Subject:References:From:Date:From; b=tPCSLZLDjnsXRQCO56S443kaMNmrhZRfAI/nnVAnRvuimHR+lzgY0J3AwGret3Ua2 1vkGKO9SGCT2DiGLwt/XaXK6HIAfI9SQPEkDD9zYcbn0pt3QfBrBrFKeFffzvsNENp abG1KGsvGx39D6afGvolOm8fhYdxVdPqJBFNTXlA= MIME-Version: 1.0 To: akshu.agrawal@amd.com, andrew.smirnov@gmail.com, b.zolnierkie@samsung.com, corbet@lwn.net, cw00.choi@samsung.com, djkurtz@chromium.org, krzk@kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux@armlinux.org.uk, linux@roeck-us.net, matti.vaittinen@fi.rohmeurope.com, mazziesaccount@gmail.com, mturquette@baylibre.com, pavel@ucw.cz, pombredanne@nexb.com, rafael.j.wysocki@intel.com, sjhuang@iluvatar.ai, sre@kernel.org, vkoul@kernel.org In-Reply-To: User-Agent: alot/0.8 Subject: Re: [PATCH v7 1/3] clkdev: add managed clkdev lookup registration Message-ID: <154947990546.115909.11802583613858729722@swboyd.mtv.corp.google.com> References: From: Stephen Boyd Date: Wed, 06 Feb 2019 11:05:05 -0800 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190206_110506_900147_9D0AFB68 X-CRM114-Status: UNSURE ( 5.83 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting Matti Vaittinen (2018-12-07 03:09:39) > Clkdev registration lacks of managed registration functions and it > seems few drivers do not drop clkdev lookups at exit. Add > devm_clk_hw_register_clkdev and devm_clk_release_clkdev to ease lookup > releasing at exit. > > Signed-off-by: Matti Vaittinen > --- Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel