summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sama5/sam_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-2/+3
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-1/+1
* Fix system bus IDs for SAMA5D4; Don't use explicit PERIPHID_SHIFT for symmetr...Gregory Nutt2014-06-291-8/+6
* SAMA5D: Don't use explicit DMACH_FLAG_MEMPID_SHIFT; it does not exist in the...Gregory Nutt2014-06-291-4/+2
* SAM3/4: Integrate the SPI DMA interface with the existing code. Does not ye...Gregory Nutt2014-03-131-1/+1
* Backport SPI driver enhancements from SAMA5 to SAM3/4Gregory Nutt2014-03-131-0/+2
* SAMA5: Centralize logic for conversion between physical and virtual addressesGregory Nutt2013-08-091-40/+13
* SAM3,4,A5 DMA fixes; SAMA5 SPI driver now supports DMA transfersGregory Nutt2013-08-091-7/+671
* SAMA5: Add PIO interrupt support. Massive name changes for consistency in PI...Gregory Nutt2013-08-061-9/+9
* SAMA5: SPI Driver + AT25 FLASH work; SAM3/4: Correct an error, SPI will not...Gregory Nutt2013-08-051-42/+55
* SAMA5: Add logic to auto-mount a file system on AT25 SPI FLASH for NSHGregory Nutt2013-08-051-1/+1
* SAMA5: Add register level debug option for SPIGregory Nutt2013-08-041-4/+100
* SAMA5: SPI driver now supports both SPI0 and SPI1Gregory Nutt2013-08-041-141/+299
* SAMA5: Add basic SPI suppport (untested)Gregory Nutt2013-08-041-0/+982