summaryrefslogtreecommitdiff
path: root/drivers/dfu/dfu_mtd.c
AgeCommit message (Expand)Author
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07dfu: Remove <common.h> and add needed includesTom Rini
2023-10-13dfu: mtd: mark bad the MTD block on erase errorPatrick Delaunay
2023-10-13dfu: mtd: fix the trace when limit is reachedPatrick Delaunay
2023-06-16dfu: mtd: remove direct call of mtdparts_init functionPatrick Delaunay
2022-02-11DFU: Check the number of arguments and argument string strictlyMasami Hiramatsu
2022-02-11DFU: Accept redundant spaces and tabs in dfu_alt_infoMasami Hiramatsu
2022-01-28dfu: mtd: skip empty pages when writing page for UBI partitionPatrick Delaunay
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-06-18dfu: dfu_mtd: set max_buf_size to erasesize also for NOR devicesPatrick Delaunay
2021-05-28dfu: dfu_mtd: remove the mtd_block_op error when mtd_lock is not supportedPatrick Delaunay
2021-01-31dfu: Fix handling of UBI partitions in MTD backendGuillermo Rodriguez
2020-12-31dfu_mtd: Add provision to unlock mtd deviceSughosh Ganu
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2019-10-31dfu: add partition support for MTD backendPatrick Delaunay
2019-10-31dfu: add backend for MTD devicePatrick Delaunay