From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A36BD72 for ; Wed, 8 Sep 2021 07:29:25 +0000 (UTC) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id CEE4E5C00DD; Wed, 8 Sep 2021 03:29:24 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Wed, 08 Sep 2021 03:29:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cerno.tech; h= date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=fm3; bh=O9T3Oz7urvv7q+becA8kKal5djf Q1qdQFN3QPX1HCp0=; b=BIN8hZKwL8m1O6xQVtd95IsP9YXF0WJNZX2Qpq1lVjz rr72GABN1ve/ucPMZCCZT8k2Bqww2OFt5XXtFMLagXX26oKif8g/zCxsq+9CGew0 QVn4CVAoA6Z9vvE9WUVR6FtI8Vv3sXxQiG0N6iVoaKLWiPAZbdE89jhXrHjp/5ew xtHuLPGdNL2WMB2ItLKVtPadB0EjkKNH+2+icbUQNq1nNLFW1T4Z6VV0NlNOsTn5 rfenhprzdCSXHJbm4p8+sV6FF9roqL/0c8tHTdmN2Sa6pQh92FQ8Deq7mmFui/4O 8BU+3WmERp+ZQloIULlZxUkLCFH7queMjfSg9XVj/fQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=O9T3Oz 7urvv7q+becA8kKal5djfQ1qdQFN3QPX1HCp0=; b=Vs4pSR1PFhyEqw2fjPD5w1 JPQaHdByz4MpitHmWXgBTdKWlCVPLYD7zw2mJrbuYu/mteAWcLNxQTAR46AYZrAj XkPLZZhR8MdSvJhgTYgDRFtS35ZyfHI9eBH5IN+Flmj+sS6HzOCdsZas0o6i2jdP PAKvwJZX/ej0miknz/wPx4L6OuJLWnGQPrxbJtyowXBR2COoQ4eyDZpe7lcP1xtL 3MWOzJ1l4YrHcNFfXt1Q7N2283s3uvLgMu0Pkkm7kbyqh27QxxjBr+1kglQ/jK8m GwjJKc8IZ6p8QdcgkEfyoU4xDEABLslEp2FcusPd6j/PnZxC8a/28YKAAZS6NMQQ == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrudefiedgudduiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvuffkfhggtggujgesghdtreertddtvdenucfhrhhomhepofgrgihi mhgvucftihhprghrugcuoehmrgigihhmvgestggvrhhnohdrthgvtghhqeenucggtffrrg htthgvrhhnpeelkeeghefhuddtleejgfeljeffheffgfeijefhgfeufefhtdevteegheei heegudenucevlhhushhtvghrufhiiigvpedunecurfgrrhgrmhepmhgrihhlfhhrohhmpe hmrgigihhmvgestggvrhhnohdrthgvtghh X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 8 Sep 2021 03:29:24 -0400 (EDT) Date: Wed, 8 Sep 2021 09:29:23 +0200 From: Maxime Ripard To: Cai Huoqing Cc: Emilio =?utf-8?B?TMOzcGV6?= , Michael Turquette , Stephen Boyd , Chen-Yu Tsai , Jernej Skrabec , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: sunxi: sun6i-apb0: Make use of the helper function devm_platform_ioremap_resource() Message-ID: <20210908072923.4eqv6ajmextuvbft@gilmour> References: <20210907085257.4968-1-caihuoqing@baidu.com> Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="v3rvg2w546bpoua2" Content-Disposition: inline In-Reply-To: <20210907085257.4968-1-caihuoqing@baidu.com> --v3rvg2w546bpoua2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 07, 2021 at 04:52:57PM +0800, Cai Huoqing wrote: > Use the devm_platform_ioremap_resource() helper instead of > calling platform_get_resource() and devm_ioremap_resource() > separately >=20 > Signed-off-by: Cai Huoqing Applied, thanks Maxime --v3rvg2w546bpoua2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCYThmUwAKCRDj7w1vZxhR xX8DAP90YIhSpAVWNCRKcK89bxK00EJuFmmMwcE8k7tRUDDRfwEA4rFMXVr9r6gv 09Mv8TDLN0C5I+TV3We2Oe/wX/z1bAs= =lKwy -----END PGP SIGNATURE----- --v3rvg2w546bpoua2-- 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=-9.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,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 CD11EC433EF for ; Wed, 8 Sep 2021 07:33:13 +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 8B40761051 for ; Wed, 8 Sep 2021 07:33:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 8B40761051 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=cerno.tech Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: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-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=meeUNrkAdiSmIT3r0doXjW8fcO+OxsDxcGiPDBxkYxI=; b=CQrFgi9cda2u05CnUgbWy93Q1u rDIfawoKHhNBW09DQ7UFdgIiAA/+piQscCG5/yIrUDmcQKfqeHNwGcl1QRRLOSWvHBY99VpQEMmjB 6+VUoVO0ISR3vb8d3jUpRcyb0GiZZ2p4KlmaOsTaeDI3TI8L65PEpcAAjayvZVSWHxg32v2OKV+RN 0nZ9rnxBNqYc9BqTbryKkuIos6FeGbqMAUD9J40fxoJD6M4MrSXT6EKbKpzVCnjQj3rEDycUhcTzC dUE7WgsF7iEhuIkttC2buJIYAUM5WzY33aTewy1cduVRaXnp9QNF/BQIxER/EGL5fhrJ5/wYVoMhX 30DGn8gQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mNs3B-005u3p-UY; Wed, 08 Sep 2021 07:31:18 +0000 Received: from out4-smtp.messagingengine.com ([66.111.4.28]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mNs1N-005tFl-PZ for linux-arm-kernel@lists.infradead.org; Wed, 08 Sep 2021 07:29:27 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id CEE4E5C00DD; Wed, 8 Sep 2021 03:29:24 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Wed, 08 Sep 2021 03:29:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cerno.tech; h= date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=fm3; bh=O9T3Oz7urvv7q+becA8kKal5djf Q1qdQFN3QPX1HCp0=; b=BIN8hZKwL8m1O6xQVtd95IsP9YXF0WJNZX2Qpq1lVjz rr72GABN1ve/ucPMZCCZT8k2Bqww2OFt5XXtFMLagXX26oKif8g/zCxsq+9CGew0 QVn4CVAoA6Z9vvE9WUVR6FtI8Vv3sXxQiG0N6iVoaKLWiPAZbdE89jhXrHjp/5ew xtHuLPGdNL2WMB2ItLKVtPadB0EjkKNH+2+icbUQNq1nNLFW1T4Z6VV0NlNOsTn5 rfenhprzdCSXHJbm4p8+sV6FF9roqL/0c8tHTdmN2Sa6pQh92FQ8Deq7mmFui/4O 8BU+3WmERp+ZQloIULlZxUkLCFH7queMjfSg9XVj/fQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=O9T3Oz 7urvv7q+becA8kKal5djfQ1qdQFN3QPX1HCp0=; b=Vs4pSR1PFhyEqw2fjPD5w1 JPQaHdByz4MpitHmWXgBTdKWlCVPLYD7zw2mJrbuYu/mteAWcLNxQTAR46AYZrAj XkPLZZhR8MdSvJhgTYgDRFtS35ZyfHI9eBH5IN+Flmj+sS6HzOCdsZas0o6i2jdP PAKvwJZX/ej0miknz/wPx4L6OuJLWnGQPrxbJtyowXBR2COoQ4eyDZpe7lcP1xtL 3MWOzJ1l4YrHcNFfXt1Q7N2283s3uvLgMu0Pkkm7kbyqh27QxxjBr+1kglQ/jK8m GwjJKc8IZ6p8QdcgkEfyoU4xDEABLslEp2FcusPd6j/PnZxC8a/28YKAAZS6NMQQ == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrudefiedgudduiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvuffkfhggtggujgesghdtreertddtvdenucfhrhhomhepofgrgihi mhgvucftihhprghrugcuoehmrgigihhmvgestggvrhhnohdrthgvtghhqeenucggtffrrg htthgvrhhnpeelkeeghefhuddtleejgfeljeffheffgfeijefhgfeufefhtdevteegheei heegudenucevlhhushhtvghrufhiiigvpedunecurfgrrhgrmhepmhgrihhlfhhrohhmpe hmrgigihhmvgestggvrhhnohdrthgvtghh X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 8 Sep 2021 03:29:24 -0400 (EDT) Date: Wed, 8 Sep 2021 09:29:23 +0200 From: Maxime Ripard To: Cai Huoqing Cc: Emilio =?utf-8?B?TMOzcGV6?= , Michael Turquette , Stephen Boyd , Chen-Yu Tsai , Jernej Skrabec , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: sunxi: sun6i-apb0: Make use of the helper function devm_platform_ioremap_resource() Message-ID: <20210908072923.4eqv6ajmextuvbft@gilmour> References: <20210907085257.4968-1-caihuoqing@baidu.com> MIME-Version: 1.0 In-Reply-To: <20210907085257.4968-1-caihuoqing@baidu.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210908_002925_953449_D9522AC6 X-CRM114-Status: UNSURE ( 9.72 ) X-CRM114-Notice: Please train this message. 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: multipart/mixed; boundary="===============1058363434364568858==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============1058363434364568858== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="v3rvg2w546bpoua2" Content-Disposition: inline --v3rvg2w546bpoua2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 07, 2021 at 04:52:57PM +0800, Cai Huoqing wrote: > Use the devm_platform_ioremap_resource() helper instead of > calling platform_get_resource() and devm_ioremap_resource() > separately >=20 > Signed-off-by: Cai Huoqing Applied, thanks Maxime --v3rvg2w546bpoua2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCYThmUwAKCRDj7w1vZxhR xX8DAP90YIhSpAVWNCRKcK89bxK00EJuFmmMwcE8k7tRUDDRfwEA4rFMXVr9r6gv 09Mv8TDLN0C5I+TV3We2Oe/wX/z1bAs= =lKwy -----END PGP SIGNATURE----- --v3rvg2w546bpoua2-- --===============1058363434364568858== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============1058363434364568858==--