dm: usb: sandbox: Add a driver for sandbox
authorSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 18:22:41 +0000 (12:22 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:26 +0000 (11:11 -0600)
commitdfd840010b83a4fa9789e7f36999cbad239abd91
tree998fa3cf09c8f23af812d958d68af64d3ffe08bf
parent5db439920b87986870e3f1e980d842ae173a8764
dm: usb: sandbox: Add a driver for sandbox

This driver supports using emulation devices to provide a USB bus within
sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/usb/host/Makefile
drivers/usb/host/usb-sandbox.c [new file with mode: 0644]