summaryrefslogtreecommitdiff
path: root/firmware/target/arm/usb-drv-arc.c
AgeCommit message (Expand)Author
2009-02-19Oops. How'd I miss that one checking diffs? ARC driver test change shouldn't ...Michael Sevakis
2009-02-19Use DMA for audio playback on PP502x (FS#9910 + some further mods). I can't s...Michael Sevakis
2009-02-17PP5022/PP5024-specific USB init which may fix "signal quality issues"Frank Gevaerts
2009-01-29Hopefully make some progress against FS#9831. iPod Video seems fine now under...Michael Sevakis
2009-01-22Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020...Michael Sevakis
2009-01-19This should take care of resetting when unplugging on e200 as reported in FS#...Michael Sevakis
2009-01-19USB detection changes. c200/e200: Consider USB to be powered when charger is ...Michael Sevakis
2008-11-30Remove usb_drv_wait from the public usb api, and remove the implementation fr...Frank Gevaerts
2008-11-30Replace USE_HIGH_SPEED with USB_NO_HIGH_SPEED, as high speed support is the n...Frank Gevaerts
2008-10-03reorganise the USB stack a bit to allow for easier integration of non-ARC con...Frank Gevaerts
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-05corrected sign of error return valueFrank Gevaerts
2008-06-03Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...Michael Sevakis
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin
2008-05-03Added missing usb #includes to usb source files.Bertrik Sikken
2008-04-20move some data around to place qh_array at the start of iram. This saves up t...Frank Gevaerts
2008-04-20disable irqs during the critical part of prime_transfer(). This improves the ...Frank Gevaerts
2008-04-20Make the inital connect problem go away on Gigabeat S. Would be nice if a bet...Michael Sevakis
2008-04-18UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...Michael Sevakis