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 90F1D377AA6 for ; Wed, 22 Jul 2026 15:09:29 +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=1784732973; cv=none; b=LjNmUATTyTdd75JOh3VIxTLriLaR5Tk8fg9Th9VlHjD29DGuMQ29bnWB8sU//hSNtFJ6/TGHnXTSs2uPq511aFpiv2cwF5iF7aS7aDR38KiI3PxTB3SfF6rRndRxZXSzqpvaReCKjbS1u/a1+PZhnJvZg533klDhJyP2OaUWWHk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784732973; c=relaxed/simple; bh=QTqdIHw4yii0HgF++/TOTQXWUPfabjlUiCaQyZTz0bg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=dEjHliRLeOpk30qBd/nzchTI0UjWpiSQjuoBZflnNpOGyyHEbnTTUiV+93LTG1uNjjk1kWRXxwRwg4OcVEUnAyGA0D6JKQvraiT07EUt62bqo2s7JSqgg5nmQYkdzr01o2KHHct+zlLAf4YbtfozqvI3XQe/S1XDxP9/EDSbPAg= 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=Rfh1vk7I; 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="Rfh1vk7I" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 62C1F1A115E; Wed, 22 Jul 2026 15:09:27 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 2F4B460388; Wed, 22 Jul 2026 15:09:27 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id C8AEE11BD1E93; Wed, 22 Jul 2026 17:09:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1784732966; h=from:subject:date:message-id:to:cc:mime-version:content-type: in-reply-to:references; bh=QTqdIHw4yii0HgF++/TOTQXWUPfabjlUiCaQyZTz0bg=; b=Rfh1vk7Ia0DX6n2E/Ii59CdwfWIStmCd9BJP3aTTnxS8pr5/bfDA/KvcPJi9VIfIOPH48M qCZpVV1S9S5rYyv8G2h936IKqJ08o1JV2YU58jX0UNJMCjhbt++BP6CrrIibfw4TaePATO TEqu8I71Zqu+IjkxSSeHpMJ+xVU3osTe3WwuVjniHPK6PF+QT0wNL/WpjdJxtzxe0hkDDk UnreLF2R73M2JGpRYylOjd3ZIViOw6FsqzkiA1NQxGMp3F9Vaf6fUYP9YqabqdyYa13A1d ymWMNV4+fNIOl8l4ocoraZT8wxnQ+J4FvXT/JB/Fz1OfGtRwiMK38m9e5bN7kg== From: Miquel Raynal To: "Michael Walle" Cc: "Pratyush Yadav" , "Takahiro Kuwano" , "Richard Weinberger" , "Vignesh Raghavendra" , "Thomas Petazzoni" , "Steam Lin" , , Subject: Re: [PATCH 16/30] mtd: spi-nor: winbond: W25Q32JV-M: Drop redundant data In-Reply-To: (Michael Walle's message of "Mon, 06 Jul 2026 16:23:21 +0200") References: <20260529-winbond-v7-1-spi-nor-jv-cleanup-v1-0-87e5d3122244@bootlin.com> <20260529-winbond-v7-1-spi-nor-jv-cleanup-v1-16-87e5d3122244@bootlin.com> User-Agent: mu4e 1.12.7; emacs 30.2 Date: Wed, 22 Jul 2026 17:09:24 +0200 Message-ID: <87fr1bhxi3.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 X-Last-TLS-Session-Version: TLSv1.3 >> This chip has correct SFDP support, all fields are correctly filled so >> we can drop them from the table. > > I haven't checked, but there is probably an older chip with this id > and without SFDP. I will drop all the changes dropping support for the non-sfdp chips. The only problem is with the CMP bit.