u-boot-brain/drivers/dfu
Sughosh Ganu 65f3fc18fc dfu_mtd: Add provision to unlock mtd device
Prior to writing to an mtd device, mtd_erase is called. This call
fails in case the sector being erased is locked. Call mtd_unlock to
unlock the region which is to be erased and later written to. Lock the
region once the write to the region has completed.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
2020-12-31 14:41:31 +01:00
..
dfu_alt.c dfu: add dfu_write_by_alt() 2020-10-30 14:20:27 +01:00
dfu_mmc.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
dfu_mtd.c dfu_mtd: Add provision to unlock mtd device 2020-12-31 14:41:31 +01:00
dfu_nand.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
dfu_ram.c dfu: fix dfu tftp on sandbox 2020-09-01 14:47:43 +02:00
dfu_sf.c common: Drop flash.h from common header 2020-05-18 14:53:28 -04:00
dfu_virt.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
dfu.c dfu: export dfu_list 2020-10-30 14:20:27 +01:00
Kconfig dfu: simplify the dependencies of DFU_TFTP 2020-11-21 07:26:16 +01:00
Makefile dfu: rename dfu_tftp_write() to dfu_write_by_name() 2020-10-30 14:20:27 +01:00