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=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 2BAF1C433FE for ; Tue, 14 Sep 2021 21:39:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0F86F61213 for ; Tue, 14 Sep 2021 21:39:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234832AbhINVlF (ORCPT ); Tue, 14 Sep 2021 17:41:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:45510 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232891AbhINVlF (ORCPT ); Tue, 14 Sep 2021 17:41:05 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5306360E8B; Tue, 14 Sep 2021 21:39:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631655587; bh=4k2xdbWL9KuJon/RukKLH/6H0+1RJaLtsaM9gkmPKgA=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=gaiPBOgcKjt1A9eHGfZqKZgrnZSwVOSjLnOioQX/3YG/C8rkyGvg8Uj0jvRdbBjWa 7hG6Lmq6s3/2bXWO84VlDfuJdL36oZ3Fc4Dzq4iRXMIAoA9TCQTliOXdRzJRhtk1ut ofvU8ZGQM9IHU6qPQU3AZKIE2TtColijX3ypCI1rMjHwowXvZ5I0iku7TamuWFHM2e lAsDP+1Nw45DZjyYlcGGqlu0hAHu3y6YcL/Qvx8aHIDnErzzRxekupB1gK/F+BIg83 5bILoKsoHhxPOlTpMQbQe1mStTFoqdJD3uMoWgrlf9mpRRdi8Yx4fsi+stA8118WnO 0I/gKaPe+xHLA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20210907084858.4101-1-caihuoqing@baidu.com> References: <20210907084858.4101-1-caihuoqing@baidu.com> Subject: Re: [PATCH] clk: qcom: kpss-xcc: Make use of the helper function devm_platform_ioremap_resource() From: Stephen Boyd Cc: Andy Gross , Bjorn Andersson , Michael Turquette , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org To: caihuoqing@baidu.com Date: Tue, 14 Sep 2021 14:39:46 -0700 Message-ID: <163165558602.763609.7167320648592906753@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Quoting Cai Huoqing (2021-09-07 01:48:57) > 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 to clk-next