aboutsummaryrefslogtreecommitdiff
path: root/common/usb.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-18dm: usb: Convert core usb.c file to support driver modelSimon Glass1-6/+25
2015-04-18dm: usb: Complete the splitting up of usb_new_device()Simon Glass1-62/+95
2015-04-18dm: usb: Split out more code from usb_new_device()Simon Glass1-30/+42
2015-04-18dm: usb: Move descriptor setup code into its own functionSimon Glass1-65/+82
2015-04-18dm: usb: Refactor port resetsSimon Glass1-14/+26
2015-04-18dm: usb: Drop the legacy USB init sequenceSimon Glass1-22/+4
2015-04-18dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass1-10/+9
2015-04-14common: cmd_dfu: invoke board_usb_cleanup() for cleaning upKishon Vijay Abraham I1-0/+6
2015-04-14usb: fix first descriptor fetch error handlingStephen Warren1-1/+16
2015-04-14usb: Early failure when the first descriptor read fails or is invalidPaul Kocialkowski1-1/+4
2015-04-14usb: Check usb_new_device for failurePaul Kocialkowski1-4/+10
2015-04-14usb: usb_new_device return codes consistencyPaul Kocialkowski1-29/+29
2015-01-18musb-new: Fix reset sequence when in host modeHans de Goede1-0/+2
2015-01-18usb: Do not log an error when no devices is plugged into a root-hub-less hcdHans de Goede1-4/+5
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada1-1/+0
2014-11-04usb: Remove unnecessary portnr lookup from usb_new_deviceHans de Goede1-17/+2
2014-08-29usb: Handle -ENODEV from usb_lowlevel_init()Marek Vasut1-2/+9
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-1/+1
2013-10-20usb: new board-specific USB init interfaceMateusz Zalega1-0/+6
2013-10-20USB: xHCI: Add stack support for xHCIVivek Gautam1-2/+31
2013-08-26usb: Use well-known descriptor sizes when parsing configurationJulius Werner1-16/+71
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-19/+1
2013-05-05USB: SS: Add support for Super Speed USB interfaceVivek Gautam1-0/+5
2013-05-05usb: Update device class in usb device's descriptorVivek Gautam1-0/+5
2013-05-05USB: Some cleanup prior to USB 3.0 interface additionVivek Gautam1-8/+13
2013-05-05usb: common: Weed out USB_**_PRINTFs from usb frameworkVivek Gautam1-48/+37
2012-12-17usb: Clean up newly allocated device nodes in case of configuration failureMilind Choudhary1-0/+12
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok1-2/+2
2012-10-22usb: fallback safely when a configuration descriptor is too largeVincent Palatin1-3/+9
2012-10-15usb: add support for multiple usb controllersLucas Stach1-50/+56
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach1-4/+6
2012-07-18usb: check return value of submit_{control, bulk}_msgIlya Yanok1-2/+4
2012-07-18usb: pass cache-aligned buffer to usb_get_descriptor()Ilya Yanok1-2/+4
2012-05-20USB: Align buffers at cachelinePuneet Saxena1-11/+11
2012-05-20usb: use noinline defineMike Frysinger1-1/+2
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger1-13/+3
2012-03-03USB: Make struct devrequest setup_packet localMarek Vasut1-1/+2
2012-03-03USB: Separate out USB hub driverMarek Vasut1-430/+2
2012-03-03USB: Staticize internal functionsMarek Vasut1-22/+23
2011-12-16USB: Use (get|put)_unaligned for accessing wMaxPacketSizeTom Rini1-8/+19
2011-11-15GCC4.6: Fix common/usb.c on xscaleMarek Vasut1-4/+9
2011-10-27GCC4.6: Squash warnings in common/usb.cMarek Vasut1-14/+7
2011-10-09common/usb.c: fix warning: variable ... set but not usedWolfgang Denk1-7/+13
2011-10-04Revert "GCC4.6: Convert various empty macros to inline functions"Wolfgang Denk1-2/+2
2011-10-01GCC4.6: Convert various empty macros to inline functionsMarek Vasut1-2/+2
2011-08-08USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()Marek Vasut1-1/+1
2011-08-08USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllersMarek Vasut1-0/+1
2011-02-19Add USB host ethernet adapter supportSimon Glass1-1/+5
2011-02-05USB: Change the necessary defines to get debug outputAlexander Holler1-3/+4