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 4F026EB64DD for ; Wed, 12 Jul 2023 15:38:04 +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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject: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=qqWhkb9WFU5TBGA3mbqJ02/Al77lLAQ823jS6zWYdmg=; b=jsvo4ozxotT+ZJ KbCojVDSCDNk2K6zPDRguixoe0Is40zyUzMQSgWuWnp2N63Mr05DEPym9uYH/ATP4T0N25ySchX6l kRn8Iqfpm1dSqO9mhx9Sdgr9F2Xlgp3QCljYOW3RKxqqbUC1dDrdJVpgazWf2PgRkoj+OwLPTdDkw pss6ECKNNsDSL3FcRyoXPwnn4H24KWi09BunfjwtOOItOjZre9v3pxeyK0NQU6eZ6/i/Dvs8jkZ/e iiWdJPKa4/4eaxvjhe6LN/3GOhpIgCLoEvvT+P3zYXfZYj57ewEjqJTD/+gpstivHP3+urLR9Umh2 H+lHZzFrozDs2M17Hj0w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qJbuI-000NSj-00; Wed, 12 Jul 2023 15:37:34 +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 1qJbuF-000NSM-1t for linux-arm-kernel@lists.infradead.org; Wed, 12 Jul 2023 15:37:32 +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 D91D461870; Wed, 12 Jul 2023 15:37:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 86031C433C7; Wed, 12 Jul 2023 15:37:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689176250; bh=/rImqzulXKRfkZ/2PvcjAfGhsT5mBHXh7fIeELRAHq4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aS+qC40oBHhr4HUomy7QXm6JnstU+NnwjKHkpPp5DfD/UihbFNucaE3AAmPesf3cw pQElWNpLPjXTUSckGfMRWjhMKdk++nE+iDoEEZfTw9E5of4HHUjB4iM6lGiflIPv3z s+lUqSBO7SPsCgP+JEgvwlYsdeDXaVscbtjQbYbtyhZTCDT7dH/t5dKUbHZstGyGzB xBIh1pUyteEvVAzdy/QuSHPyDh6fr3XYaKt1kHpgsKEg3hwv7CIpVS36/FvKUE+RvY lz/X0qdiJ2j539rk9MjR5YzVHll6Pf7xkJZ0p10gaRR4yhYexGx6HpyKOu8ryjrfuh TnDzknz7TFzVQ== Date: Wed, 12 Jul 2023 17:37:26 +0200 From: Andi Shyti To: Yangtao Li Subject: Re: [PATCH v2 01/11] i2c: at91: Use devm_platform_get_and_ioremap_resource() Message-ID: <20230712153726.tcx7haylb3jqpm2y@intel.intel> References: <20230710063351.17490-1-frank.li@vivo.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230710063351.17490-1-frank.li@vivo.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230712_083731_684050_FA437E46 X-CRM114-Status: UNSURE ( 9.03 ) 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: , Cc: Alexandre Belloni , linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, Codrin Ciubotariu , Claudiu Beznea , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Yangtao, On Mon, Jul 10, 2023 at 02:33:40PM +0800, 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 Reviewed-by: Andi Shyti Andi _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel