]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: usb: Add tests for the USB uclass
authorSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 18:23:05 +0000 (12:23 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:49:00 +0000 (21:49 +0200)
commitae477eed68cafb59b25d3c5891c93a5086b702f6
treece7a6262153c1d3496a11c26d0c4b87d652d2a93
parent8cc185b841357451773267919d9e2b156dcbf2c9
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]