u-boot/drivers/block
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
..
blk-uclass.c blk: Switch over to using uclass IDs 2022-09-16 11:05:16 -04:00
blk_legacy.c blk: Drop unnecessary #ifdef in in blk_legacy 2022-09-16 11:05:00 -04:00
blkcache.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
efi-media-uclass.c efi: Add uclass for devices provided by UEFI firmware 2021-12-09 11:43:25 -08:00
efi_blk.c blk: Switch over to using uclass IDs 2022-09-16 11:05:16 -04:00
ide.c blk: Switch over to using uclass IDs 2022-09-16 11:05:16 -04:00
Kconfig blk: Hide the BLK and SPL_LEGACY_BLOCK options 2022-09-16 11:05:16 -04:00
Makefile blk: Rename HAVE_BLOCK_DEVICE 2022-09-16 11:05:16 -04:00
sandbox.c blk: Switch over to using uclass IDs 2022-09-16 11:05:16 -04:00
sb_efi_media.c efi: Add uclass for devices provided by UEFI firmware 2021-12-09 11:43:25 -08:00