1. 621d1c9 sandbox: check lseek return value in handle_ufi_command by Heinrich Schuchardt · Thu Nov 10 08:40:30 2022 +0100
  2. 31b4f9e usb: Update the test to cover reading and writing by Simon Glass · Thu Oct 20 18:22:55 2022 -0600
  3. 4d3b00d sandbox: scsi: Move request-handling code to scsi_emul by Simon Glass · Wed Sep 21 16:21:45 2022 +0200
  4. bfe2c81 sandbox: scsi: Move structs to header file by Simon Glass · Wed Sep 21 16:21:43 2022 +0200
  5. 657efaa sandbox: scsi: Remove setup calls from handle_read() by Simon Glass · Wed Sep 21 16:21:42 2022 +0200
  6. 8cfdea7 sandbox: scsi: Move reply setup out of helper by Simon Glass · Wed Sep 21 16:21:41 2022 +0200
  7. 4313c3e sandbox: scsi: Move file size into shared struct by Simon Glass · Wed Sep 21 16:21:40 2022 +0200
  8. d0962c9 sandbox: scsi: Move block size into shared struct by Simon Glass · Wed Sep 21 16:21:39 2022 +0200
  9. 37884f0 scsi: Move vendor/product info into the shared struct by Simon Glass · Wed Sep 21 16:21:38 2022 +0200
  10. 293c43f sandbox: Move buffer to scsi_emul_info by Simon Glass · Wed Sep 21 16:21:37 2022 +0200
  11. 4c92a4d scsi: Move core emulation state into a new struct by Simon Glass · Wed Sep 21 16:21:36 2022 +0200
  12. e6e05ad scsi: Move cmd_phase enum to the header by Simon Glass · Wed Sep 21 16:21:35 2022 +0200
  13. e241fc3 sandbox: usb: Rename transfer_len in protocol struct by Simon Glass · Wed Sep 21 16:21:34 2022 +0200
  14. 0383185 sandbox: usb: Fix out-of-bounds read when fd=-1 by Sean Anderson · Wed Mar 23 18:24:38 2022 -0400
  15. 50456c9 usb: sandbox: Bounds check read from buffer by Andrew Scull · Sun Apr 03 10:39:12 2022 +0000
  16. 7152f7b usb: sandbox: Check for string end in copy_to_unicode() by Andrew Scull · Sun Apr 03 10:39:11 2022 +0000
  17. 5b9e616 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · Fri Jul 09 10:11:56 2021 -0400
  18. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · Tue Apr 27 11:02:19 2021 +0200
  19. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  20. 33b2efb dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · Thu Dec 03 16:55:22 2020 -0700
  21. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  22. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  23. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  24. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  25. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  26. 513255b dm: test: usb: rework keyboard test by Heinrich Schuchardt · Sat Nov 23 18:15:23 2019 +0100
  27. 1c95b9f usb: Add nonblock argument to submit_int_msg by Michal Suchanek · Sun Aug 18 10:55:27 2019 +0200
  28. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  29. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  30. be0223e dm: usb: emul: Drop usb_emul_reset() by Bin Meng · Sun Oct 01 06:19:44 2017 -0700
  31. 83436d5 usb: emul: hub: Report the actual device speed of the emulation device by Bin Meng · Sun Oct 01 06:19:41 2017 -0700
  32. 3b36376 usb: emul: Expose find_descriptor() as a public API by Bin Meng · Sun Oct 01 06:19:40 2017 -0700
  33. f196644 usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum() by Bin Meng · Sun Oct 01 06:19:39 2017 -0700
  34. d502cf1 usb: emul: Remove maxpacketsize in usb_emul_setup_device() by Bin Meng · Sun Oct 01 06:19:36 2017 -0700
  35. 0d66b3a usb: hub: Change USB hub descriptor to match USB 3.0 hubs by Bin Meng · Wed Jul 19 21:50:00 2017 +0800
  36. a4eff9f dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmd by Simon Glass · Wed Jun 14 21:28:29 2017 -0600
  37. 82bf00e sandbox: usb: Convert emulators to livetree by Simon Glass · Thu May 18 20:09:39 2017 -0600
  38. 80b5bc9 dm: core: Add flags parameter to device_remove() by Stefan Roese · Mon Mar 20 12:51:48 2017 +0100
  39. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  40. 1823034 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · Tue Jul 05 17:10:10 2016 -0600
  41. 09128c5 dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · Tue Jul 05 17:10:09 2016 -0600
  42. be4ebd1 usb: sandbox: Add a USB emulation driver by Simon Glass · Sun Nov 08 23:48:06 2015 -0700
  43. 9042179 usb: sandbox: Add support for interrupt operations by Simon Glass · Sun Nov 08 23:48:05 2015 -0700
  44. 668ef3d sandbox: usb: Allow finding a USB emulator for a device by Simon Glass · Sun Nov 08 23:47:55 2015 -0700
  45. ac33899 sandbox: usb: Allow up to 4 emulated devices on a hub by Simon Glass · Sun Nov 08 23:47:54 2015 -0700
  46. 31d7816 sandbox: usb: Allow dynamic emulated USB device descriptors by Simon Glass · Sun Nov 08 23:47:53 2015 -0700
  47. f5823c0 dm: usb: Add a terminator to the string destructor list by Simon Glass · Sun Apr 19 07:20:59 2015 -0600
  48. fb09d95 dm: usb: sandbox: Add an emulator for USB hub emulation by Simon Glass · Wed Mar 25 12:22:40 2015 -0600
  49. b144644 dm: usb: sandbox: Add an emulator for USB flash devices by Simon Glass · Wed Mar 25 12:22:39 2015 -0600
  50. 59d66d2 dm: usb: sandbox: Add a uclass for USB device emulation by Simon Glass · Wed Mar 25 12:22:37 2015 -0600