Re: [PATCH] mediatek: bmt: use generic mtd api

2021-12-04 Thread Felix Fietkau
On 2021-12-04 15:24, Chuanhong Guo wrote: BMT replaces nand-specific ops for erasing and writing, but the mtk-snand driver only implements generic mtd api. Replace erase, block_isbad, block_markbad in mtd_info for generic mtd drivers. Fixes: b600aee3ed ("mediatek: attach bmt to the new snand dr

[PATCH] mediatek: bmt: use generic mtd api

2021-12-04 Thread Chuanhong Guo
BMT replaces nand-specific ops for erasing and writing, but the mtk-snand driver only implements generic mtd api. Replace erase, block_isbad, block_markbad in mtd_info for generic mtd drivers. Fixes: b600aee3ed ("mediatek: attach bmt to the new snand driver") Signed-off-by: Chuanhong Guo --- ..