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 335BAC8300C for ; Wed, 7 Jun 2023 12:26:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240832AbjFGM0O (ORCPT ); Wed, 7 Jun 2023 08:26:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38920 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240837AbjFGM0L (ORCPT ); Wed, 7 Jun 2023 08:26:11 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 81AFA1FD4 for ; Wed, 7 Jun 2023 05:26:01 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 1282163E7B for ; Wed, 7 Jun 2023 12:26:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 71747C433D2 for ; Wed, 7 Jun 2023 12:26:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686140760; bh=Hejwqi6FBhLDJdlbjy5YX5ddU3z1wSekyGkZ/FAMHQs=; h=References:In-Reply-To:From:Date:Subject:To:From; b=lVMFvjHfHmZOUp40QJcIRdRKOopnpdahIcx/ouNZ9a83AloFXSSRlnch9oaJebxnq FGg0bE4kwGHTIGM2oe/76CXkhZ7pXZ/GluUfK+WWzFW6ZQkQtKufzwsjyrZGOBcKH5 X11tHjkDeW7/8HfPU4k1p4HlWiSuwmDUoC39t7OS8wN4e7COqCw2N+jYtObxCSyZ9Z joZmSJMsUpV7obtPwUaG9QGyPb9A4nyi1ckEAA7DJfmoAOUKNpcKUDBj6S8VoZ80HS 8VMm5eMb1nzorr03R8nkzC0CZXHQbh4Es9q+1VErDCVAdbG3Tq0PlsYDp4nWeZGmkA Aeb9RnpaFJ94w== Received: by mail-oi1-f176.google.com with SMTP id 5614622812f47-39c68a3c5b9so485817b6e.0 for ; Wed, 07 Jun 2023 05:26:00 -0700 (PDT) X-Gm-Message-State: AC+VfDw8DPyUZnV4pct2KA+R1E13HGs/bEstvLIJTkSxp2ueqBNm+1fN lELEjDkzs2p34blNgYwXKh+s7uvalwCNLCvsmMER4g== X-Google-Smtp-Source: ACHHUZ7TWJ2NcDJr/cxQbuGmMmmwWCCOcyvvJg4RZIubr7St0+CT82SvbIhXjRjm6U4dj7pTP9a2wPqMdgQbidTEkYY= X-Received: by 2002:a05:6358:4e83:b0:127:db0e:395a with SMTP id ce3-20020a0563584e8300b00127db0e395amr3370873rwb.7.1686140759753; Wed, 07 Jun 2023 05:25:59 -0700 (PDT) MIME-Version: 1.0 References: <20230306144522.15699-1-quic_mdalam@quicinc.com> In-Reply-To: From: Robert Foss Date: Wed, 7 Jun 2023 14:25:48 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 3/5] i2c: qcom-cci:Use devm_platform_get_and_ioremap_resource() To: Wolfram Sang , Md Sadre Alam , loic.poulain@linaro.org, rfoss@kernel.org, linux-i2c@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, quic_sjaganat@quicinc.com, quic_srichara@quicinc.com, quic_varada@quicinc.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 7, 2023 at 12:34=E2=80=AFPM Wolfram Sang wrote= : > > On Mon, Mar 06, 2023 at 08:15:22PM +0530, Md Sadre Alam 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: Md Sadre Alam > > Loic, Robert, do you agree with this patch? > Acked-by: Robert Foss