u-boot/drivers/dfu
Simon Glass e33a5c6be5 blk: Switch over to using uclass IDs
We currently have an if_type (interface type) and a uclass id. These are
closely related and we don't need to have both.

Drop the if_type values and use the uclass ones instead.

Maintain the existing, subtle, one-way conversion between UCLASS_USB and
UCLASS_MASS_STORAGE for now, and add a comment.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-09-16 11:05:16 -04:00
..
dfu_alt.c dfu: add dfu_write_by_alt() 2020-10-30 14:20:27 +01:00
dfu_mmc.c blk: Switch over to using uclass IDs 2022-09-16 11:05:16 -04:00
dfu_mtd.c DFU: Check the number of arguments and argument string strictly 2022-02-11 11:29:23 -05:00
dfu_nand.c DFU: Check the number of arguments and argument string strictly 2022-02-11 11:29:23 -05:00
dfu_ram.c DFU: Check the number of arguments and argument string strictly 2022-02-11 11:29:23 -05:00
dfu_sf.c Audit <flash.h> inclusion 2022-08-04 16:18:47 -04:00
dfu_virt.c DFU: Check the number of arguments and argument string strictly 2022-02-11 11:29:23 -05:00
dfu.c DFU: Check the number of arguments and argument string strictly 2022-02-11 11:29:23 -05:00
Kconfig dfu: Sort Kconfig entries alphabetically 2021-10-26 15:26:45 -04:00
Makefile dfu: rename dfu_tftp_write() to dfu_write_by_name() 2020-10-30 14:20:27 +01:00