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 1fyCpp-0000QY-Mg for linux-mtd@lists.infradead.org; Fri, 07 Sep 2018 09:13:51 +0000 Date: Fri, 7 Sep 2018 11:13:24 +0200 From: Boris Brezillon To: Ladislav Michl 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: <20180907111324.691ba379@bbrezillon> In-Reply-To: <20180907084044.GA6361@lenoch> References: <20180906223851.6964-1-boris.brezillon@bootlin.com> <20180906223851.6964-20-boris.brezillon@bootlin.com> <20180907084044.GA6361@lenoch> 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: , On Fri, 7 Sep 2018 10:40:44 +0200 Ladislav Michl wrote: > Hi Boris, > > this patchseries is really amazing clean up. Thank you! I'm glad I'm not the only one to find it useful :-). > > 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. Oops, will fix that. Thanks, Boris