summaryrefslogtreecommitdiff
path: root/common/usb.c
Commit message (Expand)AuthorAgeLines
* usb: Clean up newly allocated device nodes in case of configuration failureMilind Choudhary2012-12-17-0/+12
* usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok2012-11-20-2/+2
* usb: fallback safely when a configuration descriptor is too largeVincent Palatin2012-10-22-3/+9
* usb: add support for multiple usb controllersLucas Stach2012-10-15-50/+56
* usb: lowlevel interface change to support multiple controllersLucas Stach2012-10-15-4/+6
* usb: check return value of submit_{control, bulk}_msgIlya Yanok2012-07-18-2/+4
* usb: pass cache-aligned buffer to usb_get_descriptor()Ilya Yanok2012-07-18-2/+4
* USB: Align buffers at cachelinePuneet Saxena2012-05-20-11/+11
* usb: use noinline defineMike Frysinger2012-05-20-1/+2
* usb: replace wait_ms() with mdelay()Mike Frysinger2012-03-19-13/+3
* USB: Make struct devrequest setup_packet localMarek Vasut2012-03-03-1/+2
* USB: Separate out USB hub driverMarek Vasut2012-03-03-430/+2
* USB: Staticize internal functionsMarek Vasut2012-03-03-22/+23
* USB: Use (get|put)_unaligned for accessing wMaxPacketSizeTom Rini2011-12-16-8/+19
* GCC4.6: Fix common/usb.c on xscaleMarek Vasut2011-11-15-4/+9
* GCC4.6: Squash warnings in common/usb.cMarek Vasut2011-10-27-14/+7
* common/usb.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-09-7/+13
* Revert "GCC4.6: Convert various empty macros to inline functions"Wolfgang Denk2011-10-04-2/+2
* GCC4.6: Convert various empty macros to inline functionsMarek Vasut2011-10-01-2/+2
* USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()Marek Vasut2011-08-08-1/+1
* USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllersMarek Vasut2011-08-08-0/+1
* Add USB host ethernet adapter supportSimon Glass2011-02-19-1/+5
* USB: Change the necessary defines to get debug outputAlexander Holler2011-02-05-3/+4
* USB: Fix device stati for removable and powerctrl (typo)Alexander Holler2011-02-05-1/+1
* USB: usb_control_msg wait for driver ISR to set status.Remy Bohmer2010-02-03-7/+12
* USB Consolidate descriptor definitionsTom Rix2009-12-20-18/+17
* usb_scan_devices: fix output with no devicesBryan Wu2009-01-28-2/+4
* USB: Add high-speed (480Mb/s) to all USB related outputsStefan Roese2009-01-28-6/+13
* USB change speedMichael Trimarchi2009-01-28-2/+10
* Prepare USB layer for ehciMichael Trimarchi2009-01-28-1/+1
* USB style patch, 80 chars strictMichael Trimarchi2008-11-28-15/+25
* fix USB initialisation procedureRemy Bohmer2008-10-14-28/+28
* USB layer of U-Boot causes USB protocol errors while using USB memory sticksRemy Bohmer2008-09-17-20/+30
* Refactoring parts of the common USB OHCI codeRemy Bohmer2008-09-17-236/+306
* Fix for USB sticks not working on ARM while using GCC 4.x compilersRemy Bohmer2008-09-17-27/+46
* Make usb-stop() safe to call multiple times in a row.Remy Bohmer2008-09-09-4/+9
* common: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-13-4/+0
* Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk2008-07-14-3/+3
* USB: replace old swap_ with proper endianess conversion macrosChristian Eggers2008-05-22-22/+22
* Big white-space cleanup.Wolfgang Denk2008-05-21-3/+3
* common/usb.c: fix incorrect escape sequenceHebbar2008-05-20-1/+1
* ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platformsStefan Roese2007-10-31-1/+1
* common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-08-2/+2
* common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-1/+1
* Prevent USB commands from working when USB is stopped.Bartlomiej Sieka2006-08-03-0/+5
* Add rudimentary handling of alternate settings of USB interfaces - to fixBartlomiej Sieka2006-08-02-33/+53
* (re)enabled scsi commands do_scsi() and do_scsiboot()Wolfgang Denk2005-08-04-3/+13
* Coding style cleanupWolfgang Denk2005-08-02-10/+9
* Fix low-level OHCI transfers for ARM920t and MPC5xxxWolfgang Denk2005-07-21-64/+190
* Code cleanup for GCC-3.3.x compilerswdenk2004-10-17-1/+3