Re: [PATCH 03/30] mtd: spi-nor: winbond: Stop filling the .name entry

From: Miquel Raynal

Date: Thu Aug 06 2026 - 05:58:11 EST


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èl