summaryrefslogtreecommitdiff
path: root/common/usb.c
AgeCommit message (Expand)Author
2015-01-18musb-new: Fix reset sequence when in host modeHans de Goede
2015-01-18usb: Do not log an error when no devices is plugged into a root-hub-less hcdHans de Goede
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada
2014-11-04usb: Remove unnecessary portnr lookup from usb_new_deviceHans de Goede
2014-08-29usb: Handle -ENODEV from usb_lowlevel_init()Marek Vasut
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky
2013-10-20usb: rename board_usb_init_type to usb_init_typeTroy Kisky
2013-10-20usb: new board-specific USB init interfaceMateusz Zalega
2013-10-20USB: xHCI: Add stack support for xHCIVivek Gautam
2013-08-26usb: Use well-known descriptor sizes when parsing configurationJulius Werner
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-05USB: SS: Add support for Super Speed USB interfaceVivek Gautam
2013-05-05usb: Update device class in usb device's descriptorVivek Gautam
2013-05-05USB: Some cleanup prior to USB 3.0 interface additionVivek Gautam
2013-05-05usb: common: Weed out USB_**_PRINTFs from usb frameworkVivek Gautam
2012-12-17usb: Clean up newly allocated device nodes in case of configuration failureMilind Choudhary
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok
2012-10-22usb: fallback safely when a configuration descriptor is too largeVincent Palatin
2012-10-15usb: add support for multiple usb controllersLucas Stach
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach
2012-07-18usb: check return value of submit_{control, bulk}_msgIlya Yanok
2012-07-18usb: pass cache-aligned buffer to usb_get_descriptor()Ilya Yanok
2012-05-20USB: Align buffers at cachelinePuneet Saxena
2012-05-20usb: use noinline defineMike Frysinger
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger
2012-03-03USB: Make struct devrequest setup_packet localMarek Vasut
2012-03-03USB: Separate out USB hub driverMarek Vasut
2012-03-03USB: Staticize internal functionsMarek Vasut
2011-12-16USB: Use (get|put)_unaligned for accessing wMaxPacketSizeTom Rini
2011-11-15GCC4.6: Fix common/usb.c on xscaleMarek Vasut
2011-10-27GCC4.6: Squash warnings in common/usb.cMarek Vasut
2011-10-09common/usb.c: fix warning: variable ... set but not usedWolfgang Denk
2011-10-04Revert "GCC4.6: Convert various empty macros to inline functions"Wolfgang Denk
2011-10-01GCC4.6: Convert various empty macros to inline functionsMarek Vasut
2011-08-08USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()Marek Vasut
2011-08-08USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllersMarek Vasut
2011-02-19Add USB host ethernet adapter supportSimon Glass
2011-02-05USB: Change the necessary defines to get debug outputAlexander Holler
2011-02-05USB: Fix device stati for removable and powerctrl (typo)Alexander Holler
2010-02-03USB: usb_control_msg wait for driver ISR to set status.Remy Bohmer
2009-12-20USB Consolidate descriptor definitionsTom Rix
2009-01-28usb_scan_devices: fix output with no devicesBryan Wu
2009-01-28USB: Add high-speed (480Mb/s) to all USB related outputsStefan Roese
2009-01-28USB change speedMichael Trimarchi
2009-01-28Prepare USB layer for ehciMichael Trimarchi
2008-11-28USB style patch, 80 chars strictMichael Trimarchi
2008-10-14fix USB initialisation procedureRemy Bohmer
2008-09-17USB layer of U-Boot causes USB protocol errors while using USB memory sticksRemy Bohmer
2008-09-17Refactoring parts of the common USB OHCI codeRemy Bohmer
2008-09-17Fix for USB sticks not working on ARM while using GCC 4.x compilersRemy Bohmer