On Tue, 05 Aug 2025 09:25:37 +0200, Sascha Hauer wrote:
> devfs-core.c implements the partition handling only for devices that are
> not MTD devices. MTD devices have their own partition handling in
> drivers/mtd/partition.c, see the special case in __devfs_add_partition()
> for MTD devices. This
On mar, ago 5 2025 at 09:25:37 +02:00:00, Sascha Hauer
wrote:
devfs-core.c implements the partition handling only for devices that
are
not MTD devices. MTD devices have their own partition handling in
drivers/mtd/partition.c, see the special case in
__devfs_add_partition()
for MTD devices.