summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Beginning of support for USB host side tracingGregory Nutt2013-09-094-45/+250
* USB MSC host class driver: Don't bother retrying to initialize the FLASH if t...Gregory Nutt2013-09-092-2/+2
* Trivial updates assocaited with USB host mass storage and SAMA5 EHCIGregory Nutt2013-09-081-4/+28
* SAMA5: Add support EHCI/OHCI to sama5d3x-ek/demo (does not work yet); Fix so...Gregory Nutt2013-09-072-1/+3
* SAMA5D3x-EK: Add a new 'demo' configurationGregory Nutt2013-09-061-1/+1
* CDC/ACM and PL2303 device drivers: Don't use the max packet size assigned to...Gregory Nutt2013-09-051-2/+2
* SAMA5 UDPHS: Fix bad setup for sam_req_write call introduce in last commitGregory Nutt2013-09-051-61/+85
* SAMA5 UDPHS: Major changes to DMA interrupt and request handling to better ha...Gregory Nutt2013-09-051-271/+357
* SAMA5 UDPHS: Fix DMA channel vs. matching endpointGregory Nutt2013-09-041-8/+8
* SAMA5 UDPHS: More USB fixes mostly related to byte counts, endpoint configur...Gregory Nutt2013-09-042-19/+59
* SAMA5 UDPHS: More zero length packet fixes; revamped request queue structuresGregory Nutt2013-09-041-95/+96
* SAMA5 UDPHS: Fixes related to null packet and SETUP OUT data handlingGregory Nutt2013-09-031-70/+73
* SAMA5 UDPHS: Small change to zero length packet handlingGregory Nutt2013-09-031-3/+9
* SAMA5 UDPHS: Fix some issues with TX interrupt handlingGregory Nutt2013-09-031-59/+81
* SAMA5 UDPHS: A little debugging progress. Not all transfers are working yetGregory Nutt2013-09-031-28/+83
* SAMA5 UDPHS: Changes from initial debug session. Still a long way to goGregory Nutt2013-09-021-72/+89
* SAMA5 UDPHS: Fixes related to soft connect pullup and DMA buffer allocationGregory Nutt2013-09-021-12/+101
* SAMA5 UDPHS: Some very early debug corrections. Not yet working.Gregory Nutt2013-09-021-6/+5
* SAMA5 UDPHS: Add logic to handle deferred address setting; add logic to hand...Gregory Nutt2013-09-021-147/+313
* STM32 Timer Register Bit Definitions: Some CCER bit settings changed per Sour...Gregory Nutt2013-09-021-4/+4
* SAMA5 UDPHS: Clean up some write request handlingGregory Nutt2013-09-011-70/+91
* SAMA5 UDPHS: Resolve a few of easier REVISIT pre-processor warningsGregory Nutt2013-09-011-32/+18
* SAMA5 UPPHS: Fix a small mountain of compilation errors. Still things to REV...Gregory Nutt2013-09-011-565/+399
* SAMA5 UDPHS: Support USPHS clock configurationGregory Nutt2013-09-012-5/+13
* SAMA UDPHS: Add pull-up and stall logic. Added to build system but does not...Gregory Nutt2013-08-316-280/+566
* Remove empty README.txt filesGregory Nutt2013-08-316-10/+0
* SAMA5 UDPHS: Add endpoint configuration and read DMA logicGregory Nutt2013-08-312-109/+294
* SAMA5 UDPHS: Bring in UDPHS endpoint interrupt handling logicGregory Nutt2013-08-312-176/+336
* SAMA5 UDPHS: Write DMA logic added. Still incompleteGregory Nutt2013-08-301-31/+158
* SAMA5: Updated UDPHS driver. Still incompleteGregory Nutt2013-08-302-434/+564
* SAMA5 UDPHS interrupt decoding logicGregory Nutt2013-08-291-3/+58
* SAMA5 UDPHS interrupt decoding logicGregory Nutt2013-08-292-137/+161
* SAMA5: Initial framework for a UDPHS USB device side driverGregory Nutt2013-08-292-0/+3519
* SAMA5: Add high-speed USB register definition header fileGregory Nutt2013-08-281-0/+442
* SAMA5 EHCI: Implemented (but did not test) interrupt endpoint logicGregory Nutt2013-08-281-94/+325
* SAMA5 EHCI: Correct and extend pool allocation logic; Fix data toggle valuesGregory Nutt2013-08-282-12/+57
* SAMA5: Fixes a bug in the way that the heap regions were being allocatedGregory Nutt2013-08-271-11/+44
* SAMA5 OHCI+EHCI: Using cp15_clean instead of cp15_coherent; EHCI: Need to set...Gregory Nutt2013-08-273-74/+147
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-2743-89/+89
* Add hooks to select Cortex-A8Gregory Nutt2013-08-274-6/+16
* SAMA4 EHCI: Correct some backward conditional compilation; fix some warningsGregory Nutt2013-08-262-5/+11
* Add a new method to the USB host driver interface: getdevinfo. This method ...Gregory Nutt2013-08-264-6/+169
* SAMA5 EHCI: Status phase is the opposite direction as the data phaseGregory Nutt2013-08-261-7/+26
* SAMA5 EHCI: Taking direction from wrong bit in SETUP request; need to flush ...Gregory Nutt2013-08-261-1/+13
* #17 Fix if CONFIG_SDIO_BLOCKSETUP defined, OS will crash. From CCTSAOGregory Nutt2013-08-261-0/+3
* SAMA5 EHCI: Data toggle and status phase fixesGregory Nutt2013-08-251-3/+2
* EHCI reset bit was not being set correctlyGregory Nutt2013-08-251-1/+1
* 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-252-36/+37
* SAMA5D3x-EK: Fix some backward conditional compilationGregory Nutt2013-08-242-2/+6