summaryrefslogtreecommitdiff
path: root/test/dm/usb.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-1/+1
2020-08-08dm: Rename DM test flags to make them more genericSimon Glass1-6/+6
2020-08-04dm: core: Drop header files from dm/test.hSimon Glass1-0/+1
2020-06-12usb: provide a device tree node to USB devicesMichael Walle1-0/+22
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2019-11-25dm: test: usb: rework keyboard testHeinrich Schuchardt1-8/+276
2019-07-13test: dm: usb: use the real device namePeng Fan1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-10-01test: dm: usb: Update test cases for USBBin Meng1-158/+5
2016-03-15dm: usb: Clean up USB after each testSimon Glass1-0/+2
2016-03-15dm: block: Adjust device calls to go through helpers functionSimon Glass1-1/+1
2016-03-15dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass1-1/+1
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren1-1/+1
2016-01-11dm: test: usb: Update the USB tests so that they all passSimon Glass1-7/+16
2015-11-20dm: test: usb: sandbox: Add keyboard tests for sandboxSimon Glass1-0/+31
2015-11-20dm: test: usb: Add a test for device reorderingSimon Glass1-0/+50
2015-11-20dm: test: usb: Add tests for the 'usb tree' commandSimon Glass1-0/+156
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-20dm: usb: Avoid time delays in sandbox testsSimon Glass1-0/+3
2015-05-21test: Generalize the unit test frameworkJoe Hershberger1-3/+3
2015-04-18dm: usb: Add tests for the USB uclassSimon Glass1-0/+50