index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
usb-s3c6400x.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-18
usb-s3c6400x: prevent calling usb_enable(enable) twice on USB insert
Mihail Zenkov
1
-2
/
+0
2016-03-18
usb-s3c6400x: prevent lockup if usb extracted during data sending
Mihail Zenkov
1
-3
/
+3
2016-02-16
usb-s3c6400x: fix broken build for LOGF_ENABLE
Cástor Muñoz
1
-2
/
+2
2016-02-14
usb-s3c6400x: set alignment for ep0_setup_pkt
Cástor Muñoz
1
-1
/
+1
2015-12-17
iPod Classic: use uncached memory for USB driver
Cástor Muñoz
1
-0
/
+4
2014-09-28
Make sure the USB PHY is disabled after use. Patch by Mihail Zenkov who has
Mihail Zenkov
1
-0
/
+6
2012-04-28
usb-s3c6400: merge the 2 drivers
Rafaël Carré
1
-394
/
+181
2012-01-16
usb-s3c6400: store endpoint status per direction
Rafaël Carré
1
-33
/
+36
2012-01-01
Make USB work again on iPod Nano 2G and iPod Classic. Still not 100% stable o...
Michael Sparmann
1
-18
/
+39
2011-12-31
usb-drv-as3525v2.c: merge in usb-s3c6400x.c
Rafaël Carré
1
-1
/
+407
2011-12-31
usb-s3c6400: use more complete functions from usb-drv-as3525v2
Rafaël Carré
1
-10
/
+25
2011-12-31
usb-s3c6400x: start factorization
Rafaël Carré
1
-51
/
+53
2011-12-31
Remove USBOTG_AS3525v2
Rafaël Carré
1
-0
/
+5
2011-12-31
usb-target.h: remove
Rafaël Carré
1
-1
/
+0
2011-12-31
usb-s3c6400x: move usb_init_device
Rafaël Carré
1
-41
/
+3
2011-12-31
usb-s3c6400x.c: move usb_detect and usb_enable
Rafaël Carré
1
-24
/
+0
2011-12-31
usb-s3c6400x: Fix endpoints being enabled too late
Michael Sparmann
1
-10
/
+10
2011-12-28
usb-s3c6400x: Fix some more confusion between DEPCTL_stall and DEPCTL_naksts
Michael Sparmann
1
-1
/
+1
2011-12-17
Swap red and yellow for green on r31339's cranky builds.
Michael Sevakis
1
-3
/
+3
2011-12-15
Un-break nano2g USB
Michael Sparmann
1
-1
/
+1
2011-12-15
usb-s3c6400: 0x10000000 (bit 28) is DEPCTL_setd0pid
Rafaël Carré
1
-1
/
+1
2011-12-15
usb-s3c6400: fix error introduced r31222
Rafaël Carré
1
-3
/
+3
2011-12-14
usb-s3c6400: fix confusion between USB_DIR_IN and DIR_IN
Rafaël Carré
1
-2
/
+3
2011-12-14
usb-s3c6400: make isr more clear
Rafaël Carré
1
-26
/
+25
2011-12-14
usb-s3c6400: fix more index / endpoint number confusion
Rafaël Carré
1
-5
/
+5
2011-12-13
usb-s3c6400: fix endpoint array traversal in interrupt handler
Rafaël Carré
1
-1
/
+2
2011-12-13
usb-drv-as3525v2.c: simplify a lot
Rafaël Carré
1
-5
/
+5
2011-12-13
usb-s3c6400 : simplify
Rafaël Carré
1
-115
/
+80
2011-12-13
usb-s3c6400: merge DIEP* and DOEP* in a macro with an extra parameter
Rafaël Carré
1
-68
/
+50
2011-12-13
usb-s3c6400x.c: use defines instead of hardcoded bitfields
Rafaël Carré
1
-71
/
+69
2011-12-13
Move usb-s3c6400 register comments to usb-s3c6400.h
Rafaël Carré
1
-22
/
+22
2011-11-10
Rework FS#12310 fix (r30906) for better readability. No functional change.
Michael Sparmann
1
-8
/
+16
2011-11-06
usb-s3c6400x.c: Fix memory corruption bug (closes FS#12310)
Michael Sparmann
1
-6
/
+10
2011-11-06
usb-s3c6400x.c: Remove an unused variable
Michael Sparmann
1
-6
/
+8
2011-03-02
Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...
Michael Sevakis
1
-7
/
+7
2010-12-12
Fix yellow, already assign values for various S5L8702 defines
Michael Sparmann
1
-5
/
+5
2010-12-12
usb-s3c6400x.[ch], button-clickwheel.c: Move s5l8701-specific parts to where ...
Michael Sparmann
1
-11
/
+32
2010-10-12
iPod Nano 2G USB: Make sure the USB core is properly powered off on boot.
Michael Sparmann
1
-0
/
+8
2010-09-08
usb-s3c6400x.c : don't hardcode USB_NUM_ENDPOINTS but use the define
Rafaël Carré
1
-3
/
+3
2010-08-12
Fix red: Revert the const correctness part, which opened a can of worms.
Michael Sparmann
1
-2
/
+2
2010-08-12
emBIOS backports part one: Fix an annoying race condition in the Synopsys OTG...
Michael Sparmann
1
-19
/
+24
2010-08-08
ipod nano 2g: make functions/variables static where possible, add missing #in...
Bertrik Sikken
1
-3
/
+5
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-1
/
+0
2010-01-17
Fix iPod Nano 2G USB:
Michael Sparmann
1
-6
/
+20
2010-01-03
Fix tabs
Andree Buschmann
1
-3
/
+3
2009-10-24
Plumb an iPod Nano 2G battery leak that started spilling as soon as USB was u...
Michael Sparmann
1
-3
/
+4
2009-10-20
iPod Nano 2G USB support based on the S3C6400X datasheet. Disabled by default...
Michael Sparmann
1
-0
/
+429