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
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
2003-09-18
* Patches by Anders Larsen, 17 Sep 2003:
wdenk
1
-1
/
+1
2003-06-27
* Code cleanup:
wdenk
1
-1
/
+0
2002-08-17
Initial revision
wdenk
1
-0
/
+1066
[prev]