summaryrefslogtreecommitdiff
path: root/drivers/dma/bcm2835-dma.c
AgeCommit message (Expand)Author
2023-09-28dmaengine: bcm2835-dma: Convert to platform remove callback returning voidUwe Kleine-König
2023-01-18dmaengine: drivers: Use devm_platform_ioremap_resource()Tudor Ambarus
2020-09-11dmaengine: bcm2835: Drop local dma_parmsRobin Murphy
2019-12-26dmaengine: bcm2835: do not call vchan_vdesc_fini() with lock heldSascha Hauer
2019-09-17Merge tag 'dmaengine-5.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-09-11dmaengine: bcm2835: Avoid accessing memory when copying zeroesLukas Wunner
2019-09-11dmaengine: bcm2835: Document struct bcm2835_dmadevLukas Wunner
2019-09-11dmaengine: bcm2835: Allow reusable descriptorsLukas Wunner
2019-09-11dmaengine: bcm2835: Allow cyclic transactions without interruptLukas Wunner
2019-07-22dmaengine: bcm2835: Print error in case setting DMA mask failsStefan Wahren
2019-05-09Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-04-26dmaengine: bcm2835: Drop duplicate capability setting.Michal Suchanek
2019-04-23dmaengine: bcm2835: Avoid GFP_KERNEL in device_prep_slave_sgStefan Wahren
2019-03-12Merge branch 'topic/brcm' into for-linusVinod Koul
2019-02-04dmaengine: bcm2835: Drop outdated comment on supported transactionsLukas Wunner
2019-02-04dmaengine: bcm2835: Drop gratuitous list deletionLukas Wunner
2019-02-04dmaengine: bcm2835: Enforce control block alignmentLukas Wunner
2019-02-04dmaengine: bcm2835: Return void from abort of transactionsLukas Wunner
2019-02-04dmaengine: bcm2835: Fix abort of transactionsLukas Wunner
2019-02-04dmaengine: bcm2835: Fix interrupt race on RTLukas Wunner
2019-01-07dmaengine: bcm2835: Use struct_size() in kzalloc()Gustavo A. R. Silva
2018-11-11dmaengine: bcm2835: Switch to SPDX identifierStefan Wahren
2018-11-11dmaengine: bcm2835: make license text and module license matchStefan Wahren
2018-10-07dmaengine: bcm2835: remove dma_slave_config direction usageVinod Koul
2017-12-04dmaengine: bcm2835-dma: Use vchan_terminate_vdesc() instead of desc_freePeter Ujfalusi
2017-03-06dmaengine: bcm2835: Fix cyclic DMA period splittingMatthias Reichl
2016-07-01dmaengine: bcm2835: fix 64-bit warningArnd Bergmann
2016-06-08dmaengine: bcm2835: fix unexported functionBen Dooks
2016-05-02dmaengine: bcm2835: fix typo/added newline in legacy-mode warning messageMartin Sperl
2016-04-19dmaengine: bcm2835: use platform_get_irq_bynameMartin Sperl
2016-04-15dmaengine: bcm2835: add dma_memcopy support to bcm2835-dmaMartin Sperl
2016-04-15dmaengine: bcm2835: add slave_sg support to bcm2835-dmaMartin Sperl
2016-04-15dmaengine: bcm2835: limit max length based on channel typeMartin Sperl
2016-04-15dmaengine: bcm2835: move controlblock chain generation into separate methodMartin Sperl
2016-04-15dmaengine: bcm2835: move cyclic member from bcm2835_chan into bcm2835_descMartin Sperl
2016-04-15dmaengine: bcm2835: add additional defines for DMA-registersMartin Sperl
2016-04-15dmaengine: bcm2835: remove unnecessary masking of dma channelsMartin Sperl
2016-04-15dmaengine: bcm2835: set residue_granularity fieldMartin Sperl
2015-12-05dmaengine: bcm2835-dma: Convert to use DMA poolPeter Ujfalusi
2015-03-30dmaengine: bcm2835-dma: Fix memory leak when stopping a running transferPeter Ujfalusi
2014-12-22dmaengine: bcm2835: Declare slave capabilities for the generic codeMaxime Ripard
2014-12-22dmaengine: bcm2835: Split device_controlMaxime Ripard
2014-12-22dmaengine: Make the destination abbreviation coherentMaxime Ripard
2014-11-06dmaengine: Remove .owner field for driverKiran Padwal
2014-11-06dmaengine: bcm2835: Remove chancnt affectationsMaxime Ripard
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart
2014-01-20dmaengine: Add DMA_PRIVATE to BCM2835 driverFlorian Meier
2014-01-07dmaengine: Add support for BCM2835Florian Meier