Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp882337pxb; Tue, 14 Sep 2021 10:41:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxTI3cc6VI6THtWNW4aZhOnDgdtbc7gRhZVY/M1v6wwbp9UvzxmNdaDVaOWh/9yNY8yNt+W X-Received: by 2002:a05:651c:510:: with SMTP id o16mr16758002ljp.257.1631641315548; Tue, 14 Sep 2021 10:41:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631641315; cv=none; d=google.com; s=arc-20160816; b=u99EB7e42E/2hQzE/Gbu9WuHmGmLeXBwp5iEXJ1nVsbdR5lHKqaDLVhgcJyeXcWalD /6ab1yjPI5hzVUL0nPmiRMGBk6k2K26cmmgXqlZnm+nzgCHwfSna7qheluu3k7WzQiEr BBwv/FiREXfwtlUUzFsmsdO2nGkcVdswE5R/sZfNwZz6tuazNcqvpAl3lfqSNoGkBkTs XfUxCtX+DDqqHcmn9ulcnnAhDxaxVp3yVUrOvMfjxzFy/mTBEY6YpyKqN1DS2KuQlMXE af6+7CCDO0dkFmh7gWXFXedtk7iFhChT+b+zrUXp/s7ejcuRHrvZqdqsYCR15BhnSiAs +RVg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=KKGuq04KSIaPIkaqPSon/JVxoQs2iB3ZIFw3nTZUtUg=; b=bUBBcSE7m6u+86xiGd62LAjQ61/6ToT51JHFGUi+Axuy82WqJMkAPgkbMSAcJuKSie EN5cmd2EKXskx/SNKFdFOggO9P8VWd6PD/p1Q+97tmpSKXK28q37zGuTwlbOjIHOzxZn 335S2vqdGzJTwLpwBjNRKg4Gh580wr9ZZkgt7MGy8YRTWVXZMeLGhKKVlO4RWFU6TK2D nrdvz+fQw5VzXuRAUoT/WMacmBXP1ztt+F29/9n1CzZydRpAZQq6btDl+22+fApl12Ly kGAm/Qykh3wDeBcNEscKpWnJ2BrtUAvuZC52GfqWlYIrWXRSZhq9sOBbWyJikDqqPokY 9ywg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i10si14605632lfv.410.2021.09.14.10.41.24; Tue, 14 Sep 2021 10:41:55 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231653AbhINRkv (ORCPT + 99 others); Tue, 14 Sep 2021 13:40:51 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:51849 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230390AbhINRku (ORCPT ); Tue, 14 Sep 2021 13:40:50 -0400 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id A8EC8200005; Tue, 14 Sep 2021 17:39:29 +0000 (UTC) From: Miquel Raynal To: Cai Huoqing Cc: Miquel Raynal , Stefan Agner , Richard Weinberger , Vignesh Raghavendra , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mtd: rawnand: vf610: Make use of the helper function devm_platform_ioremap_resource() Date: Tue, 14 Sep 2021 19:39:28 +0200 Message-Id: <20210914173928.301381-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210901074245.9583-1-caihuoqing@baidu.com> References: MIME-Version: 1.0 X-linux-mtd-patch-notification: thanks X-linux-mtd-patch-commit: b'2d77b08eaf0b2f269512c200c441bb1cda59d978' Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2021-09-01 at 07:42:44 UTC, Cai Huoqing wrote: > Use the devm_platform_ioremap_resource() helper instead of > calling platform_get_resource() and devm_ioremap_resource() > separately > > Signed-off-by: Cai Huoqing > Acked-by: Stefan Agner Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks. Miquel