summaryrefslogtreecommitdiffstats
path: root/common/usb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling of "transferred".Vagrant Cascadian2016-03-221-1/+1
* usb: Don't reset the USB hub a 2nd timeStefan Roese2016-03-201-12/+1
* common: usb: fix checking conditionPeng Fan2016-01-161-1/+1
* usb: Move determination of TT hub address/port into separate functionStefan Brüns2015-12-311-0/+56
* usb: Alloc buffer for USB descriptor dynamicallyStefan Brüns2015-12-311-14/+28
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* usb: Add an usb_device parameter to usb_reset_root_portHans de Goede2015-07-211-1/+1
* usb: Pass device instead of portnr to usb_legacy_port_resetHans de Goede2015-07-211-4/+4
* usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede2015-07-211-5/+5
* usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede2015-07-211-3/+1
* usb: Remove unused variable in usb_setup_descriptor()Hans de Goede2015-05-291-2/+0
* usb: add device connection/disconnection detectionVincent Palatin2015-05-141-0/+26
* usb: usb_control_msg() propagate controller error codeHans de Goede2015-05-141-2/+4
* usb: Fix maxpacketsize for first descriptor read for low-speed usb devsHans de Goede2015-05-061-6/+11
* dm: usb: Convert core usb.c file to support driver modelSimon Glass2015-04-181-6/+25
* dm: usb: Complete the splitting up of usb_new_device()Simon Glass2015-04-181-62/+95
* dm: usb: Split out more code from usb_new_device()Simon Glass2015-04-181-30/+42
* dm: usb: Move descriptor setup code into its own functionSimon Glass2015-04-181-65/+82
* dm: usb: Refactor port resetsSimon Glass2015-04-181-14/+26
* dm: usb: Drop the legacy USB init sequenceSimon Glass2015-04-181-22/+4
* dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass2015-04-181-10/+9
* common: cmd_dfu: invoke board_usb_cleanup() for cleaning upKishon Vijay Abraham I2015-04-141-0/+6
* usb: fix first descriptor fetch error handlingStephen Warren2015-04-141-1/+16
* usb: Early failure when the first descriptor read fails or is invalidPaul Kocialkowski2015-04-141-1/+4
* usb: Check usb_new_device for failurePaul Kocialkowski2015-04-141-4/+10
* usb: usb_new_device return codes consistencyPaul Kocialkowski2015-04-141-29/+29
* musb-new: Fix reset sequence when in host modeHans de Goede2015-01-181-0/+2
* usb: Do not log an error when no devices is plugged into a root-hub-less hcdHans de Goede2015-01-181-4/+5
* Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada2014-12-081-1/+0
* usb: Remove unnecessary portnr lookup from usb_new_deviceHans de Goede2014-11-041-17/+2
* usb: Handle -ENODEV from usb_lowlevel_init()Marek Vasut2014-08-291-2/+9
* 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-1/+1
* usb: new board-specific USB init interfaceMateusz Zalega2013-10-201-0/+6
* USB: xHCI: Add stack support for xHCIVivek Gautam2013-10-201-2/+31
* usb: Use well-known descriptor sizes when parsing configurationJulius Werner2013-08-261-16/+71
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-19/+1
* USB: SS: Add support for Super Speed USB interfaceVivek Gautam2013-05-051-0/+5
* usb: Update device class in usb device's descriptorVivek Gautam2013-05-051-0/+5
* USB: Some cleanup prior to USB 3.0 interface additionVivek Gautam2013-05-051-8/+13
* usb: common: Weed out USB_**_PRINTFs from usb frameworkVivek Gautam2013-05-051-48/+37
* usb: Clean up newly allocated device nodes in case of configuration failureMilind Choudhary2012-12-171-0/+12
* usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok2012-11-201-2/+2
* usb: fallback safely when a configuration descriptor is too largeVincent Palatin2012-10-221-3/+9
* usb: add support for multiple usb controllersLucas Stach2012-10-151-50/+56
* usb: lowlevel interface change to support multiple controllersLucas Stach2012-10-151-4/+6
* usb: check return value of submit_{control, bulk}_msgIlya Yanok2012-07-181-2/+4
* usb: pass cache-aligned buffer to usb_get_descriptor()Ilya Yanok2012-07-181-2/+4
* USB: Align buffers at cachelinePuneet Saxena2012-05-201-11/+11
* usb: use noinline defineMike Frysinger2012-05-201-1/+2
OpenPOWER on IntegriCloud