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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 92267C001B0 for ; Thu, 13 Jul 2023 13:42:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=RUnYswgSVmPtV5JuoHHjYx97T3vygoOQWznjuxkTKKI=; b=EH1/wwXXmU9mMv 8HRhqgDy3XdCSjI745Ii1Ny/FZ1D7lZ+kaYsi7wK/NvXFQnAkwHIDUiViNctMat6r2avwltmT2dPL kUNHzNlljWMWM6v7LGh6hNRQoSxhyF2RK+5x8rZGKR2fqrC1QB9TmOGQ+0c+rCT1lKSm5HmtfIpaK 1GXVXwwofkog1Sjzeg5Qwen4YaYRlezBIwr3MkkTpVkUraF6TWjWE5KbM2dtQhGIrGMfJU3hvwf3R FVzoIUgAKkN7kLWs0y69z9t/h7Z6rboN3rOkWI45mLRL8Nj7JFnPcsPf6QnIw/Pn/fmHF7DuieobK 1wj09EiK9EncmifGqQ9w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qJwZy-003S52-1u; Thu, 13 Jul 2023 13:41:58 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qJwZw-003S3q-1p for linux-arm-kernel@lists.infradead.org; Thu, 13 Jul 2023 13:41:57 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0B3E4612BC; Thu, 13 Jul 2023 13:41:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2432C433C8; Thu, 13 Jul 2023 13:41:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689255715; bh=XQ7GI5seauSP1zdgzOW9xfeQzw1DgF5EQVEBjlhLDx8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PHgb01g71DiomiYZebiqegzv1Y1Yk77El/q56VCQHGRl9yPyKmrPtMwBcr51beDfZ 2S6OntPipyVx6evbRLKBP4XyQv+ng2kO1wcKxWUDXj8vfYmqOH9/CzPUTbxk4zFsdz 2yQbw9S5wzgqxCA7ZwrYUlZkCOAiutpNSuOhVm4oc6T42VnWcPeKEOtHrpO2ciXYsY yxaY5rllmTAMaAKgmRh8NE1qe5P0KwYMFyiGVb7UFzjRev+TwCwCGOmm4NclrMGDnR K43QKGic+7l0UJ+A8N5sxZ0AbW7nqQceqorA7fXAVBmGGfWMM1tRqjQdK9SWC7c5pg cR0C9QTGKuYiw== Date: Thu, 13 Jul 2023 14:41:50 +0100 From: Lee Jones To: Yangtao Li Cc: Fabrice Gasnier , Maxime Coquelin , Alexandre Torgue , linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 6/7] mfd: stm32-timers: Use devm_platform_get_and_ioremap_resource() Message-ID: <20230713134150.GB10768@google.com> References: <20230706113939.1178-1-frank.li@vivo.com> <20230706113939.1178-6-frank.li@vivo.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230706113939.1178-6-frank.li@vivo.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230713_064156_643347_C264444E X-CRM114-Status: GOOD ( 10.33 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org T24gVGh1LCAwNiBKdWwgMjAyMywgWWFuZ3RhbyBMaSB3cm90ZToKCj4gQ29udmVydCBwbGF0Zm9y bV9nZXRfcmVzb3VyY2UoKSwgZGV2bV9pb3JlbWFwX3Jlc291cmNlKCkgdG8gYSBzaW5nbGUKPiBj YWxsIHRvIGRldm1fcGxhdGZvcm1fZ2V0X2FuZF9pb3JlbWFwX3Jlc291cmNlKCksIGFzIHRoaXMg aXMgZXhhY3RseQo+IHdoYXQgdGhpcyBmdW5jdGlvbiBkb2VzLgo+IAo+IFNpZ25lZC1vZmYtYnk6 IFlhbmd0YW8gTGkgPGZyYW5rLmxpQHZpdm8uY29tPgo+IC0tLQo+ICBkcml2ZXJzL21mZC9zdG0z Mi10aW1lcnMuYyB8IDMgKy0tCj4gIDEgZmlsZSBjaGFuZ2VkLCAxIGluc2VydGlvbigrKSwgMiBk ZWxldGlvbnMoLSkKCkFwcGxpZWQsIHRoYW5rcwoKLS0gCkxlZSBKb25lcyBb5p2O55C85pavXQoK X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KbGludXgtYXJt LWtlcm5lbCBtYWlsaW5nIGxpc3QKbGludXgtYXJtLWtlcm5lbEBsaXN0cy5pbmZyYWRlYWQub3Jn Cmh0dHA6Ly9saXN0cy5pbmZyYWRlYWQub3JnL21haWxtYW4vbGlzdGluZm8vbGludXgtYXJtLWtl cm5lbAo= 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 EA07CC0015E for ; Thu, 13 Jul 2023 13:42:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233074AbjGMNmD (ORCPT ); Thu, 13 Jul 2023 09:42:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43596 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234837AbjGMNl6 (ORCPT ); Thu, 13 Jul 2023 09:41:58 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 928E11992 for ; Thu, 13 Jul 2023 06:41:56 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0B40961539 for ; Thu, 13 Jul 2023 13:41:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2432C433C8; Thu, 13 Jul 2023 13:41:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689255715; bh=XQ7GI5seauSP1zdgzOW9xfeQzw1DgF5EQVEBjlhLDx8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PHgb01g71DiomiYZebiqegzv1Y1Yk77El/q56VCQHGRl9yPyKmrPtMwBcr51beDfZ 2S6OntPipyVx6evbRLKBP4XyQv+ng2kO1wcKxWUDXj8vfYmqOH9/CzPUTbxk4zFsdz 2yQbw9S5wzgqxCA7ZwrYUlZkCOAiutpNSuOhVm4oc6T42VnWcPeKEOtHrpO2ciXYsY yxaY5rllmTAMaAKgmRh8NE1qe5P0KwYMFyiGVb7UFzjRev+TwCwCGOmm4NclrMGDnR K43QKGic+7l0UJ+A8N5sxZ0AbW7nqQceqorA7fXAVBmGGfWMM1tRqjQdK9SWC7c5pg cR0C9QTGKuYiw== Date: Thu, 13 Jul 2023 14:41:50 +0100 From: Lee Jones To: Yangtao Li Cc: Fabrice Gasnier , Maxime Coquelin , Alexandre Torgue , linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 6/7] mfd: stm32-timers: Use devm_platform_get_and_ioremap_resource() Message-ID: <20230713134150.GB10768@google.com> References: <20230706113939.1178-1-frank.li@vivo.com> <20230706113939.1178-6-frank.li@vivo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230706113939.1178-6-frank.li@vivo.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 06 Jul 2023, Yangtao Li wrote: > Convert platform_get_resource(), devm_ioremap_resource() to a single > call to devm_platform_get_and_ioremap_resource(), as this is exactly > what this function does. > > Signed-off-by: Yangtao Li > --- > drivers/mfd/stm32-timers.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Applied, thanks -- Lee Jones [李琼斯]