| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 4 | -0/+4 |
* | dm: test: usb: rework keyboard test | Heinrich Schuchardt | 2019-11-25 | 1 | -10/+17 |
* | usb: Add nonblock argument to submit_int_msg | Michal Suchanek | 2019-09-11 | 2 | -3/+6 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 5 | -11/+5 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 4 | -8/+0 |
* | dm: usb: emul: Drop usb_emul_reset() | Bin Meng | 2017-10-01 | 1 | -8/+0 |
* | usb: emul: hub: Report the actual device speed of the emulation device | Bin Meng | 2017-10-01 | 1 | -3/+30 |
* | usb: emul: Expose find_descriptor() as a public API | Bin Meng | 2017-10-01 | 1 | -3/+2 |
* | usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum() | Bin Meng | 2017-10-01 | 2 | -5/+39 |
* | usb: emul: Remove maxpacketsize in usb_emul_setup_device() | Bin Meng | 2017-10-01 | 4 | -8/+5 |
* | usb: hub: Change USB hub descriptor to match USB 3.0 hubs | Bin Meng | 2017-07-28 | 1 | -1/+6 |
* | dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmd | Simon Glass | 2017-07-11 | 1 | -1/+1 |
* | sandbox: usb: Convert emulators to livetree | Simon Glass | 2017-06-01 | 2 | -5/+2 |
* | dm: core: Add flags parameter to device_remove() | Stefan Roese | 2017-04-04 | 1 | -1/+1 |
* | dm: core: Replace of_offset with accessor | Simon Glass | 2017-02-08 | 2 | -3/+4 |
* | dm: Use dm_scan_fdt_dev() directly where possible | Simon Glass | 2016-07-27 | 1 | -7/+1 |
* | dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() | Simon Glass | 2016-07-27 | 1 | -2/+1 |
* | usb: sandbox: Add a USB emulation driver | Simon Glass | 2015-11-19 | 2 | -0/+242 |
* | usb: sandbox: Add support for interrupt operations | Simon Glass | 2015-11-19 | 1 | -0/+12 |
* | sandbox: usb: Allow finding a USB emulator for a device | Simon Glass | 2015-11-19 | 1 | -2/+15 |
* | sandbox: usb: Allow up to 4 emulated devices on a hub | Simon Glass | 2015-11-19 | 1 | -1/+1 |
* | sandbox: usb: Allow dynamic emulated USB device descriptors | Simon Glass | 2015-11-19 | 1 | -20/+28 |
* | dm: usb: Add a terminator to the string destructor list | Simon Glass | 2015-04-22 | 1 | -0/+1 |
* | dm: usb: sandbox: Add an emulator for USB hub emulation | Simon Glass | 2015-04-18 | 2 | -0/+304 |
* | dm: usb: sandbox: Add an emulator for USB flash devices | Simon Glass | 2015-04-18 | 2 | -0/+424 |
* | dm: usb: sandbox: Add a uclass for USB device emulation | Simon Glass | 2015-04-18 | 3 | -0/+279 |