From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) (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 432D83E9C17 for ; Wed, 5 Aug 2026 08:40:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.85.4 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785919211; cv=none; b=uYXAV5wYevUT2puv1ptQJnBJaT3nAsQZajdOo/tmZwEWJZwKoKMmaLXCyvXhQRrZog1mBM7dmMbwciuvVTvufTCVgWK4xa/uWKyUtyUGLBJoRkPqCMpo8S8pfN9nJ3d99RsPUn/zwcXbSySaenwl1z4zeSWOC4sgWBOU2ZwOSQ8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785919211; c=relaxed/simple; bh=hTmuzXIj+ryJt60jOsvWKF/tQ7RT8ZLzjD87WMTKDZE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=loPZrapaHnbsr760QX0Fng7E64l0c9FSD51DOFMkJKGDfuodUp8/lJ4O7aXoY1KgIUGBU0TVs4Zbf0Q1mLa8UktNACerCG2i3Nutmlg7R7k3Aea5oJzJlSMH84E7n2BlUz7mq4MkzddC+0Lf2/VExbjdiXXbsu/tJ9VDN9cnF6c= 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=mxN66oVP; arc=none smtp.client-ip=185.246.85.4 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="mxN66oVP" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id A72934E410C9; Wed, 5 Aug 2026 08:40:08 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 6E071602AB; Wed, 5 Aug 2026 08:40:08 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id B905D11C34466; Wed, 5 Aug 2026 10:39:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1785919203; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=dUlH8XTCI78+G9mOKZwP8xBH06VJOdo4pK9PvS5/zVM=; b=mxN66oVPldZ4OaeyVRG2Kb8wXwNhj9VYxPoAxUZ0MuE8t0yj6Uy8GRJ2Cj5LNgzeh/PGSG CcgbvLqfuZT/0IyuRiXMd7LvpNFVMvSWJ55xWPlINdO4foNGfK4RN8MuNlk/fz5E1oOpTq nFk8CDiKv9QdqiA9j6Oca5kTj94IOySBOGS6yemyKLvN5RbfaSST40VbM24mN4Nx4r8Wfz zC21eefD0gI3Rjx801ofJsO07z0y2MIGTpqgWC2splnE38jv8Raw4rw07gXQC61GhkxpXZ 0OnzmpBxyHFnje+WpIWy0ntRewhe0nMX4so81gXUW2+O0jt0BWda2K7ioS+wxQ== 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 v5 00/28] mtd: spi-nor: Clean Winbond W25QxxJV family In-Reply-To: <20260805-winbond-v7-1-spi-nor-jv-cleanup-v5-0-87238e577794@bootlin.com> (Miquel Raynal's message of "Wed, 05 Aug 2026 10:02:25 +0200") References: <20260805-winbond-v7-1-spi-nor-jv-cleanup-v5-0-87238e577794@bootlin.com> User-Agent: mu4e 1.12.12; emacs 30.2 Date: Wed, 05 Aug 2026 10:39:58 +0200 Message-ID: <874ih9eza9.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, > This series is pretty straightforward, it is here to cleanup the JV > entries by: > - Aligning the comments and "fixing" the chip names in them > - Reordering the chips by density and family > - Testing and showing all the SFDP content and passing all the SPI NOR > tests to ensure a good level of support. > - Adding all the locking information when it is missing. v5 is ready for human review. I already answered most of Sashiko's comments (see changelog in the cover letter) and the new ones are just unrelated or totally wrong. Thanks, Miqu=C3=A8l