From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1g8RCq-0005Ty-AH for linux-mtd@lists.infradead.org; Fri, 05 Oct 2018 14:35:58 +0000 Date: Fri, 5 Oct 2018 16:35:28 +0200 From: Miquel Raynal To: Boris Brezillon , Richard Weinberger , David Woodhouse , Brian Norris , Marek Vasut Cc: linux-mtd@lists.infradead.org Subject: Re: [PATCH] mtd: rawnand: toshiba: Pass a single nand_chip object to the status helper Message-ID: <20181005163528.7fa80080@xps13> In-Reply-To: <20180924093518.22021-1-miquel.raynal@bootlin.com> References: <20180924093518.22021-1-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Miquel Raynal wrote on Mon, 24 Sep 2018 11:35:18 +0200: > Now that most of the raw NAND API is consistent and has almost all its > helpers and hooks using a single nand_chip object instead of an mtd_info > one (or both), let's do the same cleanup in the raw NAND vendors > drivers. > > Apply this change to the Toshiba driver so that the internal helper to > retrieve the ECC status does only take a nand_chip object. > > Suggested-by: Boris Brezillon > Signed-off-by: Miquel Raynal > --- Applied to nand/next.