summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
...
* SAMA5/ECHI: Debug register access, add logic to determine transfer size, fix...Gregory Nutt2013-08-233-54/+98
* SourceForge bug #16 Fix IO pin map. Add CONFIG_SERIAL_TERMIOS support. From ...Gregory Nutt2013-08-231-1/+1
* SAMA5 EHCI: cosmetic changesGregory Nutt2013-08-231-14/+15
* SAMA5: Add support for sharing ports when both OHCI and EHCI are enabledGregory Nutt2013-08-234-24/+172
* SAMA5 EHCI: Fix some list traversal bugsGregory Nutt2013-08-221-41/+106
* SAMA5 EHCI: Initial debug changesGregory Nutt2013-08-221-21/+155
* SAMA5 EHCI: No complete for bulk and control endpointsGregory Nutt2013-08-221-99/+145
* SAMA5 EHCI: Add data transfer logic for asynchronous endpointsGregory Nutt2013-08-221-20/+488
* SAMA5 EHCI: Add IOC error handlingGregory Nutt2013-08-221-33/+104
* SAMA5 EHCI: transfer termination logic. IncompleteGregory Nutt2013-08-211-102/+464
* SAMA5 EHCI: Hardware initialization logicGregory Nutt2013-08-211-12/+202
* Move all SAMA5 EHCI interrupt handling to the worker threadGregory Nutt2013-08-212-26/+410
* 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-207-15/+1705
* Add kernel/user memalign functions. Not fully integratedGregory Nutt2013-08-201-5/+3
* SAMA5 OHCI+EHCI mostly cosmetic changesGregory Nutt2013-08-192-8/+28
* USB host: Add device address management support in preparation for USB hub su...Gregory Nutt2013-08-181-1/+1
* Add few more EHCI definitionsGregory Nutt2013-08-183-16/+106
* STM32 F1 I2C: Fix a typo that crept in with some recent changes. From Yiran ...Gregory Nutt2013-08-181-1/+1
* 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
* STM32 SPI: nbits interface extended to handle LSB- or MSB-first operation. F...Gregory Nutt2013-08-161-3/+13
* 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: ports should not be reset state (seems to make no difference)Gregory Nutt2013-08-141-1/+15
* SAMA5: Alternatie clock configuration that yields a perfect 48MHz full speed...Gregory Nutt2013-08-143-4/+4
* SAMA5 OHCI: Use physical address and flush and/or invalidate data caches as ...Gregory Nutt2013-08-144-169/+617
* Clean up some LP17xx and STM32 USB host configuration compilation errors due ...Gregory Nutt2013-08-133-7/+16
* SAMA5: Major restructuring of the the OHCI driver drivers to better handle t...Gregory Nutt2013-08-134-242/+249
* Separate wait() and enumerate() methods from struct usbhost_driver_s and move...Gregory Nutt2013-08-136-47/+69
* Back out most of the changes of 3b04d08043742b9e65cf38d45988b35bff91daedGregory Nutt2013-08-133-21/+18
* 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
* Fix re-entry problem in SAMA5 up_putcGregory Nutt2013-08-131-1/+30
* STM32 F3 fixes from John WharingtonGregory Nutt2013-08-133-2/+2
* More changes to USB host interface to support multiple downstream portsGregory Nutt2013-08-123-29/+44
* First of several changes needed to support multiple USB host root hubsGregory Nutt2013-08-124-145/+228
* SAMA5: Add logic to control VBUS power for OHCIGregory Nutt2013-08-122-12/+77
* Add untested OHCI driver for the SAMA5; structure naming and header files for...Gregory Nutt2013-08-1110-32/+3043
* SAMA5: Some improvements to the HSCMI card removal/insertion logicGregory Nutt2013-08-112-6/+6
* Add CAN configuration to STM32 config menuGregory Nutt2013-08-101-1/+15
* STM32: Fix STM32 serial init for non-reordered serial ports. From Lorenz MeierGregory Nutt2013-08-101-1/+8
* Added option to disable STM32 serial port re-orderingGregory Nutt2013-08-102-1/+24
* SAMA5: Fix HSMCI race condition. Now memory card interface is functional wit...Gregory Nutt2013-08-104-79/+251
* Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, s...Gregory Nutt2013-08-105-4/+4
* Extend the virtual-to-physical address conversion logic to handle NFS SRM, UD...Gregory Nutt2013-08-091-34/+290
* SAMA5: Centralize logic for conversion between physical and virtual addressesGregory Nutt2013-08-096-112/+437
* Fix some cache-related issues with the SAMA5 DMA driverGregory Nutt2013-08-091-1/+33