summaryrefslogtreecommitdiff
path: root/chip/stm32/dma.c
Commit message (Expand)AuthorAgeFilesLines
* dma: Add dma_dump() and rename debug config to CONFIG_DMA_HELPSimon Glass2012-07-021-3/+22
* dma: Add dma_bytes_done() to return bytes completed in a dma channelSimon Glass2012-07-021-0/+7
* dma: Deprecate dma_start_tx() in favor of dma_prepare_tx()Simon Glass2012-06-291-7/+7
* Revert "dma: Deprecate dma_start_tx() in favor of dma_prepare_tx()"davidjames2012-06-281-7/+7
* dma: Deprecate dma_start_tx() in favor of dma_prepare_tx()Simon Glass2012-06-281-7/+7
* dma: Adjust prepare_channel() to use a channel pointerSimon Glass2012-06-281-15/+16
* dma: Export dma_get_channel()Simon Glass2012-06-281-11/+5
* introducing chip variant for stm32 family [3/3]Vincent Palatin2012-05-011-1/+1
* introducing chip variant for stm32 family [1/3]Vincent Palatin2012-05-011-0/+170