dm: usb: Add tests for the USB uclass
authorSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 18:23:05 +0000 (12:23 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:30 +0000 (11:11 -0600)
commite00cb2232b0e6c2f41f49f3535a7874067a60c3a
treeb99b179bbb759b99a172201784b9086704ec1226
parent57f54d55bdf7a21034182cf213c1084df214d98c
dm: usb: Add tests for the USB uclass

This adds a simple test for probing and a functional test using the flash
stick emulator, which tests a large chunk of the USB stack.

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