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 406BFC001DC for ; Thu, 13 Jul 2023 07:58:44 +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=tjBWR+arUEzQq/d7q0kwH/gg4oAKV7AAmbNlK0Xjrpo=; b=OLy1HGa6NWiV9m w7ODpgznIeQCWfEwqIOHnloIrjxta9LOIBFWYvCFiFgkQGgS+zo+M/lA1Nayaos5tqgziqqbQ0tif v8t2qCp9WNy56XUaePVWi6gLqp2739yNso5wroG1g5jdCVsEOZmo8kevOoIgqi538oDgNZ2TKaxJa PfZiqJgYjKfJeatKHuzDUIO8tDT1UHVQ9FnR1nLjT8vqqN3p3gkOu2XRHAmT2Nc0stnUkgZweUZg8 +KFPZGectPVeU3AdaD1yu6mwjeP+gUJ7FtWmLn85M4hPRTuVQFNz7FUQKOrReu2MJ3g/YwHlqULhY mdtx/lAJt9cbWxiwyo9w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qJrDL-002Jes-0P; Thu, 13 Jul 2023 07:58:15 +0000 Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qJrDE-002JYs-2F; Thu, 13 Jul 2023 07:58:10 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 575F3E0010; Thu, 13 Jul 2023 07:58:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1689235087; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=l/dQ3rIV5hFuFca0hdzW7g9ibvFRuog2dZ3pQ/WJm3s=; b=MdoSbR4uJM3s+Qqs6Z21XNSXlMxPWYKIprbQystEpa2Vw1dLDrn6KixrjJhtlyNQmBLA5V 4H2oaQkkcREd8N8TVcxhBG+1QtgJ4qT5UjpsOK9+sjwoF8iPLLVIUkXZy/Dst859/1jxXw mdCdOF4C145onofGqFdrie+BuwJVQw8Hpbjn/40wOt8SKvuQjrbkUoOrx2gLgHRmKmOnX+ sc4kRiuGbHPWXRIPoYY5fO7chssA/jeR+n0kUtGKG2YUfxLhgVbS0jiXOEVsB53FPlIBk0 zz3Vhy58h9F01ir7CQ/d9EHPrLvmzPrEuWr9goP5M0sxa+1FEDglyWdckJEoDQ== From: Miquel Raynal To: Yangtao Li , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Vladimir Zapolskiy Cc: linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 07/18] mtd: rawnand: lpc32xx_mlc: Use devm_platform_get_and_ioremap_resource() Date: Thu, 13 Jul 2023 09:58:05 +0200 Message-Id: <20230713075806.486221-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230707040622.78174-7-frank.li@vivo.com> References: MIME-Version: 1.0 X-linux-mtd-patch-notification: thanks X-linux-mtd-patch-commit: b'9cd9dda8f06c9100997e981f11e8ef9cec042a95' X-GND-Sasl: miquel.raynal@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230713_005808_866218_BA57DD8F X-CRM114-Status: UNSURE ( 5.36 ) 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 Fri, 2023-07-07 at 04:06:11 UTC, 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 Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks. Miquel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel