u-boot/arch/arm/mach-stm32mp/cmd_stm32prog
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
..
cmd_stm32prog.c stm32mp: stm32prog: handle U-Boot script in flashlayout alternate 2022-05-10 10:56:39 +02:00
Kconfig stm32mp: stm32prog: add TEE support in stm32prog command 2022-05-10 10:56:39 +02:00
Makefile stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USB 2021-03-11 17:41:17 +01:00
stm32prog.c blk: Switch over to using uclass IDs 2022-09-16 11:05:16 -04:00
stm32prog.h stm32mp: stm32prog: handle U-Boot script in flashlayout alternate 2022-05-10 10:56:39 +02:00
stm32prog_serial.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
stm32prog_usb.c stm32mp: stm32prog: handle interruption during the first enumeration 2022-05-10 10:56:39 +02:00