summaryrefslogtreecommitdiffstats
path: root/include/usb.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb: dwc2: Add driver for Synopsis DWC2 USB IP blockOleksandr Tymoshenko2014-10-221-1/+2
* usb: kbd: Allow "usb reset" to continue when an usb kbd is usedHans de Goede2014-10-061-1/+1
* usb: dfu: fix boards wo USB cable detectionMateusz Zalega2014-05-051-10/+0
* usb: ums: add ums exit feature by ctrl+c or by detach usb cablePrzemyslaw Marczak2013-11-081-0/+10
* usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky2013-10-201-1/+1
* usb: rename board_usb_init_type to usb_init_typeTroy Kisky2013-10-201-13/+13
* usb: new board-specific USB init interfaceMateusz Zalega2013-10-201-2/+28
* USB: xHCI: Add stack support for xHCIVivek Gautam2013-10-201-1/+8
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-18/+1
* USB: SS: Add support for Super Speed USB interfaceVivek Gautam2013-05-051-0/+6
* usb: Clean up newly allocated device nodes in case of configuration failureMilind Choudhary2012-12-171-0/+1
* musb-new: omap2plus backend driverIlya Yanok2012-11-201-1/+2
* musb-new: am35x backend driverIlya Yanok2012-11-201-1/+1
* musb-new: dsps backend driverIlya Yanok2012-11-201-1/+2
* usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok2012-11-201-12/+3
OpenPOWER on IntegriCloud