aboutsummaryrefslogtreecommitdiff
path: root/common/usb.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-05USB: Fix device stati for removable and powerctrl (typo)Alexander Holler1-1/+1
2010-02-03USB: usb_control_msg wait for driver ISR to set status.Remy Bohmer1-7/+12
2009-12-20USB Consolidate descriptor definitionsTom Rix1-18/+17
2009-01-28usb_scan_devices: fix output with no devicesBryan Wu1-2/+4
2009-01-28USB: Add high-speed (480Mb/s) to all USB related outputsStefan Roese1-6/+13
2009-01-28USB change speedMichael Trimarchi1-2/+10
2009-01-28Prepare USB layer for ehciMichael Trimarchi1-1/+1
2008-11-28USB style patch, 80 chars strictMichael Trimarchi1-15/+25
2008-10-14fix USB initialisation procedureRemy Bohmer1-28/+28
2008-09-17USB layer of U-Boot causes USB protocol errors while using USB memory sticksRemy Bohmer1-20/+30
2008-09-17Refactoring parts of the common USB OHCI codeRemy Bohmer1-236/+306
2008-09-17Fix for USB sticks not working on ARM while using GCC 4.x compilersRemy Bohmer1-27/+46
2008-09-09Make usb-stop() safe to call multiple times in a row.Remy Bohmer1-4/+9
2008-08-13common: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-4/+0
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk1-3/+3
2008-05-22USB: replace old swap_ with proper endianess conversion macrosChristian Eggers1-22/+22
2008-05-21Big white-space cleanup.Wolfgang Denk1-3/+3
2008-05-20common/usb.c: fix incorrect escape sequenceHebbar1-1/+1
2007-10-31ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platformsStefan Roese1-1/+1
2007-07-08common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-2/+2
2007-07-04common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2006-08-03Prevent USB commands from working when USB is stopped.Bartlomiej Sieka1-0/+5
2006-08-02Add rudimentary handling of alternate settings of USB interfaces - to fixBartlomiej Sieka1-33/+53
2005-08-04(re)enabled scsi commands do_scsi() and do_scsiboot()Wolfgang Denk1-3/+13
2005-08-02Coding style cleanupWolfgang Denk1-10/+9
2005-07-21Fix low-level OHCI transfers for ARM920t and MPC5xxxWolfgang Denk1-64/+190
2004-10-17Code cleanup for GCC-3.3.x compilerswdenk1-1/+3
2004-02-23* Patch by Laurent Mohin, 10 Feb 2004:wdenk1-6/+31
2003-09-18* Patches by Anders Larsen, 17 Sep 2003:wdenk1-1/+1
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-1/+0
2002-08-17Initial revisionwdenk1-0/+1066