Re: [PATCH] cdev: fix mtd partition handling

2025-08-05 Thread Sascha Hauer
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

Re: [PATCH] cdev: fix mtd partition handling

2025-08-05 Thread Stefano Manni
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.