summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert olimex-stm32-p107/nsh configuration to use kconfig-frontends tool. F...Gregory Nutt2013-08-123-473/+743
* First of several changes needed to support multiple USB host root hubsGregory Nutt2013-08-1220-211/+314
* SAMA5: Add logic to control VBUS power for OHCIGregory Nutt2013-08-127-65/+453
* SAMA5: Add support for initialization of the USB host and mass storage classGregory Nutt2013-08-116-5/+374
* Add untested OHCI driver for the SAMA5; structure naming and header files for...Gregory Nutt2013-08-1124-119/+3227
* SAMA5: Some improvements to the HSCMI card removal/insertion logicGregory Nutt2013-08-116-65/+156
* 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-103-1/+26
* Added FIONREAD and FIONWRITE to CDC/ACM driver. From Lorenz MeierGregory Nutt2013-08-102-0/+49
* Serial FIONREAD, FIONWRITE, and TERMIOS I/O processing from Mike Smith, Andre...Gregory Nutt2013-08-105-16/+268
* MMC/SD SDIO: Correct return values when multiple block transfers are suppres...Gregory Nutt2013-08-102-32/+50
* SAMA5: Fix HSMCI race condition. Now memory card interface is functional wit...Gregory Nutt2013-08-1011-107/+358
* Remove some pre-processor warnings that I am more than tired of seeingGregory Nutt2013-08-101-11/+5
* Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, s...Gregory Nutt2013-08-109-8/+13
* 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-097-112/+439
* Fix some cache-related issues with the SAMA5 DMA driverGregory Nutt2013-08-093-2/+39
* SAM3,4,A5 DMA fixes; SAMA5 SPI driver now supports DMA transfersGregory Nutt2013-08-0912-204/+1097
* SAMA5: Use RDR/TDR registers for DMA, not FIFO registers; change DMA bit sett...Gregory Nutt2013-08-085-23/+48
* SAMA5 DMA: Need to flush caches; DMA channel depends upon direction of DMA; t...Gregory Nutt2013-08-084-74/+480
* More SAMA5 DMAC driver fixes. Still does not work.Gregory Nutt2013-08-075-27/+67
* SAMA3,4,A5: Misc corrections to DMA and HSMCI driversGregory Nutt2013-08-076-182/+233
* Change setup logic to hand MTD minor numbers for AT24, HSMCI0, and HSMCI1Gregory Nutt2013-08-075-150/+70
* Fix SAM bug: Parmaters reversed in DMA function callGregory Nutt2013-08-065-9/+12
* SAM3,4,A5 DMAC driver fixesGregory Nutt2013-08-064-13/+58
* SAM3,4,A5: Fix some masked status checks that can generate false error reportsGregory Nutt2013-08-063-11/+21
* SAMA5: A few early, easy bug fixes. The rest will all be difficultGregory Nutt2013-08-063-40/+47
* SAMA5: Add PIO interrupt support. Massive name changes for consistency in PI...Gregory Nutt2013-08-0627-918/+1463
* SAMA5: Add HSMCI memory card driver supportGregory Nutt2013-08-0515-79/+4205
* SAMA5: SPI Driver + AT25 FLASH work; SAM3/4: Correct an error, SPI will not...Gregory Nutt2013-08-054-44/+100
* SAMA5: Add logic to auto-mount a file system on AT25 SPI FLASH for NSHGregory Nutt2013-08-0511-61/+303
* SAMA5D3x-EK: At support for the AT25 serial FLASHGregory Nutt2013-08-049-11/+357
* SAMA5: Add register level debug option for SPIGregory Nutt2013-08-043-6/+113
* SAMA5: SPI driver now supports both SPI0 and SPI1Gregory Nutt2013-08-045-173/+377
* SAMA5: Add basic SPI suppport (untested)Gregory Nutt2013-08-046-0/+1420
* SAMA5: Add DMA suppport (untested)Gregory Nutt2013-08-048-9/+2271
* Fixes for compiler warnings from Lorenz MeierGregory Nutt2013-08-033-19/+19
* SAMA5: Add DMA controller register definitionsGregory Nutt2013-08-033-1/+793
* Standard configuration variables used to enable interupt controller debug; SA...Gregory Nutt2013-08-0314-244/+319
* Various changes to get SAMA5 SDRAM working. Marginally functional, but there...Gregory Nutt2013-08-024-27/+52
* Correct some typos int he MPADDRCS register address definitionsGregory Nutt2013-08-028-30/+103
* SAMA5: More MMU-related changes to properly initialize SDRAMGregory Nutt2013-08-0217-224/+682
* SAMA5: Add logic to initialize SAMA5D3x-EK on-board SDRAMGregory Nutt2013-08-018-51/+657