u-boot/drivers/xen
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
..
events.c drivers: xen: events: fix build issues with disabled Xen HVC 2022-08-04 13:59:59 -04:00
gnttab.c WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
hypervisor.c drivers: xen: unmap Enlighten page before jumping to Linux 2022-07-25 14:57:27 -04:00
Kconfig blk: Select SPL_LEGACY_BLOCK automatically 2022-09-16 11:05:16 -04:00
Makefile xen: pvblock: Add initial support for para-virtualized block driver 2020-08-14 15:18:30 -04:00
pvblock.c blk: Switch over to using uclass IDs 2022-09-16 11:05:16 -04:00
xenbus.c xen: Port Xen bus driver from mini-os 2020-08-14 15:18:30 -04:00