summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-293-0/+3523
* SAMA5: Add high-speed USB register definition header fileGregory Nutt2013-08-282-1/+444
* SAMA5 EHCI: Implemented (but did not test) interrupt endpoint logicGregory Nutt2013-08-283-103/+338
* 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-273-11/+51
* SAMA5 OHCI+EHCI: Using cp15_clean instead of cp15_coherent; EHCI: Need to set...Gregory Nutt2013-08-274-87/+167
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-27148-320/+322
* Add hooks to select Cortex-A8Gregory Nutt2013-08-275-6/+18
* SAMA4 EHCI: Correct some backward conditional compilation; fix some warningsGregory Nutt2013-08-263-5/+18
* Add a new method to the USB host driver interface: getdevinfo. This method ...Gregory Nutt2013-08-268-17/+265
* 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
* ENCX24J600: Use the ENC's SRAM from multiple TX packets. From Max HoltzbergGregory Nutt2013-08-263-41/+137
* #17 Fix if CONFIG_SDIO_BLOCKSETUP defined, OS will crash. From CCTSAOGregory Nutt2013-08-262-0/+7
* Fix an bug where long ROMFS file names are not read correctly. From Mike SmithGregory Nutt2013-08-252-14/+25
* SAMA5 EHCI: Data toggle and status phase fixesGregory Nutt2013-08-252-4/+3
* Add ENCX24J600 Ethernet driver and support for the ENCX24J600 with the Olimex...Gregory Nutt2013-08-2511-8/+3509
* 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-252-1/+22
* SAMA5 OHCI: Fix backward conditional compilation. Clean-up OHCI/EHCI debug o...Gregory Nutt2013-08-252-36/+37
* Network ARP harvesting: Corect backward condition in netmask task. From Max ...Gregory Nutt2013-08-252-7/+10
* SAMA5D3x-EK: Fix some backward conditional compilationGregory Nutt2013-08-243-5/+9
* 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-249-191/+412
* SAMA5 EHCI: Added logic to detect port speed. Handling is insufficientGregory Nutt2013-08-242-3/+82
* Fix #endif with missing #if condition. Reported by Andrew BradfordGregory Nutt2013-08-233-1/+5
* SAMA5/ECHI: Debug register access, add logic to determine transfer size, fix...Gregory Nutt2013-08-234-54/+161
* SourceForge bug #16 Fix IO pin map. Add CONFIG_SERIAL_TERMIOS support. From ...Gregory Nutt2013-08-233-1/+27
* SAMA5 EHCI: cosmetic changesGregory Nutt2013-08-231-14/+15
* SAMA5: Add support for sharing ports when both OHCI and EHCI are enabledGregory Nutt2013-08-236-70/+246
* SAMA5 EHCI: Fix some list traversal bugsGregory Nutt2013-08-221-41/+106
* SAMA5 EHCI: Initial debug changesGregory Nutt2013-08-222-23/+159
* SAMA5 EHCI: No complete for bulk and control endpointsGregory Nutt2013-08-222-99/+148
* SAMA5 EHCI: Add data transfer logic for asynchronous endpointsGregory Nutt2013-08-221-20/+488
* SAMA5 EHCI: Add IOC error handlingGregory Nutt2013-08-222-33/+106
* SAMA5 EHCI: transfer termination logic. IncompleteGregory Nutt2013-08-211-102/+464
* SAMA5 EHCI: Hardware initialization logicGregory Nutt2013-08-212-16/+213
* Move all SAMA5 EHCI interrupt handling to the worker threadGregory Nutt2013-08-214-29/+442
* ENC28J60 errors reported by Max HoltzbergGregory Nutt2013-08-211-2/+2
* SAMA5 EHCI: At list-oriented cache operationsGregory Nutt2013-08-201-2/+96
* Add SAMA5 EHCI list traversal logicGregory Nutt2013-08-201-15/+235
* Beginning of support for SAMA5 EHCI. Not much there yetGregory Nutt2013-08-2010-18/+1744
* Add kernel/user memalign functions. Not fully integratedGregory Nutt2013-08-205-6/+33
* SAMA5 OHCI+EHCI mostly cosmetic changesGregory Nutt2013-08-193-11/+46