summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sama5/sam_ohci.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-3/+3
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-3/+3
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-311-3/+3
* Cosmetic changes to commentsGregory Nutt2014-07-291-1/+1
* Change naming from cp_XYZ_cache() to arch_XYP_cache() so that all cache opera...Gregory Nutt2014-07-261-23/+23
* AMA5 OHCI: Pointers to allocated port values were not being nullified after b...Gregory Nutt2014-07-041-3/+7
* SAMA5 OHCI: Fix an error in a DEBUGASSERT statement. Caused assertion to fir...Gregory Nutt2014-07-031-3/+2
* SAMA5D3/4: UPLL divisor to generate 48MHz for OHCI is different from the two ...Gregory Nutt2014-07-031-1/+1
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* SAMA5 OHCI: Back out a change, the real root cause was a bug in the cache lo...Gregory Nutt2013-09-221-8/+0
* SAMA5 OHCI: Fix some strange Dcache problems that I still don't understand; ...Gregory Nutt2013-09-211-26/+34
* SAMA5 OHCI: Fix some problems with D-Cache coherency and physical addressing...Gregory Nutt2013-09-201-1/+6
* SAMA5 EHCI: Fix bits being clobbered in PORTSC on hand-off to OHCI. OHCI: F...Gregory Nutt2013-09-191-2/+2
* SAMA5: Add tracing support to the OHCI driverGregory Nutt2013-09-101-47/+83
* USB MSC host class driver: Don't bother retrying to initialize the FLASH if t...Gregory Nutt2013-09-091-1/+1
* SAMA5: Add support EHCI/OHCI to sama5d3x-ek/demo (does not work yet); Fix so...Gregory Nutt2013-09-071-0/+2
* SAMA5 OHCI+EHCI: Using cp15_clean instead of cp15_coherent; EHCI: Need to set...Gregory Nutt2013-08-271-30/+30
* SAMA4 EHCI: Correct some backward conditional compilation; fix some warningsGregory Nutt2013-08-261-1/+3
* Add a new method to the USB host driver interface: getdevinfo. This method ...Gregory Nutt2013-08-261-0/+34
* SAMA5 OHCI: Fix semaphore handling bug. OHCI is now function by itself agai...Gregory Nutt2013-08-251-1/+19
* SAMA5 OHCI: Fix backward conditional compilation. Clean-up OHCI/EHCI debug o...Gregory Nutt2013-08-251-28/+29
* SAMA5D3x-EK: Fix some backward conditional compilationGregory Nutt2013-08-241-1/+3
* SAMA5: OHCI various bugfixes for interrupt handlingGregory Nutt2013-08-241-23/+36
* SAMA5: EHCI now handles low- and full-speed connections by giving them to OHC...Gregory Nutt2013-08-241-78/+185
* SAMA5: Add support for sharing ports when both OHCI and EHCI are enabledGregory Nutt2013-08-231-8/+38
* Beginning of support for SAMA5 EHCI. Not much there yetGregory Nutt2013-08-201-1/+1
* Add kernel/user memalign functions. Not fully integratedGregory Nutt2013-08-201-5/+3
* SAMA5 OHCI+EHCI mostly cosmetic changesGregory Nutt2013-08-191-6/+3
* Add few more EHCI definitionsGregory Nutt2013-08-181-12/+12
* Add EHCI header file (not quite complete)Gregory Nutt2013-08-171-2/+2
* SAMA5 OHCI: Driver is now basically functionalGregory Nutt2013-08-161-15/+71
* SAMA5 OHCI: Re-organize some endpoint list data structures.. Strange things ...Gregory Nutt2013-08-161-194/+273
* SAMA5 OHCI: Don't prealloc RH port TDs and EDs. Allocate from a free list l...Gregory Nutt2013-08-151-53/+106
* SAMA5 OHCI: Fix errors in cache handling; Don't add ED to control list until ...Gregory Nutt2013-08-151-119/+253
* SAMA5: ports should not be reset state (seems to make no difference)Gregory Nutt2013-08-141-1/+15
* SAMA5 OHCI: Use physical address and flush and/or invalidate data caches as ...Gregory Nutt2013-08-141-81/+165
* Clean up some LP17xx and STM32 USB host configuration compilation errors due ...Gregory Nutt2013-08-131-1/+2
* SAMA5: Major restructuring of the the OHCI driver drivers to better handle t...Gregory Nutt2013-08-131-238/+246
* Separate wait() and enumerate() methods from struct usbhost_driver_s and move...Gregory Nutt2013-08-131-13/+21
* Back out most of the changes of 3b04d08043742b9e65cf38d45988b35bff91daedGregory Nutt2013-08-131-13/+12
* Separate SAMA5 OHCI interrupt handling into separate functionsGregory Nutt2013-08-131-150/+207
* SAMA5 OHCI: Fix some erors in the loop that waits for device connection changesGregory Nutt2013-08-131-10/+9
* More changes to USB host interface to support multiple downstream portsGregory Nutt2013-08-121-25/+34
* First of several changes needed to support multiple USB host root hubsGregory Nutt2013-08-121-106/+178
* SAMA5: Add logic to control VBUS power for OHCIGregory Nutt2013-08-121-6/+12
* Add untested OHCI driver for the SAMA5; structure naming and header files for...Gregory Nutt2013-08-111-0/+2596