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