summaryrefslogtreecommitdiff
path: root/chip/stm32/dma.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: support DMA on I2C1Vincent Palatin2012-10-111-6/+22
* stm32: Export DMA memory size optionVic Yang2012-09-261-9/+10
* Replacing usleep with interrupt friendly udelayCharlie Mooney2012-08-171-1/+1
* Snow: Possible problems with i2c error handlingCharlie Mooney2012-08-161-0/+6
* Snow: Make i2c slave work in interrupt contextCharlie Mooney2012-08-151-0/+19
* Snow: Switching i2c from polling to InterruptsCharlie Mooney2012-08-141-17/+50
* Lucas: Switching the i2c transmit code over to dmaCharlie Mooney2012-08-131-1/+44
* 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