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