aboutsummaryrefslogtreecommitdiffstats
path: root/include/usb.h
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: usb: emul: Drop usb_emul_reset()Bin Meng2017-10-011-8/+0
* usb: emul: Expose find_descriptor() as a public APIBin Meng2017-10-011-0/+11
* usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()Bin Meng2017-10-011-2/+16
* usb: Fix comments of usb_emul_find_for_dev()Bin Meng2017-10-011-1/+0
* usb: emul: Remove maxpacketsize in usb_emul_setup_device()Bin Meng2017-10-011-3/+2
* dm: usb: Add a new USB controller operation 'get_max_xfer_size'Bin Meng2017-09-271-1/+21
* dm: usb: Add a new USB controller operation 'update_hub_device'Bin Meng2017-07-281-1/+20
* usb: hub: Parse and save TT details from device descriptorBin Meng2017-07-281-0/+16
* usb: hub: Support 'set hub depth' request for USB 3.0 hubsBin Meng2017-07-281-0/+1
* usb: hub: Add a new API to test if a hub device is root hubBin Meng2017-07-281-0/+8
* usb: hub: Remove hub_port_reset()Bin Meng2017-07-281-18/+0
* usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng2017-07-281-4/+14
* Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini2017-05-151-1/+2
* dm: usb: Drop the get_dev() functionSimon Glass2016-05-171-1/+0
* Fix spelling of "transferred".Vagrant Cascadian2016-03-221-2/+2
* usb: Change power-on / scanning timeout handlingStefan Roese2016-03-201-0/+4
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-1/+1
* usb: Allow up to 7 storage devicesSimon Glass2016-01-071-1/+1
* usb: Move determination of TT hub address/port into separate functionStefan Brüns2015-12-311-0/+12
* usb: Alloc buffer for USB descriptor dynamicallyStefan Brüns2015-12-311-2/+3
* usb: sandbox: Add support for interrupt operationsSimon Glass2015-11-191-0/+11
* sandbox: usb: Allow finding a USB emulator for a deviceSimon Glass2015-11-191-0/+10
* usb: Refactor USB tree output code for testingSimon Glass2015-11-191-0/+8
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-231-1/+1
* usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski2015-08-051-2/+2
* dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass2015-07-211-1/+17
* dm: usb: Correct the struct usb_driver_entry commentSimon Glass2015-07-211-2/+2
* dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede2015-07-211-0/+5
* usb: Add an usb_device parameter to usb_reset_root_portHans de Goede2015-07-211-6/+2
* usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede2015-07-211-3/+3
* usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede2015-07-211-8/+0
* usb.h: Always declare usb function prototypesHans de Goede2015-06-191-15/+0
* usb: add device connection/disconnection detectionVincent Palatin2015-05-141-0/+2
* dm: usb: Add support for companion controllersHans de Goede2015-05-141-0/+3
* dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede2015-05-141-1/+47
* dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede2015-05-051-7/+10
* dm: usb: Make usb_get_bus easier to use for callersHans de Goede2015-05-051-4/+3
* dm: usb: sandbox: Add a uclass for USB device emulationSimon Glass2015-04-181-1/+63
* dm: usb: Allow USB drivers to be declared and auto-probedSimon Glass2015-04-181-0/+107
* dm: usb: Refactor port resetsSimon Glass2015-04-181-1/+17
* dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass2015-04-181-2/+18
* dm: usb: Add a uclass for USB controllersSimon Glass2015-04-181-5/+280
* usb: Convert protocol header structures to use explicitly sized variablesSergey Temerkhanov2015-04-141-9/+9
* musb-new: Add interrupt queue supportHans de Goede2015-01-181-1/+2
* musb-new: Fix reset sequence when in host modeHans de Goede2015-01-181-0/+5
* musb-new: Add sunxi musb controller supportHans de Goede2015-01-181-2/+2
* usb: Add an interval parameter to create_int_queueHans de Goede2015-01-181-1/+1
* usb: include <asm/cache.h> and <part.h> from include/usb.hMasahiro Yamada2014-11-071-0/+2
* usb: Make pollable int support available outside of ehci-hcd.cHans de Goede2014-11-041-0/+9