summaryrefslogtreecommitdiff
path: root/firmware/target/arm/usb-s3c6400x.c (follow)
Commit message (Expand)AuthorAge
* usb-s3c6400x: prevent calling usb_enable(enable) twice on USB insertMihail Zenkov2016-03-18
* usb-s3c6400x: prevent lockup if usb extracted during data sendingMihail Zenkov2016-03-18
* usb-s3c6400x: fix broken build for LOGF_ENABLECástor Muñoz2016-02-16
* usb-s3c6400x: set alignment for ep0_setup_pktCástor Muñoz2016-02-14
* iPod Classic: use uncached memory for USB driverCástor Muñoz2015-12-17
* Make sure the USB PHY is disabled after use. Patch by Mihail Zenkov who hasMihail Zenkov2014-09-28
* usb-s3c6400: merge the 2 driversRafaël Carré2012-04-28
* usb-s3c6400: store endpoint status per directionRafaël Carré2012-01-16
* Make USB work again on iPod Nano 2G and iPod Classic. Still not 100% stable o...Michael Sparmann2012-01-01
* usb-drv-as3525v2.c: merge in usb-s3c6400x.cRafaël Carré2011-12-31
* usb-s3c6400: use more complete functions from usb-drv-as3525v2Rafaël Carré2011-12-31
* usb-s3c6400x: start factorizationRafaël Carré2011-12-31
* Remove USBOTG_AS3525v2Rafaël Carré2011-12-31
* usb-target.h: removeRafaël Carré2011-12-31
* usb-s3c6400x: move usb_init_deviceRafaël Carré2011-12-31
* usb-s3c6400x.c: move usb_detect and usb_enableRafaël Carré2011-12-31
* usb-s3c6400x: Fix endpoints being enabled too lateMichael Sparmann2011-12-31
* usb-s3c6400x: Fix some more confusion between DEPCTL_stall and DEPCTL_nakstsMichael Sparmann2011-12-28
* Swap red and yellow for green on r31339's cranky builds.Michael Sevakis2011-12-17
* Un-break nano2g USBMichael Sparmann2011-12-15
* usb-s3c6400: 0x10000000 (bit 28) is DEPCTL_setd0pidRafaël Carré2011-12-15
* usb-s3c6400: fix error introduced r31222Rafaël Carré2011-12-15
* usb-s3c6400: fix confusion between USB_DIR_IN and DIR_INRafaël Carré2011-12-14
* usb-s3c6400: make isr more clearRafaël Carré2011-12-14
* usb-s3c6400: fix more index / endpoint number confusionRafaël Carré2011-12-14
* usb-s3c6400: fix endpoint array traversal in interrupt handlerRafaël Carré2011-12-13
* usb-drv-as3525v2.c: simplify a lotRafaël Carré2011-12-13
* usb-s3c6400 : simplifyRafaël Carré2011-12-13
* usb-s3c6400: merge DIEP* and DOEP* in a macro with an extra parameterRafaël Carré2011-12-13
* usb-s3c6400x.c: use defines instead of hardcoded bitfieldsRafaël Carré2011-12-13
* Move usb-s3c6400 register comments to usb-s3c6400.hRafaël Carré2011-12-13
* Rework FS#12310 fix (r30906) for better readability. No functional change.Michael Sparmann2011-11-10
* usb-s3c6400x.c: Fix memory corruption bug (closes FS#12310)Michael Sparmann2011-11-06
* usb-s3c6400x.c: Remove an unused variableMichael Sparmann2011-11-06
* Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis2011-03-02
* Fix yellow, already assign values for various S5L8702 definesMichael Sparmann2010-12-12
* usb-s3c6400x.[ch], button-clickwheel.c: Move s5l8701-specific parts to where ...Michael Sparmann2010-12-12
* iPod Nano 2G USB: Make sure the USB core is properly powered off on boot.Michael Sparmann2010-10-12
* usb-s3c6400x.c : don't hardcode USB_NUM_ENDPOINTS but use the defineRafaël Carré2010-09-08
* Fix red: Revert the const correctness part, which opened a can of worms.Michael Sparmann2010-08-12
* emBIOS backports part one: Fix an annoying race condition in the Synopsys OTG...Michael Sparmann2010-08-12
* ipod nano 2g: make functions/variables static where possible, add missing #in...Bertrik Sikken2010-08-08
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Fix iPod Nano 2G USB:Michael Sparmann2010-01-17
* Fix tabsAndree Buschmann2010-01-03
* Plumb an iPod Nano 2G battery leak that started spilling as soon as USB was u...Michael Sparmann2009-10-24
* iPod Nano 2G USB support based on the S3C6400X datasheet. Disabled by default...Michael Sparmann2009-10-20