summaryrefslogtreecommitdiff
path: root/chip/stm32/dma.h
Commit message (Expand)AuthorAgeFilesLines
* Use SECOND and MSEC constantsRandall Spangler2012-10-291-1/+1
* stm32: support DMA on I2C1Vincent Palatin2012-10-111-3/+5
* stm32: Export DMA memory size optionVic Yang2012-09-261-7/+22
* Snow: Make i2c slave work in interrupt contextCharlie Mooney2012-08-151-0/+8
* Snow: Switching i2c from polling to InterruptsCharlie Mooney2012-08-141-9/+18
* Lucas: Switching the i2c transmit code over to dmaCharlie Mooney2012-08-131-1/+36
* dma: Add dma_dump() and rename debug config to CONFIG_DMA_HELPSimon Glass2012-07-021-0/+7
* dma: Add dma_bytes_done() to return bytes completed in a dma channelSimon Glass2012-07-021-0/+13
* dma: Deprecate dma_start_tx() in favor of dma_prepare_tx()Simon Glass2012-06-291-4/+14
* Revert "dma: Deprecate dma_start_tx() in favor of dma_prepare_tx()"davidjames2012-06-281-15/+4
* dma: Deprecate dma_start_tx() in favor of dma_prepare_tx()Simon Glass2012-06-281-4/+15
* dma: Export dma_get_channel()Simon Glass2012-06-281-0/+8
* introducing chip variant for stm32 family [1/3]Vincent Palatin2012-05-011-0/+127