Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932819AbdLRKWN convert rfc822-to-8bit (ORCPT ); Mon, 18 Dec 2017 05:22:13 -0500 Received: from mail.free-electrons.com ([62.4.15.54]:46945 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932684AbdLRKWK (ORCPT ); Mon, 18 Dec 2017 05:22:10 -0500 Date: Mon, 18 Dec 2017 11:22:08 +0100 From: Miquel RAYNAL To: Willy Tarreau Cc: Boris Brezillon , "linux-kernel@vger.kernel.org" , "linux-mtd@lists.infradead.org" , Ezequiel Garcia , Robert Jarzmik , linux-arm-kernel Subject: Re: pxa3xx_nand times out in 4.14 with JFFS2 Message-ID: <20171218112208.0057634d@xps13> In-Reply-To: <20171218070617.GA16559@1wt.eu> References: <20171217150043.GA1403@1wt.eu> <20171217162342.GA1833@1wt.eu> <20171217190746.2a61232c@bbrezillon> <20171217190056.GA1107@1wt.eu> <20171217211650.GA6815@1wt.eu> <20171217222611.59f9031b@bbrezillon> <20171217224617.1f9b8b84@xps13> <20171218063715.GA20461@1wt.eu> <20171218070617.GA16559@1wt.eu> Organization: Free Electrons X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1805 Lines: 44 Hello Willy, On Mon, 18 Dec 2017 08:06:17 +0100 Willy Tarreau wrote: > On Mon, Dec 18, 2017 at 07:37:15AM +0100, Willy Tarreau wrote: > > > As Boris said, we would really welcome a test of this branch, > > > because you almost have the same setup as Sean in the thread > > > "pxa3xx: wait time out when scanning for bb" and I am running out > > > of explanation for his problem unless it is related to U-Boot. So > > > if you could try booting with and without the on-flash-bbt > > > property and report whether it fails or not it would be of great > > > help! > > > > Yes, I noticed your work mentionned in some of the threads I've read > > during my troubleshooting session and considered giving it a try. > > I'll probably do this next week-end. > > Finally I figured the test was quick enough and could help you, so I > built and booted it, I'm getting this at boot : > > marvell-nfc f10d0000.nand-controller: Timeout waiting for RB signal > nand_bbt: error while writing BBT block -110 > marvell-nfc f10d0000.nand-controller: Timeout waiting for RB signal > marvell-nfc f10d0000.nand-controller: Timeout waiting for RB signal > nand_bbt: error -110 while marking block 1023 bad > marvell-nfc f10d0000.nand-controller: Timeout waiting for RB signal > nand_bbt: error while writing BBT block -110 > marvell-nfc f10d0000.nand-controller: Timeout waiting for RB signal > marvell-nfc f10d0000.nand-controller: Timeout waiting for RB signal Thanks for testing. I fixed two problems happening during read/write of 2kiB page NAND chips, I am quite confident this would solve the issues you report here. Could you please give it a try? Same branch as before [1], just some more fixups! on it :) Thank you, Miquèl [1] https://github.com/miquelraynal/linux/tree/marvell/nand-next/nfc