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 AD6D1C4332F for ; Sat, 31 Dec 2022 07:23:13 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=DIAsu3FNGlBjPCYMgLFzbI1J9O782XFBlPnLI6xUXVg=; b=NfQDn+p8yCkIRQ PJGsu7RwmPgpEaNcuBgkVHa1F4mNChMVwapNL6JqxOhCsMcgJl4RH8p+F2yhySAGBtAzphlESSiKE PxzIeYUXRBFOt7/tSPRXtZPk79SxPwOb4VknSkCTlFIwRsanM+kzdV/U7Mdxn/GiRRS6/vxSoq/VT ogzaYu0xhpM+IdyA1QY3Iq3A26mkdpVHg1owpGcwTN8/0Px/277mRSTuuCZ2qKfZ2zk+90SfhsmQQ mIZQ4VSIG393hsWBmfYlFAYw47RHbEr1zOgcZlGsEFRcYUoFYaedLQ4n9ZCRGK/wy3v+bR3nMqTb1 dgm8u8Kd92FleVKMNp4g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pBWBt-001pEe-Vk; Sat, 31 Dec 2022 07:22:02 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pBWBn-001p9h-Rz for linux-arm-kernel@lists.infradead.org; Sat, 31 Dec 2022 07:21:57 +0000 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 E74E260A4E; Sat, 31 Dec 2022 07:21:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AE00AC433D2; Sat, 31 Dec 2022 07:21:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672471312; bh=KUen9JacSR7CuEY7PWE7I+Hsfq1XpsGgH+s1BHsk6ms=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IivIZIKUBnE0OX5Y0NYYTLfyZhf37XXyr8ln9bW/xchd/bEovGtqfcOS7Ns7WbLVV tDoGGClTkoJ/mbZnACZ7H+yx1XmTb667jo5gJ3QyD5P+XSZjfa+/2/GymO0VN2FdSV +leN41VbI+Z5zfDH9eOl+edu6h2S8l3G75s2fydqNQPTCkkncqQl31TJHBH4GpEWDs AgnVkfy8456y6qVGlquO4yBJrvSMzxLL0/1D7BiBZLVpfXKsSThid6Af83qNnLy/Ku Wm0CQO8cXoCJ1x+KoOVwbnQrkkM6jwDTwpFaHMbYNFR4kPMIjX1DaPeAMqsJ+5mu0l LKhcMOLZkBvuw== Date: Sat, 31 Dec 2022 15:21:46 +0800 From: Shawn Guo To: ye.xingchen@zte.com.cn Cc: s.hauer@pengutronix.de, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, chi.minghao@zte.com.cn Subject: Re: [PATCH] bus: imx-weim: use devm_platform_get_and_ioremap_resource() Message-ID: <20221231072145.GJ6112@T480> References: <202211220940526866294@zte.com.cn> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <202211220940526866294@zte.com.cn> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221230_232156_043074_8A4DE3D8 X-CRM114-Status: UNSURE ( 8.67 ) 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 Tue, Nov 22, 2022 at 09:40:52AM +0800, ye.xingchen@zte.com.cn wrote: > From: Minghao Chi > > 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: Minghao Chi > Signed-off-by: ye xingchen Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel