u-boot-brain/drivers/dfu
Heinrich Schuchardt 57cba225fa dfu: dfu_sf: avoid double free of SPI device
Multiple DFU entities may share the same SPI device. We must make sure that
the SPI device is only freed once.

When using the driver model it is not necessary to free the SPI device.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Lukasz Majewski <lukma@denx.de>
2021-03-25 20:15:30 +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
dfu.c dfu: add 'SCRIPT' entity 2021-01-31 14:08:56 +01:00
dfu_alt.c dfu: add dfu_write_by_alt() 2020-10-30 14:20:27 +01:00
dfu_mmc.c dfu: add 'SCRIPT' entity 2021-01-31 14:08:56 +01:00
dfu_mtd.c dfu: Fix handling of UBI partitions in MTD backend 2021-01-31 14:08:56 +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 dfu: dfu_sf: avoid double free of SPI device 2021-03-25 20:15:30 +01:00
dfu_virt.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00