summaryrefslogtreecommitdiff
path: root/include/dma.h
Commit message (Expand)AuthorAgeFilesLines
* Replace CONFIG_DMA with CONFIG_DMA_CROS in EC codebasePatryk Duda2023-03-011-2/+2
* tree: Replace "unsigned" with "unsigned int"Andrea Grandi2023-01-041-3/+3
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* include/dma.h: Format with clang-formatJack Rosenthal2022-07-011-7/+7
* dma: separate out DMA enable status from wait_for_bytesTom Hughes2019-08-131-2/+11
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: Change interface to dma_testGwendal Grignou2015-07-271-1/+1
* samus: pd: fix potential junk at end of tx transmissionstabilize-6670.BAlec Berg2015-01-091-1/+15
* disable DMA before sysjumpingVincent Palatin2015-01-081-0/+3
* Make DMA interface chip independentVic Yang2014-06-231-3/+3
* Initalize DMA before UARTRandall Spangler2013-09-101-1/+9
* stm32: Clean up DMA register usageRandall Spangler2013-06-271-79/+6
* Clean up DMA module and interface.Randall Spangler2013-06-261-78/+59
* Trigger dma_init() via HOOK_INITRandall Spangler2013-04-031-0/+229