summaryrefslogtreecommitdiffstats
path: root/test/dm/usb.c
Commit message (Expand)AuthorAgeFilesLines
* common: rename getc() to getchar()Heinrich Schuchardt2020-10-221-1/+1
* dm: Rename DM test flags to make them more genericSimon Glass2020-08-071-6/+6
* dm: core: Drop header files from dm/test.hSimon Glass2020-08-031-0/+1
* usb: provide a device tree node to USB devicesMichael Walle2020-06-111-0/+22
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* dm: test: usb: rework keyboard testHeinrich Schuchardt2019-11-251-8/+276
* test: dm: usb: use the real device namePeng Fan2019-07-121-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* test: dm: usb: Update test cases for USBBin Meng2017-10-011-158/+5
* dm: usb: Clean up USB after each testSimon Glass2016-03-141-0/+2
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-141-1/+1
* dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass2016-03-141-1/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-1/+1
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-1/+1
* dm: test: usb: Update the USB tests so that they all passSimon Glass2016-01-111-7/+16
* dm: test: usb: sandbox: Add keyboard tests for sandboxSimon Glass2015-11-191-0/+31
* dm: test: usb: Add a test for device reorderingSimon Glass2015-11-191-0/+50
* dm: test: usb: Add tests for the 'usb tree' commandSimon Glass2015-11-191-0/+156
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* dm: usb: Avoid time delays in sandbox testsSimon Glass2015-11-191-0/+3
* test: Generalize the unit test frameworkJoe Hershberger2015-05-211-3/+3
* dm: usb: Add tests for the USB uclassSimon Glass2015-04-181-0/+50