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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 BFDC6C4320E for ; Wed, 1 Sep 2021 09:44:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A7A9561026 for ; Wed, 1 Sep 2021 09:44:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243768AbhIAJpD (ORCPT ); Wed, 1 Sep 2021 05:45:03 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:51549 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243428AbhIAJpC (ORCPT ); Wed, 1 Sep 2021 05:45:02 -0400 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 70FD15C014F; Wed, 1 Sep 2021 05:44:05 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Wed, 01 Sep 2021 05:44:05 -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=6cqD6nQU5pFx8MAxYYBBxZtH1FT T+OpzwxSoVHjjIx8=; b=Jjx+mQGGcl0KfpMh6xBG9jcGkscjv7OVbOWc6HAYONz i/zDxG1I1XyZTkJ5cuPlhpAiQjZGl78/YwGXaT8wcOwkxRERAs+m+/LbUFq6Sqil nleOQlAWeiSCk1kKuVywYvz29de7sXDCdkyHJWq41sW2Voov+XO7Gko8bxJKElga vu3mnoNNhdO2+OmEl98W3EbUmNVfiFUgpuoSxvh+NmYQHeZJKfBy18lmaEoVtyxH UUIRMDpflee9nGPOLpam9IW88WtjthcGs3cgAEW+9WVhq4uni/WsjasQx99X2sop f+6oxY4pmGss9aBbfcxti782vfg/W1hRNj6DRLRITkQ== 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=6cqD6n QU5pFx8MAxYYBBxZtH1FTT+OpzwxSoVHjjIx8=; b=du+Xej6xiP9EGnN59wRQ/a Srup81rEW7CptsszqncYW44yweYDS5Yow4Tndzd1Vje9aH23zXdjfL0uDVxb6YcM JkAblFPLpPTXv7vp5TjEt1qTs2pxRcnKV9EeOZAo5NHhPOzrZmIV8HmWxeXr6qO0 Ll8iesTe9SJZ2ygGJFW0qzf2fdI0gmFHKbvYBf6YCWGPNjA9Q29h6fGNSAIC4tlY f1147co1vzcWT6BKc/r6xuvdzHrsnp0ZI74dTSOVQ9UALuCdR0tjSfj82GypE5iS uSVEz6rLba5bXjvD4xAKORyuTBdIN36jB0n7ZWiChPi9o4MbMqf99EFVLY844WPg == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddruddvfedgudelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfhfgggtuggjsehgtderredttddvnecuhfhrohhmpeforgigihhm vgcutfhiphgrrhguuceomhgrgihimhgvsegtvghrnhhordhtvggthheqnecuggftrfgrth htvghrnhepleekgeehhfdutdeljefgleejffehfffgieejhffgueefhfdtveetgeehieeh gedunecuvehluhhsthgvrhfuihiivgepudenucfrrghrrghmpehmrghilhhfrhhomhepmh grgihimhgvsegtvghrnhhordhtvggthh X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 1 Sep 2021 05:44:03 -0400 (EDT) Date: Wed, 1 Sep 2021 11:44:01 +0200 From: Maxime Ripard To: Cai Huoqing Cc: Chen-Yu Tsai , David Airlie , Daniel Vetter , Jernej Skrabec , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drm/sun4i: Make use of the helper function devm_platform_ioremap_resource() Message-ID: <20210901094401.rwaux4lyy3ivn4nc@gilmour> References: <20210831135740.4826-1-caihuoqing@baidu.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="okxolxv65jazku7a" Content-Disposition: inline In-Reply-To: <20210831135740.4826-1-caihuoqing@baidu.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --okxolxv65jazku7a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 31, 2021 at 09:57:39PM +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 --okxolxv65jazku7a Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCYS9LYQAKCRDj7w1vZxhR xX18AP4/IqAB1srwA8hQX/sBqM5thlUz3OEzuv9Pc2S2lAEzLQEAkizux+YgDtIN iesfNJpUVVlmUgfshBN/eXr4M/T4Kwo= =YXNY -----END PGP SIGNATURE----- --okxolxv65jazku7a--