aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/emul
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass4-0/+4
2019-11-25dm: test: usb: rework keyboard testHeinrich Schuchardt1-10/+17
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek2-3/+6
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-11/+5
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini4-8/+0
2017-10-01dm: usb: emul: Drop usb_emul_reset()Bin Meng1-8/+0
2017-10-01usb: emul: hub: Report the actual device speed of the emulation deviceBin Meng1-3/+30
2017-10-01usb: emul: Expose find_descriptor() as a public APIBin Meng1-3/+2
2017-10-01usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()Bin Meng2-5/+39
2017-10-01usb: emul: Remove maxpacketsize in usb_emul_setup_device()Bin Meng4-8/+5
2017-07-28usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng1-1/+6
2017-07-11dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmdSimon Glass1-1/+1
2017-06-01sandbox: usb: Convert emulators to livetreeSimon Glass2-5/+2
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass2-3/+4
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass1-7/+1
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass1-2/+1
2015-11-19usb: sandbox: Add a USB emulation driverSimon Glass2-0/+242
2015-11-19usb: sandbox: Add support for interrupt operationsSimon Glass1-0/+12
2015-11-19sandbox: usb: Allow finding a USB emulator for a deviceSimon Glass1-2/+15
2015-11-19sandbox: usb: Allow up to 4 emulated devices on a hubSimon Glass1-1/+1
2015-11-19sandbox: usb: Allow dynamic emulated USB device descriptorsSimon Glass1-20/+28
2015-04-22dm: usb: Add a terminator to the string destructor listSimon Glass1-0/+1
2015-04-18dm: usb: sandbox: Add an emulator for USB hub emulationSimon Glass2-0/+304
2015-04-18dm: usb: sandbox: Add an emulator for USB flash devicesSimon Glass2-0/+424
2015-04-18dm: usb: sandbox: Add a uclass for USB device emulationSimon Glass3-0/+279