index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK U-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
usb.c
Age
Commit message (
Expand
)
Author
2015-04-18
dm: usb: Convert core usb.c file to support driver model
Simon Glass
2015-04-18
dm: usb: Complete the splitting up of usb_new_device()
Simon Glass
2015-04-18
dm: usb: Split out more code from usb_new_device()
Simon Glass
2015-04-18
dm: usb: Move descriptor setup code into its own function
Simon Glass
2015-04-18
dm: usb: Refactor port resets
Simon Glass
2015-04-18
dm: usb: Drop the legacy USB init sequence
Simon Glass
2015-04-18
dm: usb: Adjust usb_alloc_new_device() to return an error
Simon Glass
2015-04-14
common: cmd_dfu: invoke board_usb_cleanup() for cleaning up
Kishon Vijay Abraham I
2015-04-14
usb: fix first descriptor fetch error handling
Stephen Warren
2015-04-14
usb: Early failure when the first descriptor read fails or is invalid
Paul Kocialkowski
2015-04-14
usb: Check usb_new_device for failure
Paul Kocialkowski
2015-04-14
usb: usb_new_device return codes consistency
Paul Kocialkowski
2015-01-18
musb-new: Fix reset sequence when in host mode
Hans de Goede
2015-01-18
usb: Do not log an error when no devices is plugged into a root-hub-less hcd
Hans de Goede
2014-12-08
Replace <compiler.h> with <linux/compiler.h>
Masahiro Yamada
2014-11-04
usb: Remove unnecessary portnr lookup from usb_new_device
Hans de Goede
2014-08-29
usb: Handle -ENODEV from usb_lowlevel_init()
Marek Vasut
2013-10-20
usb: add enum usb_init_type parameter to usb_lowlevel_init
Troy Kisky
2013-10-20
usb: rename board_usb_init_type to usb_init_type
Troy Kisky
2013-10-20
usb: new board-specific USB init interface
Mateusz Zalega
2013-10-20
USB: xHCI: Add stack support for xHCI
Vivek Gautam
2013-08-26
usb: Use well-known descriptor sizes when parsing configuration
Julius Werner
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-05-05
USB: SS: Add support for Super Speed USB interface
Vivek Gautam
2013-05-05
usb: Update device class in usb device's descriptor
Vivek Gautam
2013-05-05
USB: Some cleanup prior to USB 3.0 interface addition
Vivek Gautam
2013-05-05
usb: common: Weed out USB_**_PRINTFs from usb framework
Vivek Gautam
2012-12-17
usb: Clean up newly allocated device nodes in case of configuration failure
Milind Choudhary
2012-11-19
usb: use linux/usb/ch9.h instead of usbdescriptors.h
Ilya Yanok
2012-10-22
usb: fallback safely when a configuration descriptor is too large
Vincent Palatin
2012-10-15
usb: add support for multiple usb controllers
Lucas Stach
2012-10-15
usb: lowlevel interface change to support multiple controllers
Lucas Stach
2012-07-18
usb: check return value of submit_{control, bulk}_msg
Ilya Yanok
2012-07-18
usb: pass cache-aligned buffer to usb_get_descriptor()
Ilya Yanok
2012-05-20
USB: Align buffers at cacheline
Puneet Saxena
2012-05-20
usb: use noinline define
Mike Frysinger
2012-03-18
usb: replace wait_ms() with mdelay()
Mike Frysinger
2012-03-03
USB: Make struct devrequest setup_packet local
Marek Vasut
2012-03-03
USB: Separate out USB hub driver
Marek Vasut
2012-03-03
USB: Staticize internal functions
Marek Vasut
2011-12-16
USB: Use (get|put)_unaligned for accessing wMaxPacketSize
Tom Rini
2011-11-15
GCC4.6: Fix common/usb.c on xscale
Marek Vasut
2011-10-27
GCC4.6: Squash warnings in common/usb.c
Marek Vasut
2011-10-09
common/usb.c: fix warning: variable ... set but not used
Wolfgang Denk
2011-10-04
Revert "GCC4.6: Convert various empty macros to inline functions"
Wolfgang Denk
2011-10-01
GCC4.6: Convert various empty macros to inline functions
Marek Vasut
2011-08-08
USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()
Marek Vasut
2011-08-08
USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers
Marek Vasut
2011-02-19
Add USB host ethernet adapter support
Simon Glass
2011-02-05
USB: Change the necessary defines to get debug output
Alexander Holler
[next]