summaryrefslogtreecommitdiffstats
path: root/drivers/dma/bcm2835-dma.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: bcm2835: fix 64-bit warningArnd Bergmann2016-07-011-2/+3
* dmaengine: bcm2835: fix unexported functionBen Dooks2016-06-081-1/+1
* dmaengine: bcm2835: fix typo/added newline in legacy-mode warning messageMartin Sperl2016-05-021-1/+1
* dmaengine: bcm2835: use platform_get_irq_bynameMartin Sperl2016-04-191-14/+63
* dmaengine: bcm2835: add dma_memcopy support to bcm2835-dmaMartin Sperl2016-04-151-1/+35
* dmaengine: bcm2835: add slave_sg support to bcm2835-dmaMartin Sperl2016-04-151-5/+108
* dmaengine: bcm2835: limit max length based on channel typeMartin Sperl2016-04-151-3/+26
* dmaengine: bcm2835: move controlblock chain generation into separate methodMartin Sperl2016-04-151-96/+198
* dmaengine: bcm2835: move cyclic member from bcm2835_chan into bcm2835_descMartin Sperl2016-04-151-3/+3
* dmaengine: bcm2835: add additional defines for DMA-registersMartin Sperl2016-04-151-8/+49
* dmaengine: bcm2835: remove unnecessary masking of dma channelsMartin Sperl2016-04-151-9/+0
* dmaengine: bcm2835: set residue_granularity fieldMartin Sperl2016-04-151-0/+1
* dmaengine: bcm2835-dma: Convert to use DMA poolPeter Ujfalusi2015-12-051-24/+54
* dmaengine: bcm2835-dma: Fix memory leak when stopping a running transferPeter Ujfalusi2015-03-301-0/+1
* dmaengine: bcm2835: Declare slave capabilities for the generic codeMaxime Ripard2014-12-221-12/+3
* dmaengine: bcm2835: Split device_controlMaxime Ripard2014-12-221-23/+8
* dmaengine: Make the destination abbreviation coherentMaxime Ripard2014-12-221-1/+1
* dmaengine: Remove .owner field for driverKiran Padwal2014-11-061-1/+0
* dmaengine: bcm2835: Remove chancnt affectationsMaxime Ripard2014-11-061-2/+0
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-041-1/+1
* dmaengine: Add DMA_PRIVATE to BCM2835 driverFlorian Meier2014-01-201-0/+1
* dmaengine: Add support for BCM2835Florian Meier2014-01-071-0/+706