openwrt/target/linux/generic/files/drivers/mtd/mtdsplit
Christian Marangi e5ad92c588
kernel: mtdsplit: rework and make use of -ENOENT error
Rework each affected mtdsplit driver to make use of -ENOENT error
instead of -ENODEV to handle new kernel that checks error from parser on
subpartitions.

The only acceptable error is -ENOENT that skip the parser. This follow
pattern used upstream and also by an mtdsplit parser, mtdsplit_bcm_wfi,
and also by a workaround currently implemented for mtdsplit_mstc_boot.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-18 13:07:59 +01:00
..
Kconfig generic: add mstc-boot mtdsplit parser 2025-07-20 16:12:56 +02:00
Makefile generic: add mstc-boot mtdsplit parser 2025-07-20 16:12:56 +02:00
mtdsplit_bcm63xx.c
mtdsplit_bcm_wfi.c kernel: mtd: bcm-wfi: add cferam name support 2023-06-14 23:21:34 +02:00
mtdsplit_brnimage.c
mtdsplit_cfe_bootfs.c
mtdsplit_elf.c kernel: mtdsplit: rework and make use of -ENOENT error 2025-11-18 13:07:59 +01:00
mtdsplit_eva.c
mtdsplit_fit.c kernel: mtdsplit: rework and make use of -ENOENT error 2025-11-18 13:07:59 +01:00
mtdsplit_h3c_vfs.c kernel: mtdsplit_h3c_vfs: return 0 for non-fatal errors 2025-07-27 18:24:50 +02:00
mtdsplit_jimage.c kernel: mtdsplit: rework and make use of -ENOENT error 2025-11-18 13:07:59 +01:00
mtdsplit_lzma.c generic: mtdsplit: include appropriate header for kernel 6.12 2025-04-30 16:26:46 +02:00
mtdsplit_minor.c kernel: mtdsplit_minor: accept bootimage filename 2024-10-30 11:15:34 +01:00
mtdsplit_mstc_boot.c kernel: mtdsplit: rework and make use of -ENOENT error 2025-11-18 13:07:59 +01:00
mtdsplit_seama.c
mtdsplit_seil.c kernel: generic: mtdsplit_seil: return 0 instead of -ENODEV 2025-11-08 21:36:29 +01:00
mtdsplit_squashfs.c
mtdsplit_tplink.c
mtdsplit_trx.c kernel: mtdsplit: rework and make use of -ENOENT error 2025-11-18 13:07:59 +01:00
mtdsplit_uimage.c kernel: mtdsplit: rework and make use of -ENOENT error 2025-11-18 13:07:59 +01:00
mtdsplit_wrgg.c
mtdsplit.c kernel: mtdsplit: rework and make use of -ENOENT error 2025-11-18 13:07:59 +01:00
mtdsplit.h kernel: mtdsplit: rework and make use of -ENOENT error 2025-11-18 13:07:59 +01:00