From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eddie.linux-mips.org ([148.251.95.138] helo=cvs.linux-mips.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fyCNv-0000Od-RM for linux-mtd@lists.infradead.org; Fri, 07 Sep 2018 08:45:05 +0000 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23993946AbeIGIkplYOuO (ORCPT ); Fri, 7 Sep 2018 10:40:45 +0200 Date: Fri, 7 Sep 2018 10:40:44 +0200 Sender: Ladislav Michl From: Ladislav Michl To: Boris Brezillon Cc: Richard Weinberger , Miquel Raynal , linux-mtd@lists.infradead.org, David Woodhouse , Brian Norris , Marek Vasut , Jonathan Corbet , linux-doc@vger.kernel.org, Hartley Sweeten , Ryan Mallon , Alexander Shiyan , Shawn Guo , Sascha Hauer , Fabio Estevam , NXP Linux Team , Imre Kaloz , Krzysztof Halasa , Tony Lindgren , linux-omap@vger.kernel.org, Alexander Clouter , Thomas Petazzoni , Gregory CLEMENT , Jason Cooper , Sebastian Hesselbarth , Andrew Lunn , Daniel Mack , Haojian Zhuang , Robert Jarzmik , Ralf Baechle , linux-mips@linux-mips.org, Yoshinori Sato , Rich Felker , linux-sh@vger.kernel.org, Greg Kroah-Hartman , devel@driverdev.osuosl.org Subject: Re: [PATCH 19/19] mtd: rawnand: Move JEDEC code to nand_jedec.c Message-ID: <20180907084044.GA6361@lenoch> References: <20180906223851.6964-1-boris.brezillon@bootlin.com> <20180906223851.6964-20-boris.brezillon@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180906223851.6964-20-boris.brezillon@bootlin.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Boris, this patchseries is really amazing clean up. Thank you! On Fri, Sep 07, 2018 at 12:38:51AM +0200, Boris Brezillon wrote: > This moves ONFI related code to nand_onfi.c and ONFI related > struct/macros to include/linux/mtd/onfi.h. Seems above commit log comes from previous patch.