aboutsummaryrefslogtreecommitdiff
path: root/drivers/dfu/dfu_mtd.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-11DFU: Check the number of arguments and argument string strictlyMasami Hiramatsu1-14/+22
2022-02-11DFU: Accept redundant spaces and tabs in dfu_alt_infoMasami Hiramatsu1-2/+6
2022-01-28dfu: mtd: skip empty pages when writing page for UBI partitionPatrick Delaunay1-1/+21
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-2/+2
2021-06-18dfu: dfu_mtd: set max_buf_size to erasesize also for NOR devicesPatrick Delaunay1-4/+1
2021-05-28dfu: dfu_mtd: remove the mtd_block_op error when mtd_lock is not supportedPatrick Delaunay1-1/+3
2021-01-31dfu: Fix handling of UBI partitions in MTD backendGuillermo Rodriguez1-2/+2
2020-12-31dfu_mtd: Add provision to unlock mtd deviceSughosh Ganu1-3/+17
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-10-31dfu: add partition support for MTD backendPatrick Delaunay1-1/+80
2019-10-31dfu: add backend for MTD devicePatrick Delaunay1-0/+232