
5 Nov
2022
5 Nov
'22
8:55 p.m.
Create a block driver for the new HOST uclass. This handles attaching and detaching host files.
For now the uclass is not used but this will be plumbed in with future patches.
Signed-off-by: Simon Glass sjg@chromium.org ---
drivers/block/Makefile | 2 +- drivers/block/host_dev.c | 142 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 143 insertions(+), 1 deletion(-) create mode 100644 drivers/block/host_dev.c
Applied to u-boot-dm, thanks!