summaryrefslogtreecommitdiffstats
path: root/drivers/dma/bcm2835-dma.c
Commit message (Expand)AuthorAge
* dmaengine: bcm2835: Avoid GFP_KERNEL in device_prep_slave_sgStefan Wahren2019-04-23
* Merge branch 'topic/brcm' into for-linusVinod Koul2019-03-12
|\
| * dmaengine: bcm2835: Drop outdated comment on supported transactionsLukas Wunner2019-02-04
| * dmaengine: bcm2835: Drop gratuitous list deletionLukas Wunner2019-02-04
| * dmaengine: bcm2835: Enforce control block alignmentLukas Wunner2019-02-04
| * dmaengine: bcm2835: Return void from abort of transactionsLukas Wunner2019-02-04
| * dmaengine: bcm2835: Fix abort of transactionsLukas Wunner2019-02-04
| * dmaengine: bcm2835: Fix interrupt race on RTLukas Wunner2019-02-04
* | dmaengine: bcm2835: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-07
|/
* dmaengine: bcm2835: Switch to SPDX identifierStefan Wahren2018-11-11
* dmaengine: bcm2835: make license text and module license matchStefan Wahren2018-11-11
* dmaengine: bcm2835: remove dma_slave_config direction usageVinod Koul2018-10-07
* dmaengine: bcm2835-dma: Use vchan_terminate_vdesc() instead of desc_freePeter Ujfalusi2017-12-04
* dmaengine: bcm2835: Fix cyclic DMA period splittingMatthias Reichl2017-03-05
* dmaengine: bcm2835: fix 64-bit warningArnd Bergmann2016-06-30
* dmaengine: bcm2835: fix unexported functionBen Dooks2016-06-07
* dmaengine: bcm2835: fix typo/added newline in legacy-mode warning messageMartin Sperl2016-05-02
* dmaengine: bcm2835: use platform_get_irq_bynameMartin Sperl2016-04-19
* dmaengine: bcm2835: add dma_memcopy support to bcm2835-dmaMartin Sperl2016-04-15
* dmaengine: bcm2835: add slave_sg support to bcm2835-dmaMartin Sperl2016-04-15
* dmaengine: bcm2835: limit max length based on channel typeMartin Sperl2016-04-15
* dmaengine: bcm2835: move controlblock chain generation into separate methodMartin Sperl2016-04-15
* dmaengine: bcm2835: move cyclic member from bcm2835_chan into bcm2835_descMartin Sperl2016-04-15
* dmaengine: bcm2835: add additional defines for DMA-registersMartin Sperl2016-04-15
* dmaengine: bcm2835: remove unnecessary masking of dma channelsMartin Sperl2016-04-15
* dmaengine: bcm2835: set residue_granularity fieldMartin Sperl2016-04-15
* dmaengine: bcm2835-dma: Convert to use DMA poolPeter Ujfalusi2015-12-05
* dmaengine: bcm2835-dma: Fix memory leak when stopping a running transferPeter Ujfalusi2015-03-30
* dmaengine: bcm2835: Declare slave capabilities for the generic codeMaxime Ripard2014-12-22
* dmaengine: bcm2835: Split device_controlMaxime Ripard2014-12-22
* dmaengine: Make the destination abbreviation coherentMaxime Ripard2014-12-22
* dmaengine: Remove .owner field for driverKiran Padwal2014-11-06
* dmaengine: bcm2835: Remove chancnt affectationsMaxime Ripard2014-11-06
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-04
* dmaengine: Add DMA_PRIVATE to BCM2835 driverFlorian Meier2014-01-20
* dmaengine: Add support for BCM2835Florian Meier2014-01-07