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 <s...@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!

Reply via email to