| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ | Sven Schwermer | 2018-11-26 | 1 | -6/+6 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | dm: usb: emul: Drop usb_emul_reset() | Bin Meng | 2017-10-01 | 1 | -8/+0 |
* | usb: emul: Expose find_descriptor() as a public API | Bin Meng | 2017-10-01 | 1 | -0/+11 |
* | usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum() | Bin Meng | 2017-10-01 | 1 | -2/+16 |
* | usb: Fix comments of usb_emul_find_for_dev() | Bin Meng | 2017-10-01 | 1 | -1/+0 |
* | usb: emul: Remove maxpacketsize in usb_emul_setup_device() | Bin Meng | 2017-10-01 | 1 | -3/+2 |
* | dm: usb: Add a new USB controller operation 'get_max_xfer_size' | Bin Meng | 2017-09-27 | 1 | -1/+21 |
* | dm: usb: Add a new USB controller operation 'update_hub_device' | Bin Meng | 2017-07-28 | 1 | -1/+20 |
* | usb: hub: Parse and save TT details from device descriptor | Bin Meng | 2017-07-28 | 1 | -0/+16 |
* | usb: hub: Support 'set hub depth' request for USB 3.0 hubs | Bin Meng | 2017-07-28 | 1 | -0/+1 |
* | usb: hub: Add a new API to test if a hub device is root hub | Bin Meng | 2017-07-28 | 1 | -0/+8 |
* | usb: hub: Remove hub_port_reset() | Bin Meng | 2017-07-28 | 1 | -18/+0 |
* | usb: hub: Change USB hub descriptor to match USB 3.0 hubs | Bin Meng | 2017-07-28 | 1 | -4/+14 |
* | Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD | Tom Rini | 2017-05-15 | 1 | -1/+2 |
* | dm: usb: Drop the get_dev() function | Simon Glass | 2016-05-17 | 1 | -1/+0 |
* | Fix spelling of "transferred". | Vagrant Cascadian | 2016-03-22 | 1 | -2/+2 |
* | usb: Change power-on / scanning timeout handling | Stefan Roese | 2016-03-20 | 1 | -0/+4 |
* | dm: Drop the block_dev_desc_t typedef | Simon Glass | 2016-03-14 | 1 | -1/+1 |
* | usb: Allow up to 7 storage devices | Simon Glass | 2016-01-07 | 1 | -1/+1 |
* | usb: Move determination of TT hub address/port into separate function | Stefan Brüns | 2015-12-31 | 1 | -0/+12 |
* | usb: Alloc buffer for USB descriptor dynamically | Stefan Brüns | 2015-12-31 | 1 | -2/+3 |
* | usb: sandbox: Add support for interrupt operations | Simon Glass | 2015-11-19 | 1 | -0/+11 |
* | sandbox: usb: Allow finding a USB emulator for a device | Simon Glass | 2015-11-19 | 1 | -0/+10 |
* | usb: Refactor USB tree output code for testing | Simon Glass | 2015-11-19 | 1 | -0/+8 |
* | dm: Rename dev_get_parentdata() to dev_get_parent_priv() | Simon Glass | 2015-10-23 | 1 | -1/+1 |
* | usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB | Paul Kocialkowski | 2015-08-05 | 1 | -2/+2 |
* | dm: usb: Adjust the USB_DEVICE() macro naming | Simon Glass | 2015-07-21 | 1 | -1/+17 |
* | dm: usb: Correct the struct usb_driver_entry comment | Simon Glass | 2015-07-21 | 1 | -2/+2 |
* | dm: usb: Allow usb host drivers to implement usb_reset_root_port | Hans de Goede | 2015-07-21 | 1 | -0/+5 |
* | usb: Add an usb_device parameter to usb_reset_root_port | Hans de Goede | 2015-07-21 | 1 | -6/+2 |
* | usb: usb_setup_device: Drop unneeded portnr function argument | Hans de Goede | 2015-07-21 | 1 | -3/+3 |
* | usb: Drop device-model specific copy of usb_legacy_port_reset | Hans de Goede | 2015-07-21 | 1 | -8/+0 |
* | usb.h: Always declare usb function prototypes | Hans de Goede | 2015-06-19 | 1 | -15/+0 |
* | usb: add device connection/disconnection detection | Vincent Palatin | 2015-05-14 | 1 | -0/+2 |
* | dm: usb: Add support for companion controllers | Hans de Goede | 2015-05-14 | 1 | -0/+3 |
* | dm: usb: Add support for interrupt queues to the dm usb code | Hans de Goede | 2015-05-14 | 1 | -1/+47 |
* | dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device | Hans de Goede | 2015-05-05 | 1 | -7/+10 |
* | dm: usb: Make usb_get_bus easier to use for callers | Hans de Goede | 2015-05-05 | 1 | -4/+3 |
* | dm: usb: sandbox: Add a uclass for USB device emulation | Simon Glass | 2015-04-18 | 1 | -1/+63 |
* | dm: usb: Allow USB drivers to be declared and auto-probed | Simon Glass | 2015-04-18 | 1 | -0/+107 |
* | dm: usb: Refactor port resets | Simon Glass | 2015-04-18 | 1 | -1/+17 |
* | dm: usb: Adjust usb_alloc_new_device() to return an error | Simon Glass | 2015-04-18 | 1 | -2/+18 |
* | dm: usb: Add a uclass for USB controllers | Simon Glass | 2015-04-18 | 1 | -5/+280 |
* | usb: Convert protocol header structures to use explicitly sized variables | Sergey Temerkhanov | 2015-04-14 | 1 | -9/+9 |
* | musb-new: Add interrupt queue support | Hans de Goede | 2015-01-18 | 1 | -1/+2 |
* | musb-new: Fix reset sequence when in host mode | Hans de Goede | 2015-01-18 | 1 | -0/+5 |
* | musb-new: Add sunxi musb controller support | Hans de Goede | 2015-01-18 | 1 | -2/+2 |
* | usb: Add an interval parameter to create_int_queue | Hans de Goede | 2015-01-18 | 1 | -1/+1 |
* | usb: include <asm/cache.h> and <part.h> from include/usb.h | Masahiro Yamada | 2014-11-07 | 1 | -0/+2 |