summaryrefslogtreecommitdiff
path: root/test/dm/usb.c
Commit message (Expand)AuthorAgeLines
* dm: usb: Clean up USB after each testSimon Glass2016-03-14-0/+2
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-14-1/+1
* dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass2016-03-14-1/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-14-1/+1
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-13-1/+1
* dm: test: usb: Update the USB tests so that they all passSimon Glass2016-01-11-7/+16
* dm: test: usb: sandbox: Add keyboard tests for sandboxSimon Glass2015-11-19-0/+31
* dm: test: usb: Add a test for device reorderingSimon Glass2015-11-19-0/+50
* dm: test: usb: Add tests for the 'usb tree' commandSimon Glass2015-11-19-0/+156
* Move console definitions into a new console.h fileSimon Glass2015-11-19-0/+1
* dm: usb: Avoid time delays in sandbox testsSimon Glass2015-11-19-0/+3
* test: Generalize the unit test frameworkJoe Hershberger2015-05-21-3/+3
* dm: usb: Add tests for the USB uclassSimon Glass2015-04-18-0/+50