aboutsummaryrefslogtreecommitdiff
path: root/include/usb.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass1-1/+0
2016-03-22Fix spelling of "transferred".Vagrant Cascadian1-2/+2
2016-03-20usb: Change power-on / scanning timeout handlingStefan Roese1-0/+4
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-01-07usb: Allow up to 7 storage devicesSimon Glass1-1/+1
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan Brüns1-0/+12
2015-12-31usb: Alloc buffer for USB descriptor dynamicallyStefan Brüns1-2/+3
2015-11-19usb: sandbox: Add support for interrupt operationsSimon Glass1-0/+11
2015-11-19sandbox: usb: Allow finding a USB emulator for a deviceSimon Glass1-0/+10
2015-11-19usb: Refactor USB tree output code for testingSimon Glass1-0/+8
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-1/+1
2015-08-05usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski1-2/+2
2015-07-21dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass1-1/+17
2015-07-21dm: usb: Correct the struct usb_driver_entry commentSimon Glass1-2/+2
2015-07-21dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede1-0/+5
2015-07-21usb: Add an usb_device parameter to usb_reset_root_portHans de Goede1-6/+2
2015-07-21usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede1-3/+3
2015-07-21usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede1-8/+0
2015-06-19usb.h: Always declare usb function prototypesHans de Goede1-15/+0
2015-05-14usb: add device connection/disconnection detectionVincent Palatin1-0/+2
2015-05-14dm: usb: Add support for companion controllersHans de Goede1-0/+3
2015-05-14dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede1-1/+47
2015-05-05dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede1-7/+10
2015-05-05dm: usb: Make usb_get_bus easier to use for callersHans de Goede1-4/+3
2015-04-18dm: usb: sandbox: Add a uclass for USB device emulationSimon Glass1-1/+63
2015-04-18dm: usb: Allow USB drivers to be declared and auto-probedSimon Glass1-0/+107
2015-04-18dm: usb: Refactor port resetsSimon Glass1-1/+17
2015-04-18dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass1-2/+18
2015-04-18dm: usb: Add a uclass for USB controllersSimon Glass1-5/+280
2015-04-14usb: Convert protocol header structures to use explicitly sized variablesSergey Temerkhanov1-9/+9
2015-01-18musb-new: Add interrupt queue supportHans de Goede1-1/+2
2015-01-18musb-new: Fix reset sequence when in host modeHans de Goede1-0/+5
2015-01-18musb-new: Add sunxi musb controller supportHans de Goede1-2/+2
2015-01-18usb: Add an interval parameter to create_int_queueHans de Goede1-1/+1
2014-11-07usb: include <asm/cache.h> and <part.h> from include/usb.hMasahiro Yamada1-0/+2
2014-11-04usb: Make pollable int support available outside of ehci-hcd.cHans de Goede1-0/+9
2014-10-22usb: dwc2: Add driver for Synopsis DWC2 USB IP blockOleksandr Tymoshenko1-1/+2
2014-10-06usb: kbd: Allow "usb reset" to continue when an usb kbd is usedHans de Goede1-1/+1
2014-05-05usb: dfu: fix boards wo USB cable detectionMateusz Zalega1-10/+0
2013-11-08usb: ums: add ums exit feature by ctrl+c or by detach usb cablePrzemyslaw Marczak1-0/+10
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky1-1/+1
2013-10-20usb: rename board_usb_init_type to usb_init_typeTroy Kisky1-13/+13
2013-10-20usb: new board-specific USB init interfaceMateusz Zalega1-2/+28
2013-10-20USB: xHCI: Add stack support for xHCIVivek Gautam1-1/+8
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2013-05-05USB: SS: Add support for Super Speed USB interfaceVivek Gautam1-0/+6
2012-12-17usb: Clean up newly allocated device nodes in case of configuration failureMilind Choudhary1-0/+1
2012-11-20musb-new: omap2plus backend driverIlya Yanok1-1/+2
2012-11-20musb-new: am35x backend driverIlya Yanok1-1/+1
2012-11-20musb-new: dsps backend driverIlya Yanok1-1/+2