summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/usb-drv-arc.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Fix more warnings.Solomon Peachy1-1/+5
2013-05-14Get rid of usb_drv_attach() from USB code.Michael Sevakis1-11/+0
2013-05-14usb-drv-arc: Kill trailing whitespaceMichael Sevakis1-7/+7
2011-10-20Some iPod Video's need a 2nd call of ub_drv_init() to establish the USB conne...Andree Buschmann1-0/+4
2011-10-03Add missing usb_drv_init(), fixes FS#12303.Andree Buschmann1-0/+1
2011-09-14Convert ARC USB driver code to always use setup packet detection and remove t...Michael Sevakis1-62/+31
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis1-7/+7
2011-01-17Add a higher level USB detection that prevents fraudulent bus resets from cau...Michael Sevakis1-0/+8
2010-09-16usb_drv_reset() is only used in usb-drv-arc.cRafaël Carré1-1/+1
2010-03-25Fix usb-arc driver: the driver would prematurely mark a transfer as complete ...Amaury Pouly1-4/+17
2010-03-12Add experimental support for isochronous transfers in the usb ARC driver. The...Amaury Pouly1-7/+23
2010-01-03Fix tabsAndree Buschmann1-1/+1
2009-11-03Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode1-1/+1
2009-08-13don't treat extremely quick transfers as errorsFrank Gevaerts1-3/+10
2009-08-11Fix endpoint allocationFrank Gevaerts1-1/+1
2009-05-23Clarify comment and clean up a bit (FS#10227 by Tomer Shalev)Frank Gevaerts1-7/+6
2009-05-16Add working USB HID driver, by Tomer Shalev (part of his GSoC work).Frank Gevaerts1-67/+118
2009-03-29Properly cast things to avoid shiny yellowFrank Gevaerts1-1/+1
2009-03-29Commit FS#10015 - Use chained transfer descriptor to speed up USB transfers o...Frank Gevaerts1-22/+31
2009-03-23Correct Björn's name in various file headers.Nicolas Pennequin1-1/+1
2009-03-17Make USB on sansas more reliable (FS#10026). Both fixes by Toni HellmannFrank Gevaerts1-1/+1
2009-02-19Oops. How'd I miss that one checking diffs? ARC driver test change shouldn't ...Michael Sevakis1-1/+1
2009-02-19Use DMA for audio playback on PP502x (FS#9910 + some further mods). I can't s...Michael Sevakis1-1/+1
2009-02-17PP5022/PP5024-specific USB init which may fix "signal quality issues"Frank Gevaerts1-0/+24
2009-01-29Hopefully make some progress against FS#9831. iPod Video seems fine now under...Michael Sevakis1-4/+1
2009-01-22Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020...Michael Sevakis1-10/+1
2009-01-19This should take care of resetting when unplugging on e200 as reported in FS#...Michael Sevakis1-2/+7
2009-01-19USB detection changes. c200/e200: Consider USB to be powered when charger is ...Michael Sevakis1-94/+92
2008-11-30Remove usb_drv_wait from the public usb api, and remove the implementation fr...Frank Gevaerts1-11/+0
2008-11-30Replace USE_HIGH_SPEED with USB_NO_HIGH_SPEED, as high speed support is the n...Frank Gevaerts1-1/+1
2008-10-03reorganise the USB stack a bit to allow for easier integration of non-ARC con...Frank Gevaerts1-11/+38
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-05corrected sign of error return valueFrank Gevaerts1-1/+1
2008-06-03Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...Michael Sevakis1-1/+1
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-05-03Added missing usb #includes to usb source files.Bertrik Sikken1-0/+2
2008-04-20move some data around to place qh_array at the start of iram. This saves up t...Frank Gevaerts1-1/+8
2008-04-20disable irqs during the critical part of prime_transfer(). This improves the ...Frank Gevaerts1-0/+6
2008-04-20Make the inital connect problem go away on Gigabeat S. Would be nice if a bet...Michael Sevakis1-12/+22
2008-04-18UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...Michael Sevakis1-0/+897