summaryrefslogtreecommitdiffstats
path: root/common/usb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb: replace wait_ms() with mdelay()Mike Frysinger2012-03-191-13/+3
* USB: Make struct devrequest setup_packet localMarek Vasut2012-03-031-1/+2
* USB: Separate out USB hub driverMarek Vasut2012-03-031-430/+2
* USB: Staticize internal functionsMarek Vasut2012-03-031-22/+23
* USB: Use (get|put)_unaligned for accessing wMaxPacketSizeTom Rini2011-12-161-8/+19
* GCC4.6: Fix common/usb.c on xscaleMarek Vasut2011-11-151-4/+9
* GCC4.6: Squash warnings in common/usb.cMarek Vasut2011-10-271-14/+7
* common/usb.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-091-7/+13
* Revert "GCC4.6: Convert various empty macros to inline functions"Wolfgang Denk2011-10-041-2/+2
* GCC4.6: Convert various empty macros to inline functionsMarek Vasut2011-10-011-2/+2
* USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()Marek Vasut2011-08-081-1/+1
* USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllersMarek Vasut2011-08-081-0/+1
* Add USB host ethernet adapter supportSimon Glass2011-02-191-1/+5
* USB: Change the necessary defines to get debug outputAlexander Holler2011-02-051-3/+4
* USB: Fix device stati for removable and powerctrl (typo)Alexander Holler2011-02-051-1/+1
* USB: usb_control_msg wait for driver ISR to set status.Remy Bohmer2010-02-031-7/+12
* USB Consolidate descriptor definitionsTom Rix2009-12-201-18/+17
* usb_scan_devices: fix output with no devicesBryan Wu2009-01-281-2/+4
* USB: Add high-speed (480Mb/s) to all USB related outputsStefan Roese2009-01-281-6/+13
* USB change speedMichael Trimarchi2009-01-281-2/+10
* Prepare USB layer for ehciMichael Trimarchi2009-01-281-1/+1
* USB style patch, 80 chars strictMichael Trimarchi2008-11-281-15/+25
* fix USB initialisation procedureRemy Bohmer2008-10-141-28/+28
* USB layer of U-Boot causes USB protocol errors while using USB memory sticksRemy Bohmer2008-09-171-20/+30
* Refactoring parts of the common USB OHCI codeRemy Bohmer2008-09-171-236/+306
* Fix for USB sticks not working on ARM while using GCC 4.x compilersRemy Bohmer2008-09-171-27/+46
OpenPOWER on IntegriCloud