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 3A1D6C001B0 for ; Wed, 19 Jul 2023 10:07:25 +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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=xgW0OxrQ9TmQiib8Ga8KU/G0ZWPhArcRee/YWhiCpac=; b=FXwh3TQYbDqx2y 8mfQI1ZsA7itvqZJsAzj1O9J8vHpEK3XRO764GMwG/ucW37FEoF6NH2fXkNXZD50sls++kmbJ9ox3 REIqctUWfpjkj14vWVPXrxmMvctTne4qsuCoMTtURb1V+LI/TFKFr1xP3/Do7IYsm8HRSIRHB6UiO iZ3jApraBIc/WvRpjkaqrpQmQzcfCTgBYcbo+v6gvG2zpvbFpJHXNmw+8Y1KvUc0wVxQ6bHTOlrJg Ao+frDBIQAk/Zk3rcAZnRVHmeOES0IrRC5psfu4CQSyD6AmEAFVLMSf7nKV4vgOtzCpUTo5j5AHoc bke+9LkbT4Eebp1/+j/Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qM45M-006e1i-2d; Wed, 19 Jul 2023 10:07:08 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qM45J-006e0n-2h for linux-arm-kernel@lists.infradead.org; Wed, 19 Jul 2023 10:07:07 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C4B342F4; Wed, 19 Jul 2023 03:07:46 -0700 (PDT) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 632FC3F67D; Wed, 19 Jul 2023 03:07:02 -0700 (PDT) From: Sudeep Holla To: Yangtao Li , Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi Cc: linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 6/7] [PATCH 6/7] bus: vexpress-config: Convert to devm_platform_ioremap_resource() Date: Wed, 19 Jul 2023 11:06:59 +0100 Message-ID: <168976104705.3013544.1925006018431804113.b4-ty@arm.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230706072042.31296-6-frank.li@vivo.com> References: <20230706072042.31296-6-frank.li@vivo.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230719_030705_916128_A11342FB X-CRM114-Status: UNSURE ( 5.87 ) 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: 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 On Thu, 06 Jul 2023 15:20:36 +0800, Yangtao Li wrote: > Use devm_platform_ioremap_resource() to simplify code. > Applied to sudeep.holla/linux (for-next/vexpress/updates), thanks! [6/7] bus: vexpress-config: Convert to devm_platform_ioremap_resource() https://git.kernel.org/sudeep.holla/c/bc0e769647d7 -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel