From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.free-electrons.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1eaHLI-0002Dt-3l for linux-mtd@lists.infradead.org; Sat, 13 Jan 2018 08:39:10 +0000 Date: Sat, 13 Jan 2018 09:38:55 +0100 From: Boris Brezillon To: Robert Jarzmik Cc: Miquel RAYNAL , Ezequiel Garcia , linux-mtd@lists.infradead.org Subject: Re: [PATCH v3 0/7] Marvell NAND controller rework with ->exec_op() Message-ID: <20180113093855.49231a43@bbrezillon> In-Reply-To: <871sivauyf.fsf@belgarion.home> References: <20180109103637.23798-1-miquel.raynal@free-electrons.com> <20180111122751.4bd74366@bbrezillon> <87efmwb8bj.fsf@belgarion.home> <20180111232417.4aa86075@xps13> <87a7xjbis2.fsf@belgarion.home> <20180112094501.27706bfc@bbrezillon> <876087beui.fsf@belgarion.home> <20180112112108.2e20dc14@bbrezillon> <871sivauyf.fsf@belgarion.home> 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, 12 Jan 2018 17:43:52 +0100 Robert Jarzmik wrote: > Boris Brezillon writes: > > > I think I'm still missing something. If I look at the branch you just > > pushed, I see that ->flash_bbt was not set to 1 before this commit [1], > > which means the pxa3xx driver was no setting the NAND_BBT_USE_FLASH > > flag, which in turn means you were not using the on-flash-bbt. > > When you test the old (pxa3xx) driver, are you sure you're testing > > things with a mainline kernel? If you have extra commits on top of > > mainline, can you push them somewhere? > > Here is the branch I'm using with my pxa3xx driver : > git fetch https://github.com/rjarzmik/linux pxa3xx-test May I ask why this is not in mainline?