Received: by 2002:ac0:8c9a:0:0:0:0:0 with SMTP id r26csp5032617ima; Tue, 5 Feb 2019 05:25:48 -0800 (PST) X-Google-Smtp-Source: AHgI3IZGvfPcfcHWMxIpmft1eMTgAM/Z3WoGZwUldG9zxRfiMMmljnCaT7neQOEIQnV6B+paGqkW X-Received: by 2002:a62:1542:: with SMTP id 63mr5043875pfv.230.1549373148260; Tue, 05 Feb 2019 05:25:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549373148; cv=none; d=google.com; s=arc-20160816; b=vXCExe41AIkUqDaBc5jkpr39NRY8/ZmNQ8xbbKKtp58IeFwZeb0bwML8JfP9fPw6VE FgdellmO0oD1+LMXj+ce8uMJsKr5bwrgOyZL1EPnJNEiqdzMuYuhBNIlVU3i9FK+AZsE ia646twdgnwH+P0Bai7k9xlx1t+JMXSa0X8kJq6TRkzyZXb6jgiaB85M2Ykw5rZ/fSVm /I8JedpLibTjWyqf2OcooVwBWLY3jWpeKBnCVJ1t/W2T9+DIe9ytMdK3506Osv2AlwTY U45RkLgAXnQUlyial7Eg0lK9EvCQGN+W0naT9450d29VdED0y5h8S4q9BDrQxpKZle3D fsXg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=IHWw1Wi6Ka593FpdqocGWO3Y5WWeUzgbgLZVVLHW5CQ=; b=D/PfXMFZXmsq82QZ2JknxmkjGDs91bo5SDtkP4kSdrk/KBjawWPN7d6QASO67A8qCi XdsoMVlpXUux92jLL4Za2tB63CRQ//7UuTgRQ06GsoRmI4vGGMZRC1OcTtj6Ho/mIyXt Ias0Q9D+vkMxGdHnCRQk3tHPkTvKWSD+4PJszvkH4D4aKse+OChsTEC0dDfMQPd0T4n+ nEUOVLFWUMPjHHfUP3zPZ9ygi98ou7vccAoBNxTlPQiGpSCpQLmxVLIdlxXgVn1A8EQ0 3OLwCfXop4NCe0PeQdwROgPzx2M2OaFnv4A5BGsAdLZOboCXutXL9/ObtQFmnFIcQzPY xzBA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 18si3042162pgo.331.2019.02.05.05.24.53; Tue, 05 Feb 2019 05:25:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728538AbfBEM7u convert rfc822-to-8bit (ORCPT + 99 others); Tue, 5 Feb 2019 07:59:50 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:34165 "EHLO relay10.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725947AbfBEM7u (ORCPT ); Tue, 5 Feb 2019 07:59:50 -0500 Received: from xps13 (aaubervilliers-681-1-80-177.w90-88.abo.wanadoo.fr [90.88.22.177]) (Authenticated sender: miquel.raynal@bootlin.com) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 18BC7240002; Tue, 5 Feb 2019 12:59:46 +0000 (UTC) Date: Tue, 5 Feb 2019 13:59:46 +0100 From: Miquel Raynal To: Martin Kepplinger Cc: han.xu@nxp.com, bbrezillon@kernel.org, richard@nod.at, dwmw2@infradead.org, computersforpeace@gmail.com, marek.vasut@gmail.com, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Martin Kepplinger , Manfred Schlaegl Subject: Re: [PATCH] mtd: rawnand: gpmi: fix MX28 bus master lockup problem Message-ID: <20190205135946.64eda55c@xps13> In-Reply-To: <20190129153700.18717-1-martink@posteo.de> References: <20190129153700.18717-1-martink@posteo.de> Organization: Bootlin X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Martin, Martin Kepplinger wrote on Tue, 29 Jan 2019 16:37:00 +0100: > From: Martin Kepplinger > > Disable BCH soft reset according to MX23 erratum #2847 ("BCH soft > reset may cause bus master lock up") for MX28 too. It has the same > problem. > > Observed problem: once per 100,000+ MX28 reboots NAND read failed on > DMA timeout errors: > [ 1.770823] UBI: attaching mtd3 to ubi0 > [ 2.768088] gpmi_nand: DMA timeout, last DMA :1 > [ 3.958087] gpmi_nand: BCH timeout, last DMA :1 > [ 4.156033] gpmi_nand: Error in ECC-based read: -110 > [ 4.161136] UBI warning: ubi_io_read: error -110 while reading 64 > bytes from PEB 0:0, read only 0 bytes, retry > [ 4.171283] step 1 error > [ 4.173846] gpmi_nand: Chip: 0, Error -1 > > Without BCH soft reset we successfully executed 1,000,000 MX28 reboots. > > I have a quote from NXP regarding this problem, from July 18th 2016: > > "As the i.MX23 and i.MX28 are of the same generation, they share many > characteristics. Unfortunately, also the erratas may be shared. > In case of the documented erratas and the workarounds, you can also > apply the workaround solution of one device on the other one. This have > been reported, but I’m afraid that there are not an estimated date for > updating the Errata documents. > Please accept our apologies for any inconveniences this may cause." > > Signed-off-by: Manfred Schlaegl > Signed-off-by: Martin Kepplinger > --- > > This is something we have in our tree for years and is running on > production systems and I hope that this helps others too. > > thanks > martin Thanks for sharing this. On my side the patch looks ok, maybe an Acked-by from Han would be great? Reviewed-by: Miquel Raynal Boris, do you want to take this? If you don't have more fixes to send I can queue it to nand/next. Thanks, Miquèl