[PATCH v1 2/4] disk: support MTD partitions

2024-02-27 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 chan

Re: [PATCH v1 2/4] disk: support MTD partitions

2024-02-27 Thread Heinrich Schuchardt
On 27.02.24 11:04, 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 ++