aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/emul/sandbox_hub.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb: emul: hub: Report the actual device speed of the emulation deviceBin Meng2017-10-011-3/+30
* usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()Bin Meng2017-10-011-0/+2
* usb: emul: Remove maxpacketsize in usb_emul_setup_device()Bin Meng2017-10-011-2/+1
* usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng2017-07-281-1/+6
* sandbox: usb: Convert emulators to livetreeSimon Glass2017-06-011-2/+1
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+2
* sandbox: usb: Allow up to 4 emulated devices on a hubSimon Glass2015-11-191-1/+1
* dm: usb: Add a terminator to the string destructor listSimon Glass2015-04-221-0/+1
* dm: usb: sandbox: Add an emulator for USB hub emulationSimon Glass2015-04-181-0/+303