From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 75D6726980F for ; Tue, 4 Aug 2026 13:53:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785851627; cv=none; b=nfgzNogfRZfDFREFwg6lMT/bSEQR1SBusxtGszTLW6/yLRRnrmJ1NIzFLy9TFB/MEDTSVYrVCU4C+A6wTkGh0re2q3914a9xzm3LgIo6nzp6NUYRwD186UYq4/aLjNNPA6SXOtKfbS+n42b7JmcwjhdMHvZUNAP2H3fdLX7+uDI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785851627; c=relaxed/simple; bh=DLm0ZIP2XqJJ7QFhwp5mVOqsmoUFT3UUjj8NYu5NnR0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=sGIsT8InuqFb6NzfJAqLW8C9F6n1QEHvy2EXD9kf2aYK6QN1W1ZGX9OxQI7XFoli2JHHr7Csl8vxnMDdzoanrJROhgaEQiInnRbxJaF1W/HjxW+fAFCswYO1JzIe1YWowBZr3+tVgIP/v0oR32UCBiFaYac9QZoquQpKwt8liSc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=dAWSvZYV; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="dAWSvZYV" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 77ECA1A13F7; Tue, 4 Aug 2026 13:53:37 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 48D7C6029E; Tue, 4 Aug 2026 13:53:37 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 9318F11C32CA9; Tue, 4 Aug 2026 15:53:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1785851612; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=DLm0ZIP2XqJJ7QFhwp5mVOqsmoUFT3UUjj8NYu5NnR0=; b=dAWSvZYVgF5VFdSCQ0kIVFKsBaBZBR/F2l2R/IFpS6jUh1FS7OEiiDhifqxlYGB5ZfKqiO 4fv2xyHC7Q/Qx7V2cg8k9up4Vbc9WZgLo4HM684cmSuZjp1ufX7t96m7d2vytt72D3U7sS 9ijFpEMyqw03vycVUkqOPcptzr7LTd5oDiLCw2GJPUz8k0Evxj4q2ZF4hhS4U84ZByPF5i tV3eV+SRggDYjM75ueSAZ9SlOWVWoToFSbm1vloAJbPyUAb0Md4JFeyleS3hKC1u63t4OV 0ApgQ3UMWCvKAH3dVL2hPnMbfNW7i5pW+DQ/PdCiHk3Sa7wmvjPxhLE8HwWKaw== From: Miquel Raynal To: Pratyush Yadav Cc: Michael Walle , Takahiro Kuwano , Richard Weinberger , Vignesh Raghavendra , Thomas Petazzoni , Steam Lin , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 00/27] mtd: spi-nor: Clean Winbond W25QxxJV family In-Reply-To: <20260804-winbond-v7-1-spi-nor-jv-cleanup-v3-0-542ce107bc92@bootlin.com> (Miquel Raynal's message of "Tue, 04 Aug 2026 12:58:58 +0200") References: <20260804-winbond-v7-1-spi-nor-jv-cleanup-v3-0-542ce107bc92@bootlin.com> User-Agent: mu4e 1.12.12; emacs 30.2 Date: Tue, 04 Aug 2026 15:53:28 +0200 Message-ID: <87tspaf0vb.fsf@bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Hi, > Since v3, these Winbond changes are prefixed with core changes, to make > the whole support work with legacy chips and SFDP compliant chips at the > same time. Sashiko complained about several aspects. There are 2 relevant comments which I took into account, I am about to send a v4 with them, please disregard v3. Thanks, Miqu=C3=A8l