summaryrefslogtreecommitdiff
path: root/chip/mec1322/dma.c
Commit message (Expand)AuthorAgeFilesLines
* drop unnecessary boards, chips and cts testsVadim Bendebury2020-01-071-159/+0
* dma: separate out DMA enable status from wait_for_bytesTom Hughes2019-08-131-2/+5
* cleanup: Fix common spelling typos in commentsTom Hughes2019-06-191-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-6/+6
* mec1322: Abort curr DMA xfer in dma_disable_all().Aseda Aboagye2015-10-191-0/+8
* disable DMA before sysjumpingVincent Palatin2015-01-081-0/+11
* Strago: Spi support added on Private SPI linesDivya Jyothi2014-11-201-1/+9
* mec1322: DMA driverVic Yang2014-06-261-0/+129