Re: [PATCH v2 1/3] disk: support MTD partitions

2024-04-03 Thread Heinrich Schuchardt
On 07.03.24 14:07, Alexey Romanov wrote: Add new MTD partition driver, which can be useful with mtdblock driver combination. Signed-off-by: Alexey Romanov --- disk/part.c | 5 +++- drivers/mtd/Kconfig | 1 + drivers/mtd/mtdpart.c | 69

[PATCH v2 1/3] disk: support MTD partitions

2024-03-07 Thread Alexey Romanov
Add new MTD partition driver, which can be useful with mtdblock driver combination. Signed-off-by: Alexey Romanov --- disk/part.c | 5 +++- drivers/mtd/Kconfig | 1 + drivers/mtd/mtdpart.c | 69 +++ include/part.h| 2 ++ 4 files