Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp883886pxb; Tue, 14 Sep 2021 10:44:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxqlAog1OL9s5vTaVBLOc0vChlDnOyXiV5HMgBpq5NykxQzLrQp+E+YloiwP/OsvvSNGuSH X-Received: by 2002:a2e:1556:: with SMTP id 22mr15939263ljv.253.1631641445065; Tue, 14 Sep 2021 10:44:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631641445; cv=none; d=google.com; s=arc-20160816; b=qGnunWewBj1Qufazudrj9SbDX/V4k2TDJQ/bXOQcsw1+lHFcnXIU/Buf+os0WBKJHc iG1+O/bRyesdq7mMWVK/IliSLLOsV+1VQ5/WWJle+96PiUmmrh/HYq3NPxPePRScCi6f +sjio6KWiU4wG9E2PsDlPNA2UfFtYRFNil2TwKQCUn6DRUuQjpnGNxEHpng40yF7kCmf FrBkKqGEw/rD+iiCuagXoJoxb/9M9qzrrUcSyl7vD6lig5HG9ozF6rvUdRJZj8PRQwc2 2pW2tNR1/i2/YJ0+fZvFbkT1UxOa/ZRfi7JXvHOwWDsIoLig6OSE4R8uNb6Rs92JtxPx /Avg== 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=wrZfvT2hOOfGTJnzReg1OXyS4OS0Zyx1m4+B5bQJglY=; b=vaJLLLdG4BSjZD2KBi7UxqJAgFNajoHeuBWgZTEj9z3kBSYG+UDei5JpMaSs28GdIu Ijl1K6h1m+q3QNPIk/5TPG37ujqpT2X9pzFonTdmJbZfmV5lq4aNWHhy+LEeQBVQACCE 4j/D1vVr9iGTXOFP8ryr3Igoy9oQmGZLpqMxihQeQk2yYtoynqThaqktvE52nUe/Du9u YUNUX5EbyjTjQrnYMewj1cbPY2gLMTg1hrKjm6xRPek0Q8VsOBic7rACVDxuxw4BzHmR QTDlD0M7D99qpd2ZUTN35/AgQjpvvKeZGIAlVvCzisfX8r0Klm1P400fwS/usbHf9uq9 tr1w== 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 x40si13533524lfu.334.2021.09.14.10.43.36; Tue, 14 Sep 2021 10:44:05 -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 S232160AbhINRmF (ORCPT + 99 others); Tue, 14 Sep 2021 13:42:05 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:53223 "EHLO relay2-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232145AbhINRmB (ORCPT ); Tue, 14 Sep 2021 13:42:01 -0400 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id EE16B40007; Tue, 14 Sep 2021 17:40:41 +0000 (UTC) From: Miquel Raynal To: Cai Huoqing Cc: Miquel Raynal , Tudor Ambarus , Richard Weinberger , "Vignesh Raghavendra" , Nicolas Ferre , Alexandre Belloni , Ludovic Desroches , linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mtd: rawnand: atmel: Make use of the helper function devm_platform_ioremap_resource() Date: Tue, 14 Sep 2021 19:40:41 +0200 Message-Id: <20210914174041.302304-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210901074031.8883-1-caihuoqing@baidu.com> References: MIME-Version: 1.0 X-linux-mtd-patch-notification: thanks X-linux-mtd-patch-commit: b'c606d4f77c8a637c0563a206b080c5663f72b61a' Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2021-09-01 at 07:40:30 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 > Reviewed-by: Nicolas Ferre Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks. Miquel