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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74BEDC19F2D for ; Sat, 13 Aug 2022 16:08:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240001AbiHMQIm (ORCPT ); Sat, 13 Aug 2022 12:08:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239684AbiHMQIl (ORCPT ); Sat, 13 Aug 2022 12:08:41 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83667DEFD for ; Sat, 13 Aug 2022 09:08:40 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 3DBABB80688 for ; Sat, 13 Aug 2022 16:08:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8D0AEC433D6; Sat, 13 Aug 2022 16:08:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660406918; bh=nEMYYLF0TpNV/Jh8EpznLfbNWzUr8wk5IcVyV0PZniw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZBcadL+E2y4Aontp271MfUIwDL7OOIzDeG3hBzncizd34KV0MilJNYWs+ONDn4HDq /r2FT2PkrPcSR/I1Ce/mu0emSrbwvaYkH1bI2bK5yl6Tlt0SwQEDhgHIY9grl2WD8/ lZH9Frgsej3A785yfkct7/JlPUicp1W1JKPHv5tED8/69jah9V2OsZX15YI/WCvYyS s8HfsSDHEGEq2gZDgUEeP94VROFb1Bay8NApzvi4Ozd9aEtj0lIYdb7htLdBFVfoAI aCJToqJCbtRB1Z20mzAnmETJh6aLwlO61S7eKRFTQUvU5ABV3hSnPnhwpFzilArrRX 1Sljw/zUvVoEQ== Date: Sat, 13 Aug 2022 17:19:04 +0100 From: Jonathan Cameron To: Uwe =?UTF-8?B?S2xlaW5lLUvDtm5pZw==?= Cc: Andy Shevchenko , Tomislav Denis , Lars-Peter Clausen , Heiko Stuebner , Michael Hennerich , linux-iio , Anand Ashok Dumbre , Vladimir Zapolskiy , Paul Cercueil , Antoniu Miclaus , Sascha Hauer , Jonathan Cameron , Nuno Sa , Michal Simek Subject: Re: [PATCH 04/13] iio: adc: ingenic-adc: Benefit from devm_clk_get_prepared() to simplify Message-ID: <20220813171904.3331721d@jic23-huawei> In-Reply-To: <20220809053740.wtjkzrjzujc6gdry@pengutronix.de> References: <20220808204740.307667-1-u.kleine-koenig@pengutronix.de> <20220808204740.307667-4-u.kleine-koenig@pengutronix.de> <20220809053740.wtjkzrjzujc6gdry@pengutronix.de> X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Tue, 9 Aug 2022 07:37:40 +0200 Uwe Kleine-K=C3=B6nig wrote: > Hello Andy, >=20 > On Mon, Aug 08, 2022 at 11:01:39PM +0200, Andy Shevchenko wrote: > > On Mon, Aug 8, 2022 at 10:47 PM Uwe Kleine-K_nig > > wrote: =20 > > > > > > Make use of devm_clk_get_prepared() to replace some code that effecti= vely > > > open codes this new function. =20 > >=20 > > Copy'n'paste typo in the Subject. =20 >=20 > Good catch, thanks. I fixed it in my private tree, so it will be fixed > on resend. The Subject is now: >=20 > iio: adc: ingenic-adc: Benefit from devm_clk_get_prepared() to simplify >=20 > Will wait a while for that though, maybe Jonathan will take > care when applying without me resending. I also adapted the subject of > this reply, I wonder if that does more good or more harm :-) I tweaked it whilst applying to be as above. Thanks, Jonathan >=20 > Best regards > Uwe >=20