aboutsummaryrefslogtreecommitdiff
path: root/target/linux/generic/files/drivers/mtd/nand/mtk_bmt_bbt.c
Commit message (Collapse)AuthorAge
* kernel: mtk_bmt: on error, do not attempt to remap out-of-range blocksFelix Fietkau2022-03-25
| | | | | | Pass errors to caller instead Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: mtk_bmt: allow get_mapping_block to return an errorFelix Fietkau2022-03-25
| | | | | | | Used by the mapping implementation to indicate that no backing block is available Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: split up mtk_bmt driver codeFelix Fietkau2022-03-25
Keep a separate source file per variant Signed-off-by: Felix Fietkau <nbd@nbd.name>