Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp5851554ybn; Sun, 29 Sep 2019 07:05:07 -0700 (PDT) X-Google-Smtp-Source: APXvYqzza7pUI5k/wlhR55y2TVt9AnbW0ll8IDiRhkXlGncunQw4WVaitGdNpUlzDxYdSGri/TgU X-Received: by 2002:a50:93a4:: with SMTP id o33mr15136704eda.0.1569765907868; Sun, 29 Sep 2019 07:05:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569765907; cv=none; d=google.com; s=arc-20160816; b=uZBoI5/3aBwITQEnRnJBxY07B/caFu7Z24mKxK+qSZGPTGnMOFNZNukAVumnT17OCE w5d5gyACN5+2iHESj6LjhTVspUW+8YiUwCC7dxsgwloLDCyC/+9y/HgeZG3tYz6aLg+3 76a0in1zEh7RDhrkiV2xdiYExr/TsxzzICHGKN6af+vN9kRwOLM/B7OW27DbRSq4dqeY grl4sezWRyTIdHQ6Ja3sN1IY1inxVqiLj8gzHfG+C/TQ3MqjiLMVEgBDNpbYJFGdT2N0 CJloBTuvhsu5Vjsu+tFh0GD+iI9VVQ0AMuxJ5RcVHfaKQQ+QuRlu9oxSGWy6jJ3pdaWN DGxA== 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 :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=hoUjsKL30hDFE3aVeJA49nUhHStVpvE7c9IrIXEhT5E=; b=acAQI0L79p8uYAmhdkt3HeZryRDzFE1igGZruiYH+rfUhHxQvV6O4Tscvv21Hr9lae BnYGfSrGVm6l8Kgdb/FsDJUFLzEOksy0szCaJD8daHlt0hP4bbNMM7nj8hALSNwh/A7v a6r8WFp8vuhYClGyTzDDheM2LldGJsn2KYga5NV10MoS1ZNPVyzmdRkd4IGkrJQRc56w WOCIL0QZoZbSWjp+2o7AaMCiSmzvVipCYhXNchVbgH0xuTIlLALmCjBuiziCv7rAunZ/ vnKXwDHpgvw1DD2eqmbYWIS34FCJHQhfdlAH88HtuZPzgbr2Un8qFgnJdregWi3AW+Ys kJvQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=oISv7dhA; 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 u18si5588610ejk.105.2019.09.29.07.04.42; Sun, 29 Sep 2019 07:05:07 -0700 (PDT) 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; dkim=pass header.i=@kernel.org header.s=default header.b=oISv7dhA; 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 S1730316AbfI2ODQ (ORCPT + 99 others); Sun, 29 Sep 2019 10:03:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:46200 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729223AbfI2ODO (ORCPT ); Sun, 29 Sep 2019 10:03:14 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C3FAE21835; Sun, 29 Sep 2019 14:03:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569765793; bh=4RpIUmaAfy9boE6eBfawdS14OQeP2tuTyRAyuCbuMkA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oISv7dhA+GHrNBq88NKCfHvIYTh6AwXZNjb2+1ch92xQExbIbpIN6vQqKuVOFdv3J BGhQPQz9n5YyOXmzA2mWT5edllV6N0b641Llev9L6LBwY9rb2fsAj8VjNGHdkV6OGP ffVCYPmcmks7Rrv80pGG7JzAfqBPqeQuxDtunkEg= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Chris Packham , Joakim Tjernlund , linux-mtd@lists.infradead.org, Fabio Bettoni , Felix Fietkau , Hauke Mehrtens , Tokunori Ikegami , Vignesh Raghavendra Subject: [PATCH 5.3 15/25] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword() Date: Sun, 29 Sep 2019 15:56:18 +0200 Message-Id: <20190929135015.235296003@linuxfoundation.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20190929135006.127269625@linuxfoundation.org> References: <20190929135006.127269625@linuxfoundation.org> User-Agent: quilt/0.66 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 From: Tokunori Ikegami commit 37c673ade35c707d50583b5b25091ff8ebdeafd7 upstream. As reported by the OpenWRT team, write requests sometimes fail on some platforms. Currently to check the state chip_ready() is used correctly as described by the flash memory S29GL256P11TFI01 datasheet. Also chip_good() is used to check if the write is succeeded and it was implemented by the commit fb4a90bfcd6d8 ("[MTD] CFI-0002 - Improve error checking"). But actually the write failure is caused on some platforms and also it can be fixed by using chip_good() to check the state and retry instead. Also it seems that it is caused after repeated about 1,000 times to retry the write one word with the reset command. By using chip_good() to check the state to be done it can be reduced the retry with reset. It is depended on the actual flash chip behavior so the root cause is unknown. Cc: Chris Packham Cc: Joakim Tjernlund Cc: linux-mtd@lists.infradead.org Cc: stable@vger.kernel.org Reported-by: Fabio Bettoni Signed-off-by: Felix Fietkau Signed-off-by: Hauke Mehrtens Signed-off-by: Tokunori Ikegami [vigneshr@ti.com: Fix a checkpatch warning] Signed-off-by: Vignesh Raghavendra Signed-off-by: Greg Kroah-Hartman --- drivers/mtd/chips/cfi_cmdset_0002.c | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) --- a/drivers/mtd/chips/cfi_cmdset_0002.c +++ b/drivers/mtd/chips/cfi_cmdset_0002.c @@ -1717,31 +1717,37 @@ static int __xipram do_write_oneword(str continue; } + /* + * We check "time_after" and "!chip_good" before checking + * "chip_good" to avoid the failure due to scheduling. + */ if (time_after(jiffies, timeo) && - !chip_ready(map, chip, adr)) { + !chip_good(map, chip, adr, datum)) { xip_enable(map, chip, adr); printk(KERN_WARNING "MTD %s(): software timeout\n", __func__); xip_disable(map, chip, adr); + ret = -EIO; break; } - if (chip_ready(map, chip, adr)) + if (chip_good(map, chip, adr, datum)) break; /* Latency issues. Drop the lock, wait a while and retry */ UDELAY(map, chip, adr, 1); } + /* Did we succeed? */ - if (!chip_good(map, chip, adr, datum)) { + if (ret) { /* reset on all failures. */ cfi_check_err_status(map, chip, adr); map_write(map, CMD(0xF0), chip->start); /* FIXME - should have reset delay before continuing */ - if (++retry_cnt <= MAX_RETRIES) + if (++retry_cnt <= MAX_RETRIES) { + ret = 0; goto retry; - - ret = -EIO; + } } xip_enable(map, chip, adr); op_done: