From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2F84EC433F5 for ; Mon, 21 Mar 2022 11:48:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346600AbiCULtm (ORCPT ); Mon, 21 Mar 2022 07:49:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241385AbiCULtk (ORCPT ); Mon, 21 Mar 2022 07:49:40 -0400 Received: from wp530.webpack.hosteurope.de (wp530.webpack.hosteurope.de [IPv6:2a01:488:42:1000:50ed:8234::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AEFA8237F6 for ; Mon, 21 Mar 2022 04:48:14 -0700 (PDT) Received: from ip4d144895.dynamic.kabel-deutschland.de ([77.20.72.149] helo=[192.168.66.200]); authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1nWGWB-00063R-M4; Mon, 21 Mar 2022 12:48:11 +0100 Message-ID: Date: Mon, 21 Mar 2022 12:48:11 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH v4 2/3] mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064N Content-Language: en-US To: Tokunori Ikegami , miquel.raynal@bootlin.com Cc: linux-mtd@lists.infradead.org, Ahmad Fatoum , stable@vger.kernel.org References: <20220316155455.162362-1-ikegami.t@gmail.com> <20220316155455.162362-3-ikegami.t@gmail.com> From: Thorsten Leemhuis In-Reply-To: <20220316155455.162362-3-ikegami.t@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;regressions@leemhuis.info;1647863294;5f4c2653; X-HE-SMSGID: 1nWGWB-00063R-M4 Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On 16.03.22 16:54, Tokunori Ikegami wrote: > As pointed out by this bug report [1], buffered writes are now broken on > S29GL064N. This issue comes from a rework which switched from using chip_good() > to chip_ready(), because DQ true data 0xFF is read on S29GL064N and an error > returned by chip_good(). One way to solve the issue is to revert the change > partially to use chip_ready for S29GL064N. > > [1] https://lore.kernel.org/r/b687c259-6413-26c9-d4c9-b3afa69ea124@pengutronix.de/ Why did you switch from the documented format for links you added on my request (see https://lore.kernel.org/stable/f1b44e87-e457-7783-d46e-0d577cea3b72@leemhuis.info/ ) to v2 to something else that is not recognized by tools and scripts that rely on proper link tags? You are making my and maybe other peoples life unnecessary hard. :-(( FWIW, the proper style should support footnote style like this: Link: https://lore.kernel.org/r/b687c259-6413-26c9-d4c9-b3afa69ea124@pengutronix.de/ [1] Ciao, Thorsten #regzbot ^backmonitor: https://lore.kernel.org/r/b687c259-6413-26c9-d4c9-b3afa69ea124@pengutronix.de/