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 3CBEF429CFB for ; Thu, 6 Aug 2026 09:47:58 +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=1786009683; cv=none; b=PDdIkdjIIDQDiM5rGraVQOSV0anOCfEbR1sYTlqMI7r8ElpxCUu8kdYrB3wjKtoi5aE/DlHV68CwIxs9x6BzxFDZ4+li/vSz2cilT/zzENksRm81LLFZ5wFVM5tBxiCOxSHd/fHz+EZX5iMQrlzkfIyWFxWbHPscDONJywdHZfA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786009683; c=relaxed/simple; bh=MGykurD3JoYTTA6KklkbihnpdkA936KbZxsQarWt4Z4=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=pR+W5cq29lClgQzLqC200eS28Ba0GF/d4lqxQZ5gCzMTK0aIjWCUdktCubfuhJO2qxfLbtqDujfWYY8SAp/mmKvrcNyGZuHedDUJfBwltmqAaGX4VDZkZLwkhcpOTqdmUEanQQ+dPKOctGo05H2gVBN2238g79QG+u48n+gOpdc= 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=IIIFNSan; 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="IIIFNSan" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 5D7991A1466; Thu, 6 Aug 2026 09:47:56 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 232E5602B8; Thu, 6 Aug 2026 09:47:56 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 83C7611C35E0A; Thu, 6 Aug 2026 11:47:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1786009671; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=MGykurD3JoYTTA6KklkbihnpdkA936KbZxsQarWt4Z4=; b=IIIFNSan98DwZk5kRaG/iNl4PyIhh0Rt5X5bGW/5p4A4aijSmEPgMcwNWBwdwijN32haLt JxKFmOOmnZ0pDPVm+hqi+96KOSHkrqvNthzLmovY3NbJAoeoYWPy7938MjeWxgoiuVOIVc RQ2kDyB98l51xf8pQv8dmgfj3hWyv88A0AmPj6xrdn6LrPKFxgdAu5Ryw3bZ8YQZvRmV3v +AoBaav38L4gc29Reh8bOvLEYZDfCgj/DnIy+CS/C3U3JmxW4NY9uaPKazMUSJZZEj13eN 5ziv2rX/MtWtozuCV28c3jJJL867NEanv8sodQCpElzbW3C2JQCO6/wUFbd6TQ== From: Miquel Raynal To: "Michael Walle" Cc: "Pratyush Yadav" , "Takahiro Kuwano" , "Richard Weinberger" , "Vignesh Raghavendra" , "Thomas Petazzoni" , "Steam Lin" , , Subject: Re: [PATCH 03/30] mtd: spi-nor: winbond: Stop filling the .name entry In-Reply-To: (Michael Walle's message of "Mon, 06 Jul 2026 15:59:53 +0200") References: <20260529-winbond-v7-1-spi-nor-jv-cleanup-v1-0-87e5d3122244@bootlin.com> <20260529-winbond-v7-1-spi-nor-jv-cleanup-v1-3-87e5d3122244@bootlin.com> User-Agent: mu4e 1.12.12; emacs 30.2 Date: Thu, 06 Aug 2026 11:47:46 +0200 Message-ID: <87mruzeg1p.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 Hello, >> Replace the names with a comment above the entry with the newly instated >> naming scheme to indicate what chips are covered by each entry. > > This is exported via sysfs, so this could be a regression. Well, actually names are not exported through sysfs. Only the mtd name is available through sysfs, and it is set to `spiX.Y`. That name is only available through debugfs, which is not part of the stable API. I should have checked before dropping all my patches... Thanks, Miqu=C3=A8l