]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: usb: sandbox: Add a driver for sandbox
authorSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 18:22:41 +0000 (12:22 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:56 +0000 (21:47 +0200)
commit2b8d8c2d9860b0a0628bd549f4046c25f5f022f6
treea04784321865b9beb7215b12fe353f08f4ad736c
parent9c433083bb336816dcc2bc164918475c99474acf
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]