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