summaryrefslogtreecommitdiff
path: root/drivers/usb/emul/sandbox_hub.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+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-01usb: emul: hub: Report the actual device speed of the emulation deviceBin Meng1-3/+30
2017-10-01usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()Bin Meng1-0/+2
2017-10-01usb: emul: Remove maxpacketsize in usb_emul_setup_device()Bin Meng1-2/+1
2017-07-29usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng1-1/+6
2017-06-01sandbox: usb: Convert emulators to livetreeSimon Glass1-2/+1
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+2
2015-11-20sandbox: usb: Allow up to 4 emulated devices on a hubSimon Glass1-1/+1
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 Glass1-0/+303