Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
833de5fafb43df835f5a9d2a8b77c0ffbbde9cb0
/
common
/
usb.c
cf92e05
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
by Simon Glass
· 9 years ago
8802f56
usb: Add an usb_device parameter to usb_reset_root_port
by Hans de Goede
· 9 years ago
682c9f8
usb: Pass device instead of portnr to usb_legacy_port_reset
by Hans de Goede
· 9 years ago
9eb72dd
usb: usb_setup_device: Drop unneeded portnr function argument
by Hans de Goede
· 9 years ago
6bfe80e
usb: Drop device-model specific copy of usb_legacy_port_reset
by Hans de Goede
· 9 years ago
126ca94
usb: Remove unused variable in usb_setup_descriptor()
by Hans de Goede
· 10 years ago
08f3bb0
usb: add device connection/disconnection detection
by Vincent Palatin
· 10 years ago
651d95c
usb: usb_control_msg() propagate controller error code
by Hans de Goede
· 9 years ago
2b338ef
usb: Fix maxpacketsize for first descriptor read for low-speed usb devs
by Hans de Goede
· 9 years ago
95fbfe4
dm: usb: Convert core usb.c file to support driver model
by Simon Glass
· 10 years ago
0ed2790
dm: usb: Complete the splitting up of usb_new_device()
by Simon Glass
· 10 years ago
91398f9
dm: usb: Split out more code from usb_new_device()
by Simon Glass
· 10 years ago
128fcac
dm: usb: Move descriptor setup code into its own function
by Simon Glass
· 10 years ago
862e75c
dm: usb: Refactor port resets
by Simon Glass
· 10 years ago
53d8aa0
dm: usb: Drop the legacy USB init sequence
by Simon Glass
· 10 years ago
79b5888
dm: usb: Adjust usb_alloc_new_device() to return an error
by Simon Glass
· 10 years ago
db378d7
common: cmd_dfu: invoke board_usb_cleanup() for cleaning up
by Kishon Vijay Abraham I
· 10 years ago
25c0673
usb: fix first descriptor fetch error handling
by Stephen Warren
· 10 years ago
04ee6ee
usb: Early failure when the first descriptor read fails or is invalid
by Paul Kocialkowski
· 10 years ago
8879be8
usb: Check usb_new_device for failure
by Paul Kocialkowski
· 10 years ago
5a80b34
usb: usb_new_device return codes consistency
by Paul Kocialkowski
· 10 years ago
90cdc10
musb-new: Fix reset sequence when in host mode
by Hans de Goede
· 10 years ago
d906bbc
usb: Do not log an error when no devices is plugged into a root-hub-less hcd
by Hans de Goede
· 10 years ago
afc366f
Replace <compiler.h> with <linux/compiler.h>
by Masahiro Yamada
· 10 years ago
f7b9baf
usb: Remove unnecessary portnr lookup from usb_new_device
by Hans de Goede
· 10 years ago
97b9eb9
usb: Handle -ENODEV from usb_lowlevel_init()
by Marek Vasut
· 10 years ago
06d513e
usb: add enum usb_init_type parameter to usb_lowlevel_init
by Troy Kisky
· 11 years ago
bba6791
usb: rename board_usb_init_type to usb_init_type
by Troy Kisky
· 11 years ago
16297cf
usb: new board-specific USB init interface
by Mateusz Zalega
· 11 years ago
5853e13
USB: xHCI: Add stack support for xHCI
by Vivek Gautam
· 11 years ago
eaf3e61
usb: Use well-known descriptor sizes when parsing configuration
by Julius Werner
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
6497c66
USB: SS: Add support for Super Speed USB interface
by Vivek Gautam
· 12 years ago
99c3491
usb: Update device class in usb device's descriptor
by Vivek Gautam
· 12 years ago
605bd75
USB: Some cleanup prior to USB 3.0 interface addition
by Vivek Gautam
· 12 years ago
ceb4972
usb: common: Weed out USB_**_PRINTFs from usb framework
by Vivek Gautam
· 12 years ago
359439d
usb: Clean up newly allocated device nodes in case of configuration failure
by Milind Choudhary
· 12 years ago
c60795f
usb: use linux/usb/ch9.h instead of usbdescriptors.h
by Ilya Yanok
· 12 years ago
8b8d779
usb: fallback safely when a configuration descriptor is too large
by Vincent Palatin
· 12 years ago
93c2582
usb: add support for multiple usb controllers
by Lucas Stach
· 12 years ago
c7e3b2b
usb: lowlevel interface change to support multiple controllers
by Lucas Stach
· 12 years ago
fd06028
usb: check return value of submit_{control, bulk}_msg
by Ilya Yanok
· 12 years ago
80ab414
usb: pass cache-aligned buffer to usb_get_descriptor()
by Ilya Yanok
· 12 years ago
f576613
USB: Align buffers at cacheline
by Puneet Saxena
· 13 years ago
66cf641
usb: use noinline define
by Mike Frysinger
· 13 years ago
5b84dd6
usb: replace wait_ms() with mdelay()
by Mike Frysinger
· 13 years ago
e159e48
USB: Make struct devrequest setup_packet local
by Marek Vasut
· 13 years ago
23faf2b
USB: Separate out USB hub driver
by Marek Vasut
· 13 years ago
c08b1b2
USB: Staticize internal functions
by Marek Vasut
· 13 years ago
b2fb47f
USB: Use (get|put)_unaligned for accessing wMaxPacketSize
by Tom Rini
· 13 years ago
5e8baf8
GCC4.6: Fix common/usb.c on xscale
by Marek Vasut
· 13 years ago
88ec8c1
GCC4.6: Squash warnings in common/usb.c
by Marek Vasut
· 13 years ago
fad2e1b
common/usb.c: fix warning: variable ... set but not used
by Wolfgang Denk
· 13 years ago
f092f15
Revert "GCC4.6: Convert various empty macros to inline functions"
by Wolfgang Denk
· 13 years ago
60ce53c
GCC4.6: Convert various empty macros to inline functions
by Marek Vasut
· 13 years ago
2a94dda
USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()
by Marek Vasut
· 13 years ago
01a97d4
USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers
by Marek Vasut
· 13 years ago
89d4836
Add USB host ethernet adapter support
by Simon Glass
· 14 years ago
ce297a8
USB: Change the necessary defines to get debug output
by Alexander Holler
· 14 years ago
cb44091
USB: Fix device stati for removable and powerctrl (typo)
by Alexander Holler
· 14 years ago
84d36b3
USB: usb_control_msg wait for driver ISR to set status.
by Remy Bohmer
· 15 years ago
8f8bd56
USB Consolidate descriptor definitions
by Tom Rix
· 15 years ago
1a448db
usb_scan_devices: fix output with no devices
by Bryan Wu
· 16 years ago
f1c1f54
USB: Add high-speed (480Mb/s) to all USB related outputs
by Stefan Roese
· 16 years ago
366523c
USB change speed
by Michael Trimarchi
· 16 years ago
3e12648
Prepare USB layer for ehci
by Michael Trimarchi
· 16 years ago
de39f8c
USB style patch, 80 chars strict
by Michael Trimarchi
· 16 years ago
4886720
fix USB initialisation procedure
by Remy Bohmer
· 16 years ago
c9e8436
USB layer of U-Boot causes USB protocol errors while using USB memory sticks
by Remy Bohmer
· 16 years ago
6f5794a
Refactoring parts of the common USB OHCI code
by Remy Bohmer
· 16 years ago
be19d32
Fix for USB sticks not working on ARM while using GCC 4.x compilers
by Remy Bohmer
· 16 years ago
eba1f2f
Make usb-stop() safe to call multiple times in a row.
by Remy Bohmer
· 16 years ago
d6e9ee9
common: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
d0ff51b
Code cleanup: fix old style assignment ambiguities like "=-" etc.
by Wolfgang Denk
· 16 years ago
c918261
USB: replace old swap_ with proper endianess conversion macros
by Christian Eggers
· 16 years ago
53677ef
Big white-space cleanup.
by Wolfgang Denk
· 16 years ago
727f633
common/usb.c: fix incorrect escape sequence
by Hebbar
· 16 years ago
3048bcb
ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
by Stefan Roese
· 17 years ago
c3517f9
common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
by Jon Loeliger
· 17 years ago
b453960
common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
e51aae3
Prevent USB commands from working when USB is stopped.
by Bartlomiej Sieka
· 18 years ago
7455af4
Add rudimentary handling of alternate settings of USB interfaces - to fix
by Bartlomiej Sieka
· 18 years ago
460c322
(re)enabled scsi commands do_scsi() and do_scsiboot()
by Wolfgang Denk
· 19 years ago
095b8a3
Coding style cleanup
by Wolfgang Denk
· 19 years ago
9c998aa
Fix low-level OHCI transfers for ARM920t and MPC5xxx
by Wolfgang Denk
· 19 years ago
e86e5a0
Code cleanup for GCC-3.3.x compilers
by wdenk
· 20 years ago
cd0a9de
* Patch by Laurent Mohin, 10 Feb 2004: Fix buffer overflow in common/usb.c
by wdenk
· 21 years ago
5f535fe
* Patches by Anders Larsen, 17 Sep 2003:
by wdenk
· 21 years ago
8bde7f7
* Code cleanup:
by wdenk
· 21 years ago
LABEL_2003_06_27_2340
affae2b
Initial revision
by wdenk
· 22 years ago