aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/emul
AgeCommit message (Expand)AuthorFilesLines
2022-11-22sandbox: check lseek return value in handle_ufi_commandHeinrich Schuchardt1-3/+7
2022-10-31usb: Update the test to cover reading and writingSimon Glass1-4/+31
2022-09-25sandbox: scsi: Move request-handling code to scsi_emulSimon Glass1-77/+10
2022-09-25sandbox: scsi: Move structs to header fileSimon Glass1-26/+0
2022-09-25sandbox: scsi: Remove setup calls from handle_read()Simon Glass1-7/+22
2022-09-25sandbox: scsi: Move reply setup out of helperSimon Glass1-13/+9
2022-09-25sandbox: scsi: Move file size into shared structSimon Glass1-4/+3
2022-09-25sandbox: scsi: Move block size into shared structSimon Glass1-5/+6
2022-09-25scsi: Move vendor/product info into the shared structSimon Glass1-6/+4
2022-09-25sandbox: Move buffer to scsi_emul_infoSimon Glass1-11/+30
2022-09-25scsi: Move core emulation state into a new structSimon Glass1-30/+30
2022-09-25scsi: Move cmd_phase enum to the headerSimon Glass1-15/+9
2022-09-25sandbox: usb: Rename transfer_len in protocol structSimon Glass1-3/+3
2022-06-28sandbox: usb: Fix out-of-bounds read when fd=-1Sean Anderson1-1/+4
2022-04-29usb: sandbox: Bounds check read from bufferAndrew Scull1-0/+2
2022-04-29usb: sandbox: Check for string end in copy_to_unicode()Andrew Scull1-3/+2
2021-07-18usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini1-1/+3
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2-14/+14
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2-5/+5
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass4-13/+13
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass4-9/+9
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