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 D05EAC4332F for ; Sat, 31 Dec 2022 07:21:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231488AbiLaHV4 (ORCPT ); Sat, 31 Dec 2022 02:21:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40014 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229943AbiLaHVy (ORCPT ); Sat, 31 Dec 2022 02:21:54 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 63F5C2AC4 for ; Fri, 30 Dec 2022 23:21:53 -0800 (PST) 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 E744160A49 for ; 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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202211220940526866294@zte.com.cn> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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!