summaryrefslogtreecommitdiff
path: root/drivers/dfu/dfu_mtd.c
AgeCommit message (Expand)Author
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