summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* USB host: Add device address management support in preparation for USB hub su...Gregory Nutt2013-08-186-4/+491
* Add few more EHCI definitionsGregory Nutt2013-08-185-33/+172
* Completes EHCI header fileGregory Nutt2013-08-182-567/+799
* STM32 F1 I2C: Fix a typo that crept in with some recent changes. From Yiran ...Gregory Nutt2013-08-182-1/+4
* Add EHCI header file (not quite complete)Gregory Nutt2013-08-173-2/+568
* SAMA5 OHCI: Driver is now basically functionalGregory Nutt2013-08-162-15/+73
* SAMA5 OHCI: Re-organize some endpoint list data structures.. Strange things ...Gregory Nutt2013-08-162-194/+278
* STM32 SPI: nbits interface extended to handle LSB- or MSB-first operation. F...Gregory Nutt2013-08-162-3/+17
* 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-152-124/+269
* SAMA5: Correct the PLL 48MHz divisor. It was off by a factor of two... no i...Gregory Nutt2013-08-142-5/+7
* SAMA5: ports should not be reset state (seems to make no difference)Gregory Nutt2013-08-142-2/+16
* SAMA5: Alternatie clock configuration that yields a perfect 48MHz full speed...Gregory Nutt2013-08-146-127/+386
* SAMA5: Fix out of range USB PLL divisorGregory Nutt2013-08-141-3/+5
* SAMA5 OHCI: Use physical address and flush and/or invalidate data caches as ...Gregory Nutt2013-08-145-170/+622
* Clean up some LP17xx and STM32 USB host configuration compilation errors due ...Gregory Nutt2013-08-137-80/+187
* SAMA5: Major restructuring of the the OHCI driver drivers to better handle t...Gregory Nutt2013-08-135-242/+257
* Separate wait() and enumerate() methods from struct usbhost_driver_s and move...Gregory Nutt2013-08-1321-133/+169
* Back out most of the changes of 3b04d08043742b9e65cf38d45988b35bff91daedGregory Nutt2013-08-137-57/+23
* Separate SAMA5 OHCI interrupt handling into separate functionsGregory Nutt2013-08-132-150/+209
* SAMA5 OHCI: Fix some erors in the loop that waits for device connection changesGregory Nutt2013-08-131-10/+9
* Fix re-entry problem in SAMA5 up_putcGregory Nutt2013-08-132-1/+35
* STM32 F3 fixes from John WharingtonGregory Nutt2013-08-134-3/+4
* More changes to USB host interface to support multiple downstream portsGregory Nutt2013-08-128-35/+86