aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/emul/sandbox_flash.c
Commit message (Expand)AuthorAgeFilesLines
* sandbox: check lseek return value in handle_ufi_commandHeinrich Schuchardt2022-11-221-3/+7
* usb: Update the test to cover reading and writingSimon Glass2022-10-311-4/+31
* sandbox: scsi: Move request-handling code to scsi_emulSimon Glass2022-09-251-77/+10
* sandbox: scsi: Move structs to header fileSimon Glass2022-09-251-26/+0
* sandbox: scsi: Remove setup calls from handle_read()Simon Glass2022-09-251-7/+22
* sandbox: scsi: Move reply setup out of helperSimon Glass2022-09-251-13/+9
* sandbox: scsi: Move file size into shared structSimon Glass2022-09-251-4/+3
* sandbox: scsi: Move block size into shared structSimon Glass2022-09-251-5/+6
* scsi: Move vendor/product info into the shared structSimon Glass2022-09-251-6/+4
* sandbox: Move buffer to scsi_emul_infoSimon Glass2022-09-251-11/+30
* scsi: Move core emulation state into a new structSimon Glass2022-09-251-30/+30
* scsi: Move cmd_phase enum to the headerSimon Glass2022-09-251-15/+9
* sandbox: usb: Rename transfer_len in protocol structSimon Glass2022-09-251-3/+3
* sandbox: usb: Fix out-of-bounds read when fd=-1Sean Anderson2022-06-281-1/+4
* usb: sandbox: Bounds check read from bufferAndrew Scull2022-04-291-0/+2
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-4/+4
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* 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: Remove maxpacketsize in usb_emul_setup_device()Bin Meng2017-10-011-2/+1
* dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmdSimon Glass2017-07-111-1/+1
* sandbox: usb: Convert emulators to livetreeSimon Glass2017-06-011-3/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+2
* sandbox: usb: Allow dynamic emulated USB device descriptorsSimon Glass2015-11-191-20/+28
* dm: usb: sandbox: Add an emulator for USB flash devicesSimon Glass2015-04-181-0/+423