index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
usb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-20
usb: use linux/usb/ch9.h instead of usbdescriptors.h
Ilya Yanok
1
-2
/
+2
2012-10-22
usb: fallback safely when a configuration descriptor is too large
Vincent Palatin
1
-3
/
+9
2012-10-15
usb: add support for multiple usb controllers
Lucas Stach
1
-50
/
+56
2012-10-15
usb: lowlevel interface change to support multiple controllers
Lucas Stach
1
-4
/
+6
2012-07-18
usb: check return value of submit_{control, bulk}_msg
Ilya Yanok
1
-2
/
+4
2012-07-18
usb: pass cache-aligned buffer to usb_get_descriptor()
Ilya Yanok
1
-2
/
+4
2012-05-20
USB: Align buffers at cacheline
Puneet Saxena
1
-11
/
+11
2012-05-20
usb: use noinline define
Mike Frysinger
1
-1
/
+2
2012-03-19
usb: replace wait_ms() with mdelay()
Mike Frysinger
1
-13
/
+3
2012-03-03
USB: Make struct devrequest setup_packet local
Marek Vasut
1
-1
/
+2
2012-03-03
USB: Separate out USB hub driver
Marek Vasut
1
-430
/
+2
2012-03-03
USB: Staticize internal functions
Marek Vasut
1
-22
/
+23
2011-12-16
USB: Use (get|put)_unaligned for accessing wMaxPacketSize
Tom Rini
1
-8
/
+19
2011-11-15
GCC4.6: Fix common/usb.c on xscale
Marek Vasut
1
-4
/
+9
2011-10-27
GCC4.6: Squash warnings in common/usb.c
Marek Vasut
1
-14
/
+7
2011-10-09
common/usb.c: fix warning: variable ... set but not used
Wolfgang Denk
1
-7
/
+13
2011-10-04
Revert "GCC4.6: Convert various empty macros to inline functions"
Wolfgang Denk
1
-2
/
+2
2011-10-01
GCC4.6: Convert various empty macros to inline functions
Marek Vasut
1
-2
/
+2
2011-08-08
USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()
Marek Vasut
1
-1
/
+1
2011-08-08
USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers
Marek Vasut
1
-0
/
+1
2011-02-19
Add USB host ethernet adapter support
Simon Glass
1
-1
/
+5
2011-02-05
USB: Change the necessary defines to get debug output
Alexander Holler
1
-3
/
+4
2011-02-05
USB: Fix device stati for removable and powerctrl (typo)
Alexander Holler
1
-1
/
+1
2010-02-03
USB: usb_control_msg wait for driver ISR to set status.
Remy Bohmer
1
-7
/
+12
2009-12-20
USB Consolidate descriptor definitions
Tom Rix
1
-18
/
+17
2009-01-28
usb_scan_devices: fix output with no devices
Bryan Wu
1
-2
/
+4
2009-01-28
USB: Add high-speed (480Mb/s) to all USB related outputs
Stefan Roese
1
-6
/
+13
2009-01-28
USB change speed
Michael Trimarchi
1
-2
/
+10
2009-01-28
Prepare USB layer for ehci
Michael Trimarchi
1
-1
/
+1
2008-11-28
USB style patch, 80 chars strict
Michael Trimarchi
1
-15
/
+25
2008-10-14
fix USB initialisation procedure
Remy Bohmer
1
-28
/
+28
2008-09-17
USB layer of U-Boot causes USB protocol errors while using USB memory sticks
Remy Bohmer
1
-20
/
+30
2008-09-17
Refactoring parts of the common USB OHCI code
Remy Bohmer
1
-236
/
+306
2008-09-17
Fix for USB sticks not working on ARM while using GCC 4.x compilers
Remy Bohmer
1
-27
/
+46
2008-09-09
Make usb-stop() safe to call multiple times in a row.
Remy Bohmer
1
-4
/
+9
2008-08-13
common: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
1
-4
/
+0
2008-07-14
Code cleanup: fix old style assignment ambiguities like "=-" etc.
Wolfgang Denk
1
-3
/
+3
2008-05-22
USB: replace old swap_ with proper endianess conversion macros
Christian Eggers
1
-22
/
+22
2008-05-21
Big white-space cleanup.
Wolfgang Denk
1
-3
/
+3
2008-05-20
common/usb.c: fix incorrect escape sequence
Hebbar
1
-1
/
+1
2007-10-31
ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
Stefan Roese
1
-1
/
+1
2007-07-08
common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger
1
-2
/
+2
2007-07-04
common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
Jon Loeliger
1
-1
/
+1
2006-08-03
Prevent USB commands from working when USB is stopped.
Bartlomiej Sieka
1
-0
/
+5
2006-08-02
Add rudimentary handling of alternate settings of USB interfaces - to fix
Bartlomiej Sieka
1
-33
/
+53
2005-08-04
(re)enabled scsi commands do_scsi() and do_scsiboot()
Wolfgang Denk
1
-3
/
+13
2005-08-02
Coding style cleanup
Wolfgang Denk
1
-10
/
+9
2005-07-21
Fix low-level OHCI transfers for ARM920t and MPC5xxx
Wolfgang Denk
1
-64
/
+190
2004-10-17
Code cleanup for GCC-3.3.x compilers
wdenk
1
-1
/
+3
2004-02-23
* Patch by Laurent Mohin, 10 Feb 2004:
wdenk
1
-6
/
+31
[next]