aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/emul/sandbox_flash.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-29usb: sandbox: Bounds check read from bufferAndrew Scull1-0/+2
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 Glass1-4/+4
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-05-18common: 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: Remove maxpacketsize in usb_emul_setup_device()Bin Meng1-2/+1
2017-07-11dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmdSimon Glass1-1/+1
2017-06-01sandbox: usb: Convert emulators to livetreeSimon Glass1-3/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
2015-11-19sandbox: usb: Allow dynamic emulated USB device descriptorsSimon Glass1-20/+28
2015-04-18dm: usb: sandbox: Add an emulator for USB flash devicesSimon Glass1-0/+423